aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-netWIP/02Dec2021Tom Rini2021-12-022-12/+12
|\
| * net: dwc_eth_qos: Enable clock in probeMarek Vasut2021-12-021-11/+11
| * net: eth-phy: Handle gpio_request_by_name() return valueMarek Vasut2021-12-021-1/+1
|/
* Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini2021-11-302-3/+75
|\
| * serial: a37xx: Reset whole UART when changing parent clock from TBG to XTALPali Rohár2021-11-301-1/+12
| * arm: mvebu: turris_omnia: enable A385 watchdog before disabling MCU watchdogPali Rohár2021-11-301-2/+63
* | Merge tag 'tpm-30112021' of https://source.denx.de/u-boot/custodians/u-boot-tpmWIP/30Nov2021Tom Rini2021-11-302-1/+7
|\ \
| * | tis: fix tpm_tis_remove()Heinrich Schuchardt2021-11-302-1/+10
| |/
* | Merge tag 'efi-2022-01-rc4' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2021-11-3011-78/+526
|\ \ | |/ |/|
| * efi_loader: Extend PCR's for firmware measurementsRuchika Gupta2021-11-301-0/+76
| * tpm: use more algorithms than sha256 on pcr_readRuchika Gupta2021-11-303-6/+14
| * efi_loader: Add check for event log passed from firmwareRuchika Gupta2021-11-302-69/+402
| * test: unit test for the EFI_TCG2_PROTOCOLHeinrich Schuchardt2021-11-301-0/+20
| * configs: enable CMD_TPM on QEMU ARMHeinrich Schuchardt2021-11-303-0/+3
| * doc: qemu-arm peripherialsHeinrich Schuchardt2021-11-302-3/+11
|/
* Prepare v2022.01-rc3v2022.01-rc3Tom Rini2021-11-291-1/+1
* board: iot2050: update build documentation for OP-TEEIvan Mikhaylov2021-11-291-1/+1
* qemu: common: Fix build with update capsuleVincent Stehlé2021-11-291-1/+0
* fastboot: Add maintainers entrySean Anderson2021-11-291-0/+12
* clk: Add myself as a maintainer for the clock subsystemSean Anderson2021-11-291-0/+1
* Merge tag 'efi-2022-01-rc3-2' of https://source.denx.de/u-boot/custodians/u-b...WIP/26Nov2021Tom Rini2021-11-2613-106/+95
|\
| * test: fix pylint error in u_boot_console_exec_attach.pyHeinrich Schuchardt2021-11-261-2/+4
| * test: fix pylint error in u_boot_console_sandbox.pyHeinrich Schuchardt2021-11-261-1/+3
| * test: fix pylint errors in u_boot_utils.pyHeinrich Schuchardt2021-11-261-11/+14
| * test: fix pylint errors in u_boot_spawn.pyHeinrich Schuchardt2021-11-261-13/+13
| * test: fix pylint errors in multiplexed_log.pyHeinrich Schuchardt2021-11-261-6/+8
| * efi_selftest: simplify endian conversion for FDT testHeinrich Schuchardt2021-11-261-7/+8
| * efi_loader: segfault in efi_clear_os_indications()Heinrich Schuchardt2021-11-262-50/+31
| * test: address some pylint warningsHeinrich Schuchardt2021-11-262-9/+7
| * sandbox: poweroff in efi_system_reset()Heinrich Schuchardt2021-11-261-2/+4
| * efi_loader: efi_disk_register() should not failHeinrich Schuchardt2021-11-261-2/+2
| * efi: Call bootm_disable_interrupts earlier in efi_exit_boot_servicesTom Rini2021-11-261-3/+1
|/
* Merge branch 'efi-2022-01' of https://source.denx.de/u-boot/custodians/u-boot...WIP/20Nov2021Tom Rini2021-11-2013-110/+631
|\
| * efi_loader: startup the tpm device when installing the protocolIlias Apalodimas2021-11-201-0/+9
| * efi_loader: fix FinalEvents table if an EFI app invoked GetEventLogIlias Apalodimas2021-11-201-29/+70
| * efi_loader: bump EFI_SPECIFICATION_VERSION to 2.9Heinrich Schuchardt2021-11-201-2/+2
| * efi_selftest: unit test for EFI_GROUP_BEFORE_EXIT_BOOT_SERVICEHeinrich Schuchardt2021-11-201-11/+56
| * efi_loader: EFI_EVENT_GROUP_BEFORE_EXIT_BOOT_SERVICESHeinrich Schuchardt2021-11-202-0/+22
| * efi_loader: capsule: Record capsule result only if capsule is readMasami Hiramatsu2021-11-201-3/+3
| * efi_loader: Reduce efi_tcg2 logging statementMasahisa Kojima2021-11-201-1/+1
| * efi_loader: Sphinx comments in efi_api.hHeinrich Schuchardt2021-11-201-7/+7
| * efi: add comment for efi_system_table and efi_configuration_tableMasahisa Kojima2021-11-201-0/+32
| * doc: fix typos in trace.rstHeinrich Schuchardt2021-11-201-8/+8
| * scripts: update spelling.txt from upstream LinuxHeinrich Schuchardt2021-11-201-5/+360
| * test: test truncation in snprintf()Heinrich Schuchardt2021-11-201-0/+18
| * lmb: fix typo 'commun'Heinrich Schuchardt2021-11-201-1/+1
| * lmb: drop unused lmb_size_bytes()Heinrich Schuchardt2021-11-201-6/+0
| * lmb: remove extern keyword in lmb.hHeinrich Schuchardt2021-11-201-19/+17
| * doc: add include/lmb.h to the HTML documentationHeinrich Schuchardt2021-11-203-11/+20
| * lmb: remove lmb_is_nomap() from includeHeinrich Schuchardt2021-11-202-7/+5
|/