aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-05x86: Move priv/plat structs for intel_common to headersSimon Glass
2021-01-05x86: apl: Move priv/plat structs to headersSimon Glass
2021-01-05sandbox: Update dts files to reduce SPL sizeSimon Glass
2021-01-05sandbox: Add a compatible string for spltestSimon Glass
2021-01-05sandbox: i2c: Move priv into a header fileSimon Glass
2021-01-05sandbox: serial: Move priv into a header fileSimon Glass
2021-01-05sandbox: remove ram buffer file when U-Boot is loaded by SPLPatrick Delaunay
2021-01-05x86: Fix header guard in asm/pmu.hSimon Glass
2021-01-05x86: tpl: Remove unwanted devicetree stringSimon Glass
2021-01-05x86: pinctrl: Drop unlikely error messages from TPLSimon Glass
2021-01-05x86: apl: Reduce size for TPLSimon Glass
2021-01-05x86: apl: Update hostbridge to remove unwanted TPL codeSimon Glass
2021-01-05x86: coral: Move fsp-m settings to a subnodeSimon Glass
2021-01-05x86: Move call64 into its own sectionSimon Glass
2021-01-05x86: apl: Use const for driver operationsSimon Glass
2021-01-05dtoc: Convert _drivers to a dictSimon Glass
2021-01-05dtoc: Output the struct values in a separate functionSimon Glass
2021-01-05dtoc: Output the device in a separate functionSimon Glass
2021-01-05dtoc: Make _output_list a top-level functionSimon Glass
2021-01-05dtoc: Fix a few pylint warnings in dtb_platdataSimon Glass
2021-01-05test: Move some test drivers into their own fileSimon Glass
2021-01-05test: Use a simple variable to record removed deviceSimon Glass
2021-01-05timer: Use a shorter error in TPLSimon Glass
2021-01-05arc: m68k: nds32: nios2: sh: xtensa: Add empty spl.h headerSimon Glass
2021-01-05sysreset: Use a shorter error with SPLSimon Glass
2021-01-05pinctrl: Drop post_bind() method when not neededSimon Glass
2021-01-05dm: core: Rename the priv/plat membersSimon Glass
2021-01-05dm: core: Use access methods for dev/uclass private dataSimon Glass
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass
2021-01-05dm: core: Add functions to set priv/platSimon Glass
2021-01-05dm: core: Add function to access uclass privSimon Glass
2021-01-05x86: apl: Drop support for !OF_PLATDATA_PARENTSimon Glass
2021-01-05dm: core: Only include simple-bus devicetree id when neededSimon Glass
2021-01-05dm: core: Use 'uclass_driver' for the uclass linker_listSimon Glass
2021-01-05dm: core: Support dm_dump_all() in SPLSimon Glass
2021-01-05spl: Drop bd_info in the data sectionSimon Glass
2021-01-05sandbox: Drop unnecessary test nodeSimon Glass
2021-01-05serial: Rename ns16550 functions to lower caseSimon Glass
2021-01-05serial: Update NS16550_t and struct NS16550Simon Glass
2021-01-05Makefile: Use common args for dtocSimon Glass
2021-01-05Makefile: Tidy up SPL dtb productionSimon Glass
2021-01-05Makefile: Build SPL dtbs in the spl/ directorySimon Glass
2021-01-05Makefile: Build a separate .dtb for TPLSimon Glass
2020-12-31Merge tag 'efi-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi i...Tom Rini
2020-12-31qemu: arm64: Add documentation for capsule updateSughosh Ganu
2020-12-31efidebug: capsule: Add a command to update capsule on diskSughosh Ganu
2020-12-31efi_loader: Enable uefi capsule authenticationSughosh Ganu
2020-12-31efi: capsule: Add support for uefi capsule authenticationSughosh Ganu
2020-12-31efi_loader: Re-factor code to build the signature store from efi signature listSughosh Ganu
2020-12-31efi_loader: Make the pkcs7 header parsing function an externSughosh Ganu