summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sandbox: remove ram buffer file when U-Boot is loaded by SPLPatrick Delaunay2021-01-053-4/+12
* x86: Fix header guard in asm/pmu.hSimon Glass2021-01-051-3/+3
* x86: tpl: Remove unwanted devicetree stringSimon Glass2021-01-051-1/+3
* x86: pinctrl: Drop unlikely error messages from TPLSimon Glass2021-01-051-3/+8
* x86: apl: Reduce size for TPLSimon Glass2021-01-0513-16/+44
* x86: apl: Update hostbridge to remove unwanted TPL codeSimon Glass2021-01-051-5/+9
* x86: coral: Move fsp-m settings to a subnodeSimon Glass2021-01-052-1/+9
* x86: Move call64 into its own sectionSimon Glass2021-01-051-0/+1
* x86: apl: Use const for driver operationsSimon Glass2021-01-052-2/+2
* dtoc: Convert _drivers to a dictSimon Glass2021-01-052-4/+32
* dtoc: Output the struct values in a separate functionSimon Glass2021-01-051-16/+34
* dtoc: Output the device in a separate functionSimon Glass2021-01-051-11/+22
* dtoc: Make _output_list a top-level functionSimon Glass2021-01-051-40/+40
* dtoc: Fix a few pylint warnings in dtb_platdataSimon Glass2021-01-051-15/+16
* test: Move some test drivers into their own fileSimon Glass2021-01-057-221/+263
* test: Use a simple variable to record removed deviceSimon Glass2021-01-052-10/+6
* timer: Use a shorter error in TPLSimon Glass2021-01-051-2/+8
* arc: m68k: nds32: nios2: sh: xtensa: Add empty spl.h headerSimon Glass2021-01-056-0/+0
* sysreset: Use a shorter error with SPLSimon Glass2021-01-051-4/+8
* pinctrl: Drop post_bind() method when not neededSimon Glass2021-01-051-1/+3
* dm: core: Rename the priv/plat membersSimon Glass2021-01-054-28/+33
* dm: core: Use access methods for dev/uclass private dataSimon Glass2021-01-053-37/+45
* dm: Use access methods for dev/uclass private dataSimon Glass2021-01-05113-278/+372
* dm: core: Add functions to set priv/platSimon Glass2021-01-052-0/+114
* dm: core: Add function to access uclass privSimon Glass2021-01-053-0/+32
* x86: apl: Drop support for !OF_PLATDATA_PARENTSimon Glass2021-01-054-45/+1
* dm: core: Only include simple-bus devicetree id when neededSimon Glass2021-01-051-1/+3
* dm: core: Use 'uclass_driver' for the uclass linker_listSimon Glass2021-01-053-5/+5
* dm: core: Support dm_dump_all() in SPLSimon Glass2021-01-051-2/+4
* spl: Drop bd_info in the data sectionSimon Glass2021-01-054-10/+34
* sandbox: Drop unnecessary test nodeSimon Glass2021-01-054-23/+0
* serial: Rename ns16550 functions to lower caseSimon Glass2021-01-0520-53/+54
* serial: Update NS16550_t and struct NS16550Simon Glass2021-01-0527-82/+85
* Makefile: Use common args for dtocSimon Glass2021-01-051-2/+5
* Makefile: Tidy up SPL dtb productionSimon Glass2021-01-052-12/+13
* Makefile: Build SPL dtbs in the spl/ directorySimon Glass2021-01-052-5/+6
* Makefile: Build a separate .dtb for TPLSimon Glass2021-01-052-4/+11
* Merge tag 'efi-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi i...Tom Rini2020-12-3136-205/+1240
|\
| * qemu: arm64: Add documentation for capsule updateSughosh Ganu2020-12-312-0/+211
| * efidebug: capsule: Add a command to update capsule on diskSughosh Ganu2020-12-311-0/+14
| * efi_loader: Enable uefi capsule authenticationSughosh Ganu2020-12-311-1/+35
| * efi: capsule: Add support for uefi capsule authenticationSughosh Ganu2020-12-317-2/+214
| * efi_loader: Re-factor code to build the signature store from efi signature listSughosh Ganu2020-12-312-42/+63
| * efi_loader: Make the pkcs7 header parsing function an externSughosh Ganu2020-12-313-89/+93
| * dfu_mtd: Add provision to unlock mtd deviceSughosh Ganu2020-12-311-3/+17
| * efi_loader: Add logic to parse EDKII specific fmp payload headerSughosh Ganu2020-12-311-0/+41
| * fsp: Move and rename fsp_types.h fileSughosh Ganu2020-12-312-4/+5
| * qemu: common: Set dfu_alt_info variable for the platformSughosh Ganu2020-12-313-0/+70
| * qemu: common: Add support for dynamic mtdparts for the platformSughosh Ganu2020-12-314-0/+107
| * crypto: Fix the logic to calculate hash with authattributes setSughosh Ganu2020-12-311-11/+26