summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86: Move coreboot sysinfo parsing into generic x86 codeSimon Glass2021-03-275-1/+28
* x86: coreboot: Sync up timestamp codesSimon Glass2021-03-272-2/+64
* x86: Move coreboot timestamp info into coreboot_tables.hSimon Glass2021-03-273-36/+39
* x86: Make coreboot sysinfo available to any x86 boardSimon Glass2021-03-2710-9/+9
* cbfs: Drop unnecessary cast in file_cbfs_fill_cache()Simon Glass2021-03-271-2/+1
* cbfs: Support reading compression informationSimon Glass2021-03-272-0/+33
* cbfs: Simplify file iterationSimon Glass2021-03-271-6/+1
* cbfs: Factor out filling a cache node into a new functionSimon Glass2021-03-271-12/+33
* cbfs: Allow file traversal with any CBFSSimon Glass2021-03-272-2/+28
* cbfs: Allow access to CBFS without a headerSimon Glass2021-03-273-8/+21
* smbios: Allow writing to the coreboot version stringSimon Glass2021-03-273-4/+58
* cbfs: Rename new_node to nodeSimon Glass2021-03-271-16/+16
* cbfs: Add support for attributesSimon Glass2021-03-272-2/+39
* mmc: pci_mmc: Set up the card detectSimon Glass2021-03-271-1/+5
* tegra: i2c: Drop LOG_DEBUGSimon Glass2021-03-271-1/+0
* x86: coral: Update the SD card-detect GPIOSimon Glass2021-03-271-1/+1
* x86: coral: Put the eMMC firstSimon Glass2021-03-272-3/+4
* x86: Probe device if needed in intel_gpio_xlate()Simon Glass2021-03-271-1/+13
* x86: p2sb: Drop LOG_DEBUGSimon Glass2021-03-271-1/+0
* x86: coral: Add information about building / runningSimon Glass2021-03-271-17/+217
* x86: coral: Free the ACPI GPIOs after using themSimon Glass2021-03-271-0/+2
* mtd: spi_flash_free()Heinrich Schuchardt2021-03-272-6/+3
* sandbox: dtsi: add rngVincent Stehlé2021-03-271-0/+4
* Merge tag 'dm-pull-26mar21-take2' of git://git.denx.de/u-boot-dm into nextTom Rini2021-03-26192-1551/+6566
|\
| * binman: Update various pieces of the documentationSimon Glass2021-03-262-39/+45
| * binman: Drop repetitive heading for each entrySimon Glass2021-03-2620-57/+57
| * binman: Incorporate entry documentationSimon Glass2021-03-2610-77/+87
| * binman: Rearrange documentation into headingsSimon Glass2021-03-261-257/+266
| * binman: doc: Add documentation to htmldocsSimon Glass2021-03-2611-245/+294
| * doc: Move driver model docs under develop/Simon Glass2021-03-2620-11/+5
| * doc: Move UEFI under develop/Simon Glass2021-03-267-14/+7
| * x86: dts: Drop unused CONFIG_SPLSimon Glass2021-03-261-5/+1
| * x86: Make use of binman expanded entriesSimon Glass2021-03-261-10/+1
| * Makefile: Pass new entry args to binmanSimon Glass2021-03-261-0/+8
| * binman: Automatically expand phase binaries into sectionsSimon Glass2021-03-2616-18/+571
| * binman: Plumb expanded entries through fullySimon Glass2021-03-263-8/+36
| * binman: Allow a way to select expanded entriesSimon Glass2021-03-262-6/+16
| * binman: Allow using an an 'expanded' entry typeSimon Glass2021-03-262-9/+63
| * binman: Use standard filenames for SPL/TPL devicetreeSimon Glass2021-03-262-13/+16
| * binman: Move the comment for GetFdts() to the base classSimon Glass2021-03-262-10/+1
| * binman: Drop unnecessary field in output_fdt_infoSimon Glass2021-03-261-12/+10
| * binman: Use the fake SPL/TPL only if requestedSimon Glass2021-03-261-8/+15
| * binman: Drop unnecessary 'type' property in testsSimon Glass2021-03-262-2/+0
| * binman: Add support for u-boot-tpl-bss-badSimon Glass2021-03-264-0/+101
| * binman: Add support for u-boot-tpl-nodtbSimon Glass2021-03-264-0/+83
| * binman: Support symbols in u-boot-spl-nodtbSimon Glass2021-03-266-21/+81
| * binman: Correct the documentation for u-boot-spl-bss-padSimon Glass2021-03-262-14/+20
| * binman: Tidy up underscores in entry documentationSimon Glass2021-03-267-24/+22
| * binman: Update entry help for files-alignSimon Glass2021-03-261-0/+1
| * binman: Document ExpandEntries() in the base classSimon Glass2021-03-262-6/+11