aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-20Merge branch 'efi-2022-01' of https://source.denx.de/u-boot/custodians/u-boot...WIP/20Nov2021Tom Rini13-110/+631
2021-11-20efi_loader: startup the tpm device when installing the protocolIlias Apalodimas1-0/+9
2021-11-20efi_loader: fix FinalEvents table if an EFI app invoked GetEventLogIlias Apalodimas1-29/+70
2021-11-20efi_loader: bump EFI_SPECIFICATION_VERSION to 2.9Heinrich Schuchardt1-2/+2
2021-11-20efi_selftest: unit test for EFI_GROUP_BEFORE_EXIT_BOOT_SERVICEHeinrich Schuchardt1-11/+56
2021-11-20efi_loader: EFI_EVENT_GROUP_BEFORE_EXIT_BOOT_SERVICESHeinrich Schuchardt2-0/+22
2021-11-20efi_loader: capsule: Record capsule result only if capsule is readMasami Hiramatsu1-3/+3
2021-11-20efi_loader: Reduce efi_tcg2 logging statementMasahisa Kojima1-1/+1
2021-11-20efi_loader: Sphinx comments in efi_api.hHeinrich Schuchardt1-7/+7
2021-11-20efi: add comment for efi_system_table and efi_configuration_tableMasahisa Kojima1-0/+32
2021-11-20doc: fix typos in trace.rstHeinrich Schuchardt1-8/+8
2021-11-20scripts: update spelling.txt from upstream LinuxHeinrich Schuchardt1-5/+360
2021-11-20test: test truncation in snprintf()Heinrich Schuchardt1-0/+18
2021-11-20lmb: fix typo 'commun'Heinrich Schuchardt1-1/+1
2021-11-20lmb: drop unused lmb_size_bytes()Heinrich Schuchardt1-6/+0
2021-11-20lmb: remove extern keyword in lmb.hHeinrich Schuchardt1-19/+17
2021-11-20doc: add include/lmb.h to the HTML documentationHeinrich Schuchardt3-11/+20
2021-11-20lmb: remove lmb_is_nomap() from includeHeinrich Schuchardt2-7/+5
2021-11-19Merge tag 'u-boot-amlogic-20211119' of https://source.denx.de/u-boot/custodia...WIP/19Nov2021Tom Rini5-24/+35
2021-11-19Merge tag 'tpm-19112021' of https://source.denx.de/u-boot/custodians/u-boot-tpmTom Rini3-23/+20
2021-11-19configs: meson64_android: add PANIC stage for SYSTEM failsNeil Armstrong1-2/+10
2021-11-19configs: meson64_android: bypass other checks on run_fastboot=1Neil Armstrong1-16/+19
2021-11-19pinctrl: meson: Correct the driver GPIO declarationSimon Glass4-6/+6
2021-11-18Merge branch '2021-11-18-regression-fixes'Tom Rini6-16/+39
2021-11-18arm64: Add missing GD_FLG_SKIP_RELOC handlingMarek Vasut2-0/+7
2021-11-18lmb: Reserve U-Boot separately if relocation is disabledMarek Vasut1-0/+5
2021-11-18board_f: Copy GD to new GD even if relocation disabledMarek Vasut1-16/+18
2021-11-18part: return -ENOSYS when get_info not valid.schspa1-0/+7
2021-11-18Revert "board: synquacer: developerbox: Don't set gd->env_addr to default_env...Masami Hiramatsu1-0/+2
2021-11-17drivers: tpm: atmel_twi: fix printf specifier compile warningMathew McBride1-1/+1
2021-11-17drivers: tpm: atmel_twi: implement get_desc operationMathew McBride1-1/+4
2021-11-17drivers: tpm: atmel_twi: do not use an offset byteMathew McBride1-0/+1
2021-11-17drivers: tpm: atmel_twi: drop non-DM_I2C compatibilityMathew McBride1-13/+1
2021-11-17cmd: tpm-v1: fix load_key_by_sha1 compile errorsMathew McBride2-7/+7
2021-11-17cmd: tpm-v1: fix compile error in TPMv1 list resources commandMathew McBride1-1/+6
2021-11-16Merge branch '2021-11-15-assorted-fixes'Tom Rini24-41/+53
2021-11-16Merge tag 'xilinx-for-v2022.01-rc3' of https://source.denx.de/u-boot/custodia...WIP/16Nov2021Tom Rini12-22/+1243
2021-11-15image: Explicitly declare do_bdinfo()WIP/2021-11-15-assorted-fixesAndy Shevchenko3-5/+4
2021-11-15usb: doc: Fix spelling issues in README.usbAndy Shevchenko1-12/+11
2021-11-15arm: Fix bad memcpy.S str8w macro argument countPierre-Clément Tosi1-1/+1
2021-11-15configs: synquacer: Fix dfu_alt_info to use nor1Masami Hiramatsu1-1/+1
2021-11-15makefile: add missing semicolonsAngelo Dureghello2-2/+2
2021-11-15board: tq: fix spelling of "TQ-Systems"Matthias Schiffer9-11/+11
2021-11-15board: rename "tqc" vendor to "tq"Matthias Schiffer13-6/+6
2021-11-15arm64: relocate-rela: Add support for ld.lldAlistair Delva1-3/+17
2021-11-15Prepare v2022.01-rc2v2022.01-rc2Tom Rini1-1/+1
2021-11-15usb: Make USB_MUSB_PIO_ONLY selected by USB_MUSB_SUNXISamuel Dionne-Riel1-0/+1
2021-11-15xilinx: zynqmp: fix ZYNQMP_RESTORE_JTAG checkRicardo Salveti1-1/+1
2021-11-14Dockerfile, CI: Update to latest "focal" tagWIP/14Nov2021Tom Rini3-3/+3
2021-11-14Dockerfile: build swtpmHeinrich Schuchardt1-0/+28