summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-09-24flash: prefix error codes with FL_Jerome Forissier
2024-09-10Merge patch series "phycore-am62/4: Add more boot sources"Tom Rini
2024-09-10include: env: phytec: Add K3 boot logic for OSPI/QSPI flashesDaniel Schultz
2024-09-10include: net: phytec: Add K3 network boot logicDaniel Schultz
2024-09-10include: env: phytec: Add raucinit to k3_mmc environmentDaniel Schultz
2024-09-10include: env: phytec: k3_mmc: Rename variablesDaniel Schultz
2024-09-10spl: spl_load: fix comparison between negative error code and unsigned sizeDaniel Palmer
2024-09-10arm: Remove ethernut5 boardTom Rini
2024-09-09phy: Extend generic_setup_phy() with PHY mode and submodeMarek Vasut
2024-09-05Merge patch series "provide names for emmc hardware partitions"Tom Rini
2024-09-05mmc: allow use of hardware partition names for mmc partconfTim Harvey
2024-09-05mmc: use an enumerated type to represent PARTITION_CONFIG fieldsTim Harvey
2024-09-03Merge patch series "Make LMB memory map global and persistent"Tom Rini
2024-09-03lmb: remove the unused board_lmb_reserve() functionSughosh Ganu
2024-09-03lmb: do away with arch_lmb_reserve()Sughosh Ganu
2024-09-03lmb: remove lmb_init_and_reserve_range() functionSughosh Ganu
2024-09-03lmb: remove the lmb_init_and_reserve() functionSughosh Ganu
2024-09-03lmb: introduce a function to add memory to the lmb memory mapSughosh Ganu
2024-09-03lmb: allow for resizing lmb regionsSughosh Ganu
2024-09-03lmb: make LMB memory map persistent and globalSughosh Ganu
2024-09-03lmb: use the BIT macro for lmb flagsSughosh Ganu
2024-09-03lmb: staticize __lmb_alloc_base()Sughosh Ganu
2024-09-03lmb: remove the unused lmb_is_reserved() functionSughosh Ganu
2024-09-03alist: add a helper to check if the list is fullSughosh Ganu
2024-09-03Merge patch series "net: dwc_eth_qos: Add glue driver for Intel MAC"Tom Rini
2024-09-03net: dwc_eth_qos: Add glue driver for Intel MACPhilip Oberfichtner
2024-09-02Merge tag 'u-boot-imx-next-20240902' of https://gitlab.denx.de/u-boot/custodi...Tom Rini
2024-09-02Merge tag 'u-boot-amlogic-next-20240902' of https://source.denx.de/u-boot/cus...Tom Rini
2024-09-02Merge tag 'v2024.10-rc4' into nextTom Rini
2024-08-30imx: Remove CFG_MXC_USB_PORTSCFabio Estevam
2024-08-30mx5: Remove CFG_MXC_USB_PORTFabio Estevam
2024-08-30imx: Remove CFG_MXC_USB_FLAGSFabio Estevam
2024-08-30mx6slevk: Fix the boot device numberFabio Estevam
2024-08-28mtd: rawnand: nand_base: support for 'NAND_IS_BOOT_MEDIUM' flagArseniy Krasnov
2024-08-27mmc: fix signed vs unsigned compare in read check in _spl_load()Franco Venturi
2024-08-27sandbox: Fix pinmux warnings with non-test devicetreesSean Anderson
2024-08-26Merge patch series "Tidy up console recording in tests"Tom Rini
2024-08-26test: log: Use UTF_CONSOLE in testsSimon Glass
2024-08-26test: Rename UTF_CONSOLE_REC to UTF_CONSOLESimon Glass
2024-08-26test: Rename unit-test flagsSimon Glass
2024-08-26test: Fail when an empty line is expected but not presentSimon Glass
2024-08-26global_data: Remove environment members if not usedSimon Glass
2024-08-26global_data: Remove jump table in SPLSimon Glass
2024-08-26global_data: Move pointer members togetherSimon Glass
2024-08-26global_data: Move ulong fields togetherSimon Glass
2024-08-26global_data: Put phys_addr fields near the topSimon Glass
2024-08-26global_data: Move env_addr field higherSimon Glass
2024-08-26global_data: Move baud_rate field lowerSimon Glass
2024-08-26global_data: Reduce size of early-malloc varsSimon Glass
2024-08-26global_data: Drop fb_baseSimon Glass