summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-27x86: Add a command to display coreboot sysinfoSimon Glass5-0/+430
2021-03-27x86: Allow installing an e820 when booting from corebootSimon Glass5-29/+69
2021-03-27x86: coreboot: Update parsing of the latest sysinfoSimon Glass3-57/+525
2021-03-27x86: Move coreboot sysinfo parsing into generic x86 codeSimon Glass5-1/+28
2021-03-27x86: coreboot: Sync up timestamp codesSimon Glass2-2/+64
2021-03-27x86: Move coreboot timestamp info into coreboot_tables.hSimon Glass3-36/+39
2021-03-27x86: Make coreboot sysinfo available to any x86 boardSimon Glass10-9/+9
2021-03-27cbfs: Drop unnecessary cast in file_cbfs_fill_cache()Simon Glass1-2/+1
2021-03-27cbfs: Support reading compression informationSimon Glass2-0/+33
2021-03-27cbfs: Simplify file iterationSimon Glass1-6/+1
2021-03-27cbfs: Factor out filling a cache node into a new functionSimon Glass1-12/+33
2021-03-27cbfs: Allow file traversal with any CBFSSimon Glass2-2/+28
2021-03-27cbfs: Allow access to CBFS without a headerSimon Glass3-8/+21
2021-03-27smbios: Allow writing to the coreboot version stringSimon Glass3-4/+58
2021-03-27cbfs: Rename new_node to nodeSimon Glass1-16/+16
2021-03-27cbfs: Add support for attributesSimon Glass2-2/+39
2021-03-27mmc: pci_mmc: Set up the card detectSimon Glass1-1/+5
2021-03-27tegra: i2c: Drop LOG_DEBUGSimon Glass1-1/+0
2021-03-27x86: coral: Update the SD card-detect GPIOSimon Glass1-1/+1
2021-03-27x86: coral: Put the eMMC firstSimon Glass2-3/+4
2021-03-27x86: Probe device if needed in intel_gpio_xlate()Simon Glass1-1/+13
2021-03-27x86: p2sb: Drop LOG_DEBUGSimon Glass1-1/+0
2021-03-27x86: coral: Add information about building / runningSimon Glass1-17/+217
2021-03-27x86: coral: Free the ACPI GPIOs after using themSimon Glass1-0/+2
2021-03-27mtd: spi_flash_free()Heinrich Schuchardt2-6/+3
2021-03-27sandbox: dtsi: add rngVincent Stehlé1-0/+4
2021-03-26Merge tag 'dm-pull-26mar21-take2' of git://git.denx.de/u-boot-dm into nextTom Rini192-1551/+6566
2021-03-26binman: Update various pieces of the documentationSimon Glass2-39/+45
2021-03-26binman: Drop repetitive heading for each entrySimon Glass20-57/+57
2021-03-26binman: Incorporate entry documentationSimon Glass10-77/+87
2021-03-26binman: Rearrange documentation into headingsSimon Glass1-257/+266
2021-03-26binman: doc: Add documentation to htmldocsSimon Glass11-245/+294
2021-03-26doc: Move driver model docs under develop/Simon Glass20-11/+5
2021-03-26doc: Move UEFI under develop/Simon Glass7-14/+7
2021-03-26x86: dts: Drop unused CONFIG_SPLSimon Glass1-5/+1
2021-03-26x86: Make use of binman expanded entriesSimon Glass1-10/+1
2021-03-26Makefile: Pass new entry args to binmanSimon Glass1-0/+8
2021-03-26binman: Automatically expand phase binaries into sectionsSimon Glass16-18/+571
2021-03-26binman: Plumb expanded entries through fullySimon Glass3-8/+36
2021-03-26binman: Allow a way to select expanded entriesSimon Glass2-6/+16
2021-03-26binman: Allow using an an 'expanded' entry typeSimon Glass2-9/+63
2021-03-26binman: Use standard filenames for SPL/TPL devicetreeSimon Glass2-13/+16
2021-03-26binman: Move the comment for GetFdts() to the base classSimon Glass2-10/+1
2021-03-26binman: Drop unnecessary field in output_fdt_infoSimon Glass1-12/+10
2021-03-26binman: Use the fake SPL/TPL only if requestedSimon Glass1-8/+15
2021-03-26binman: Drop unnecessary 'type' property in testsSimon Glass2-2/+0
2021-03-26binman: Add support for u-boot-tpl-bss-badSimon Glass4-0/+101
2021-03-26binman: Add support for u-boot-tpl-nodtbSimon Glass4-0/+83
2021-03-26binman: Support symbols in u-boot-spl-nodtbSimon Glass6-21/+81
2021-03-26binman: Correct the documentation for u-boot-spl-bss-padSimon Glass2-14/+20