summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-26test: dm: Use UTF_CONSOLE in testsSimon Glass
2024-08-26doc: Add a few notes about how to use console checkingSimon Glass
2024-08-26test: Use UTF_CONSOLE in remaining testsSimon Glass
2024-08-26test: cmd: Drop unnecessary console_record_reset_enable()Simon Glass
2024-08-26test: log: Use UTF_CONSOLE in testsSimon Glass
2024-08-26test: cmd: Use UTF_CONSOLE in testsSimon Glass
2024-08-26test: hush: Use UTF_CONSOLE in testsSimon Glass
2024-08-26test: fdt: Move common code into the setup functionsSimon Glass
2024-08-26test: fdt: Check internal-function return valuesSimon Glass
2024-08-26test: boot: Use UTF_CONSOLE in testsSimon Glass
2024-08-26test: bloblist: Use UTF_CONSOLE in testsSimon Glass
2024-08-26test: Update NAND test to avoid extra macrosSimon Glass
2024-08-26mmc: Drop the blank line before accessesSimon Glass
2024-08-26test: Rename UTF_CONSOLE_REC to UTF_CONSOLESimon Glass
2024-08-26test: Drop the blank line before test macrosSimon 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-26buildman: Make test_process_limit handle time.monotonic()Simon Glass
2024-08-26Merge patch series "global_data: Reduce size of struct global_data"Tom Rini
2024-08-26doc: Add some guidelines about global dataSimon Glass
2024-08-26doc: Move generic-board documentation into rstSimon 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-26video: Avoid setting global_data fb_base in video setupSimon Glass
2024-08-26global_data: Reduce the size of mon_lenSimon Glass
2024-08-26video: Avoid setting global_data fb_base from SPL handoffSimon Glass
2024-08-26global_data: Reduce the size of bus_clk and mem_clkSimon Glass
2024-08-26zynqmp: Avoid setting the framebuffer addressSimon Glass
2024-08-26global_data: Collect common fields at the topSimon Glass
2024-08-26arm: ronetix: Avoid accessing global_data fb_baseSimon Glass
2024-08-26global_data: Drop spl_handoffSimon Glass
2024-08-26arm: friendlyarm: Avoid accessing global_data fb_baseSimon Glass
2024-08-26board_f: Move new_bloblist to boardfSimon Glass
2024-08-26video: mxs: Avoid setting global_data fb_baseSimon 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
2024-08-26global_data: Drop global_data hoseSimon Glass
2024-08-26global_data: Remove pci_ram_topSimon Glass
2024-08-26global_data: Convert have_console into a flagSimon Glass