summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2024-09-18usb: Drop old non-DM codeSimon Glass
2024-09-16Merge tag 'v2024.10-rc5' into nextTom Rini
2024-09-13Merge patch series "Bump new hush commits and fix old hush test behavior"Tom Rini
2024-09-13cli: modern_hush: Add upstream commits up to 13 July 2024Francis Laniel
2024-09-12include: export uuid.hCaleb Connolly
2024-09-05Merge patch series "provide names for emmc hardware partitions"Tom Rini
2024-09-05mmc: use an enumerated type to represent PARTITION_CONFIG fieldsTim Harvey
2024-09-05android_ab: Fixes: Fix backup offset calculationJoshua Watt
2024-09-03Merge patch series "Make LMB memory map global and persistent"Tom Rini
2024-09-03spl: call spl_board_init() at the end of the spl init sequenceSughosh Ganu
2024-09-03lmb: init: initialise the lmb data structures during board initSughosh Ganu
2024-08-30Merge patch series "Add support for Ethernet Boot on SK-AM62"Tom Rini
2024-08-30common: spl: spl: Init DRAM size in R5/A53 SPLChintan Vankar
2024-08-28bootstage: Fix unstash of records from SPLJonas Karlman
2024-08-28bootstage: Fix unstash of records from SPLJonas Karlman
2024-08-26Merge patch series "Tidy up console recording in tests"Tom Rini
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: Reduce size of early-malloc varsSimon Glass
2024-08-26global_data: Reduce the size of mon_lenSimon 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: Convert have_console into a flagSimon Glass
2024-08-23spl: Create a function to init spl_load_infoSimon Glass
2024-08-23spl: Remove remaining #ifdef in spl_parse_image_header()Simon Glass
2024-08-23spl: Remove some #ifdefs in spl_parse_image_header()Simon Glass
2024-08-23spl: mmc: Try to clean up raw-mode optionsSimon Glass
2024-08-23spl: Correct use of CMD_BOOTI and CMD_BOOTZSimon Glass
2024-08-23spl: mmc: Adjust args of spl_mmc_find_device()Simon Glass
2024-08-23spl: mmc: Handle error codes consistentlySimon Glass
2024-08-23spl: mmc: Drop checks for CONFIG_SPL_LIBCOMMON_SUPPORTSimon Glass
2024-08-23log: Avoid including function names by defaultSimon Glass
2024-08-19Merge tag 'v2024.10-rc3' into nextTom Rini
2024-08-15dlmalloc: Make sure allocation size is within malloc areaRichard Weinberger
2024-08-15dlmalloc: Fix integer overflow in sbrk()Richard Weinberger
2024-08-15dlmalloc: Fix integer overflow in request2size()Richard Weinberger
2024-08-15bootstage: Fix out-of-bounds read in reloc_bootstage()Richard Weinberger
2024-08-13spl: binman: Disable u_boot_any symbols for i.MX 8ULP boardsGary Bisson
2024-08-09Merge patch series "Universal Payload initial series"Tom Rini
2024-08-09upl: Plumb in universal payload to the init processSimon Glass
2024-08-09spl: Plumb in the Universal Payload handoffSimon Glass
2024-08-09spl: Set SPL_FIT_FOUND for full FIT alsoSimon Glass
2024-08-09upl: Add support for Universal Payload in SPLSimon Glass
2024-08-07Merge patch series "alist: Implement a pointer list / array of structs"Tom Rini
2024-08-07malloc: Support testing with realloc()Simon Glass
2024-08-06Merge patch series "omap configuration cleanups"Tom Rini