aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-13tools: Keep test_util and patman test files in the pip releaseSimon Glass1-1/+11
2023-12-13u_boot_pylib: Correct readme formattingSimon Glass1-1/+1
2023-12-13doc: Update documentation URLSimon Glass8-8/+8
2023-12-13test: unit test for acpi_find_table()Heinrich Schuchardt1-0/+96
2023-12-13acpi: consider XSDT in acpi_find_table()Heinrich Schuchardt1-4/+16
2023-12-13acpi: simplify acpi_write_ssdt()Heinrich Schuchardt1-2/+1
2023-12-13acpi: cannot have RSDT above 4 GiBHeinrich Schuchardt1-7/+16
2023-12-13fdt: Move ft_verify_fdt() before the final fixupsSimon Glass1-3/+4
2023-12-13fdt: Drop the confusing casts in lmb_free()Simon Glass1-3/+2
2023-12-13boot: Move adding initrd earlier in image_setup_libfdt()Simon Glass2-2/+15
2023-12-13fdt: ppc: Drop extra size for ramdiskSimon Glass1-7/+0
2023-12-13fdt: Improve the comment for fdt_shrink_to_minimum()Simon Glass2-2/+11
2023-12-13fdt: Check for a valid fdt in oftree_ensure()Simon Glass1-0/+5
2023-12-13boot: Drop size parameter from image_setup_libfdt()Simon Glass6-8/+8
2023-12-13acpi: move acpi_get_rsdp_addr() to acpi/acpi_table.hHeinrich Schuchardt3-9/+10
2023-12-13bootstd: Add a menu option to bootflow scanSimon Glass3-4/+110
2023-12-13sandbox: Add a dummy booti commandSimon Glass4-2/+10
2023-12-13video: Add a function to clear the displaySimon Glass3-22/+44
2023-12-13test: print: Skip test on x86Simon Glass1-0/+8
2023-12-13test: lmb: Move tests into the lib suiteSimon Glass1-24/+12
2023-12-13test: event: Only run test_event_probe() on sandboxSimon Glass1-0/+3
2023-12-13test: font: Add dependencies on fontsSimon Glass1-1/+5
2023-12-13test: fdt: Add a special case for real boardsSimon Glass1-1/+7
2023-12-13test: bdinfo: Add missing assertsSimon Glass1-4/+7
2023-12-13test: Handle use of stack pointer in bdinfoSimon Glass1-0/+12
2023-12-13test: Run bootstd tests only on sandboxSimon Glass3-2/+7
2023-12-13test: Make UT_LIB_ASN1 depend on sandboxSimon Glass1-0/+1
2023-12-13test: Add helper to skip to partial console lineSimon Glass2-0/+57
2023-12-13test: Add a new suite for commandsSimon Glass5-0/+44
2023-12-13Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)"Tom Rini39-463/+615
2023-12-13command: Introduce functions to obtain command argumentsSimon Glass10-16/+49
2023-12-13bootstd: Introduce programmatic bootSimon Glass5-0/+85
2023-12-13bootm: Reduce arguments to bootm_find_other()Simon Glass1-9/+11
2023-12-13bootm: Add a function to check overlapSimon Glass1-17/+34
2023-12-13bootm: Adjust the parameters of bootm_find_images()Simon Glass4-36/+43
2023-12-13bootm: optee: Drop special call to bootm_find_other()Simon Glass2-11/+1
2023-12-13bootm: efi: Drop special call to bootm_find_other()Simon Glass2-11/+5
2023-12-13bootm: Simplify Android ramdisk addr in bootm_find_images()Simon Glass1-3/+7
2023-12-13bootm: Reduce arguments to boot_get_loadables()Simon Glass3-20/+13
2023-12-13bootm: Reduce arguments to boot_get_fpga()Simon Glass3-7/+10
2023-12-13bootm: Reduce arguments to boot_get_fdt()Simon Glass3-11/+8
2023-12-13bootm: Pass image buffer to boot_get_fdt()Simon Glass3-36/+38
2023-12-13bootm: Drop #ifdef in bootm_find_images()Simon Glass1-21/+21
2023-12-13fdt: Allow use of fdt_support inside if() statementsSimon Glass1-3/+2
2023-12-13bootm: Reduce arguments to boot_get_ramdisk()Simon Glass3-40/+41
2023-12-13bootm: Reduce arguments to bootm_find_os()Simon Glass1-6/+11
2023-12-13bootm: Move error printing out of boot_get_kernel()Simon Glass1-14/+11
2023-12-13bootstage: Drop BOOTSTAGE_ID_FIT_KERNEL_INFOSimon Glass2-2/+1
2023-12-13bootm: Use the error return from boot_get_kernel()Simon Glass1-3/+3
2023-12-13bootm: Adjust position of unmap_sysmem() in boot_get_kernel()Simon Glass1-2/+2