aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-21env: Fix documentation for env_get_f()Marek Behún1-1/+4
2021-10-21dm: Fix util.h's broken include guardPierre-Clément Tosi1-2/+2
2021-10-21sandbox: provide /chosen/boot-hartid propertyHeinrich Schuchardt2-1/+26
2021-10-21buildman: Add gcc-11.1.0 to the directory listTom Rini1-1/+1
2021-10-21CI: Switch running the nokia_rx51 test with in-container toolchainTom Rini2-4/+2
2021-10-21tools: imx8m_image: Support ddr3 firmwareAriel D'Alessandro1-0/+7
2021-10-21mx7ulp: add getting a board serial numberRicardo Salveti1-0/+23
2021-10-21board: ea: mx7ulp_com: allocate specific region of memory to OP-TEERicardo Salveti1-0/+4
2021-10-21arm: dts: imx8mp: Delete default clocks for clock controller nodeYe Li1-0/+3
2021-10-21imx8mp_evk: Enable the DWC EQoS iMX driverYe Li1-0/+3
2021-10-21imx8mp_evk: Delete noncached memory configYe Li1-3/+0
2021-10-21imx8mp_evk: Remove EQoS PHY reset codesYe Li1-19/+0
2021-10-21imx8mp_evk: Fix incorrect cascade for FEC and EQOS setupYe Li1-2/+3
2021-10-21arm: dts: imx8mp-evk: Enable the EQoS ethernet portYe Li2-0/+53
2021-10-21arm: mach-imx: Allow to build mac.c for EQoS driverYe Li1-0/+1
2021-10-21arm: mach-imx: Update MAC fuse for i.MX8MPYe Li1-1/+1
2021-10-21Merge branch 'master' of git://git.denx.de/u-bootStefano Babic631-5818/+10850
2021-10-21Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini22-145/+109
2021-10-21arm: a37xx: pci: Fix condition for CRS responsePali Rohár1-1/+1
2021-10-21arm: mvebu: Add missing "if SPL"Tom Rini1-1/+1
2021-10-21arm: a37xx: pci: Do not allow setting bars on PCI BridgePali Rohár1-0/+4
2021-10-21arm: mvebu: turris_omnia: Move CONFIG_SPL_DRIVERS_MISC to KconfigMarek Behún2-1/+1
2021-10-21arm: mvebu: turris_omnia: Move SPL's SYS_MALLOC_SIMPLE to KconfigMarek Behún2-4/+1
2021-10-21arm: mvebu: turris_omnia: Use show_board_info()Marek Behún1-2/+2
2021-10-21arm: mvebu: turris_omnia: Overwrite ethaddr only if invalidMarek Behún1-10/+12
2021-10-21arm: mvebu: turris_mox: Better check for valid ethernet addresses in envMarek Behún1-7/+9
2021-10-21arm: mvebu: turris_mox: Always handle reset buttonMarek Behún1-1/+2
2021-10-21arm: mvebu: turris_mox: Use show_board_info()Marek Behún1-34/+33
2021-10-21arm: mvebu: turris_mox: Cosmetic update for board config headerMarek Behún1-39/+22
2021-10-21arm: kirkwood, mvebu: Remove CONFIG_SYS_RESET_ADDRESS optionMarek Behún8-25/+0
2021-10-21arm: mvebu: a3720: Create Kconfig option for I2C_MVMarek Behún9-12/+11
2021-10-21arm: mvebu: turris_mox: Move options to defconfigMarek Behún2-7/+2
2021-10-21tools: termios_linux.h: Fix tcsendbreak() implementationPali Rohár1-1/+5
2021-10-21cmd: tlv_eepromSven Auhagen1-0/+3
2021-10-21efi_loader: Fix link of EFI apps with ld.lldAlistair Delva1-1/+1
2021-10-21efi_loader: efi_dp_from_lo() should skip VenMedia nodeHeinrich Schuchardt2-15/+6
2021-10-21efi_loader: avoid multiple local copies of lf2_initrd_guidHeinrich Schuchardt4-4/+8
2021-10-21efi_loader: efi_dp_from_lo() unused parameter sizeHeinrich Schuchardt4-6/+2
2021-10-21efi_loader: simplify show_efi_boot_opt_data()Heinrich Schuchardt1-7/+2
2021-10-21efi_loader: efi_dp_from_lo() don't copy GUIDHeinrich Schuchardt4-5/+7
2021-10-21efi_loader: Fix loaded image alignmentIlias Apalodimas3-6/+60
2021-10-21efi_loader: don't load Shim's MOK database from fileHeinrich Schuchardt1-0/+8
2021-10-21x86: Show some EFI info with the bdinfo commandSimon Glass4-2/+41
2021-10-21x86: Create a new header for EFISimon Glass3-3/+33
2021-10-21x86: Keep symbol information in u-boot ELF fileSimon Glass1-2/+2
2021-10-21efi: Add a separate maintainer entry for the appSimon Glass1-0/+7
2021-10-21efi_loader: Drop code that doesn't work with driver modelSimon Glass4-124/+23
2021-10-21efi_selftest: Receive the packets until the receive buffer is emptyMasami Hiramatsu1-30/+37
2021-10-21efi_selftest: Do not check EFI_SIMPLE_NETWORK_RECEIVE_INTERRUPTMasami Hiramatsu1-11/+0
2021-10-21efi_selftest: Use EFI_SIMPLE_NETWORK_PROTOCOL::GetStatus() for media checkMasami Hiramatsu1-0/+12