aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-05x86: apl: Move priv/plat structs to headersSimon Glass6-38/+64
2021-01-05sandbox: Update dts files to reduce SPL sizeSimon Glass2-8/+7
2021-01-05sandbox: Add a compatible string for spltestSimon Glass1-0/+6
2021-01-05sandbox: i2c: Move priv into a header fileSimon Glass2-4/+15
2021-01-05sandbox: serial: Move priv into a header fileSimon Glass2-15/+31
2021-01-05sandbox: remove ram buffer file when U-Boot is loaded by SPLPatrick Delaunay3-4/+12
2021-01-05x86: Fix header guard in asm/pmu.hSimon Glass1-3/+3
2021-01-05x86: tpl: Remove unwanted devicetree stringSimon Glass1-1/+3
2021-01-05x86: pinctrl: Drop unlikely error messages from TPLSimon Glass1-3/+8
2021-01-05x86: apl: Reduce size for TPLSimon Glass13-16/+44
2021-01-05x86: apl: Update hostbridge to remove unwanted TPL codeSimon Glass1-5/+9
2021-01-05x86: coral: Move fsp-m settings to a subnodeSimon Glass2-1/+9
2021-01-05x86: Move call64 into its own sectionSimon Glass1-0/+1
2021-01-05x86: apl: Use const for driver operationsSimon Glass2-2/+2
2021-01-05dtoc: Convert _drivers to a dictSimon Glass2-4/+32
2021-01-05dtoc: Output the struct values in a separate functionSimon Glass1-16/+34
2021-01-05dtoc: Output the device in a separate functionSimon Glass1-11/+22
2021-01-05dtoc: Make _output_list a top-level functionSimon Glass1-40/+40
2021-01-05dtoc: Fix a few pylint warnings in dtb_platdataSimon Glass1-15/+16
2021-01-05test: Move some test drivers into their own fileSimon Glass7-221/+263
2021-01-05test: Use a simple variable to record removed deviceSimon Glass2-10/+6
2021-01-05timer: Use a shorter error in TPLSimon Glass1-2/+8
2021-01-05arc: m68k: nds32: nios2: sh: xtensa: Add empty spl.h headerSimon Glass6-0/+0
2021-01-05sysreset: Use a shorter error with SPLSimon Glass1-4/+8
2021-01-05pinctrl: Drop post_bind() method when not neededSimon Glass1-1/+3
2021-01-05dm: core: Rename the priv/plat membersSimon Glass4-28/+33
2021-01-05dm: core: Use access methods for dev/uclass private dataSimon Glass3-37/+45
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass113-278/+372
2021-01-05dm: core: Add functions to set priv/platSimon Glass2-0/+114
2021-01-05dm: core: Add function to access uclass privSimon Glass3-0/+32
2021-01-05x86: apl: Drop support for !OF_PLATDATA_PARENTSimon Glass4-45/+1
2021-01-05dm: core: Only include simple-bus devicetree id when neededSimon Glass1-1/+3
2021-01-05dm: core: Use 'uclass_driver' for the uclass linker_listSimon Glass3-5/+5
2021-01-05dm: core: Support dm_dump_all() in SPLSimon Glass1-2/+4
2021-01-05spl: Drop bd_info in the data sectionSimon Glass4-10/+34
2021-01-05sandbox: Drop unnecessary test nodeSimon Glass4-23/+0
2021-01-05serial: Rename ns16550 functions to lower caseSimon Glass20-53/+54
2021-01-05serial: Update NS16550_t and struct NS16550Simon Glass27-82/+85
2021-01-05Makefile: Use common args for dtocSimon Glass1-2/+5
2021-01-05Makefile: Tidy up SPL dtb productionSimon Glass2-12/+13
2021-01-05Makefile: Build SPL dtbs in the spl/ directorySimon Glass2-5/+6
2021-01-05Makefile: Build a separate .dtb for TPLSimon Glass2-4/+11
2020-12-31Merge tag 'efi-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi i...WIP/01Jan2021-nextTom Rini36-205/+1240
2020-12-31qemu: arm64: Add documentation for capsule updateSughosh Ganu2-0/+211
2020-12-31efidebug: capsule: Add a command to update capsule on diskSughosh Ganu1-0/+14
2020-12-31efi_loader: Enable uefi capsule authenticationSughosh Ganu1-1/+35
2020-12-31efi: capsule: Add support for uefi capsule authenticationSughosh Ganu7-2/+214
2020-12-31efi_loader: Re-factor code to build the signature store from efi signature listSughosh Ganu2-42/+63
2020-12-31efi_loader: Make the pkcs7 header parsing function an externSughosh Ganu3-89/+93
2020-12-31dfu_mtd: Add provision to unlock mtd deviceSughosh Ganu1-3/+17