summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2024-08-26global_data: log: Reorder and shrink fieldsSimon Glass
2024-08-26global_data: Reduce the size of mon_lenSimon Glass
2024-08-26global_data: Reduce the size of bus_clk and mem_clkSimon Glass
2024-08-26global_data: Collect common fields at the topSimon Glass
2024-08-26global_data: Drop spl_handoffSimon Glass
2024-08-26board_f: Move new_bloblist to boardfSimon Glass
2024-08-26board_f: Move new_bootstage to boardfSimon Glass
2024-08-26board_f: Move fdt_size to boardSimon Glass
2024-08-26board_f: Add a new struct to hold pre-relocation infoSimon Glass
2024-08-26global_data: Use less space for environment fieldsSimon Glass
2024-08-26global_data: Drop pci_bootdelaySimon Glass