aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-14patman: Refactor how the default subcommand worksSimon Glass3-33/+38
2020-11-14Merge tag 'efi-2021-01-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/14Nov2020Tom Rini13-7/+816
2020-11-14efi_selftest: provide unit test for the EFI_TCG2_PROTOCOLHeinrich Schuchardt2-0/+76
2020-11-14efi_loader: Add basic EFI_TCG2_PROTOCOL supportIlias Apalodimas6-0/+645
2020-11-14tpm: Add some headers from the specIlias Apalodimas1-0/+77
2020-11-14efi_loader: incorrect buffer size in efi_file_setinfo()Heinrich Schuchardt1-1/+1
2020-11-14efi_loader: Add missing newline to log_{err,warning}Paulo Alcantara1-2/+2
2020-11-14efi_selftest: keep devices in ExitBootServices()Heinrich Schuchardt3-4/+15
2020-11-13rockchip: Pinebook Pro: Fix USBPeter Robinson1-1/+4
2020-11-13rockchip: Enable BINMAN for boards enable SPL_OPTEEKever Yang1-1/+1
2020-11-13rockchip: rockpro64: fix boot from SPI flash on spi1Hugh Cole-Baker2-4/+2
2020-11-13video: rockchip: Restrict EDP, VOP, MIPI files to GPL-2.0Alper Nebi Yasak11-11/+11
2020-11-13rockchip: gru: Allow setting up clocks in U-Boot properAlper Nebi Yasak2-0/+28
2020-11-13rockchip: rk3399: Init clocks in U-Boot proper if SPL was not runAlper Nebi Yasak1-6/+16
2020-11-12ARM: dts: meson-sm1: add u-boot specific MMC controller compatibleNeil Armstrong6-4/+24
2020-11-12mmc: meson-gx: change clock phase value on SM1 SoCsNeil Armstrong2-4/+28
2020-11-12mmc: meson-gx: move arch header to local headerNeil Armstrong2-6/+3
2020-11-12ARM: mach-meson: update SoC IDsNeil Armstrong1-1/+6
2020-11-12video: meson: meson_dw_hdmi: fix the potential build warningJaehoon Chung1-0/+2
2020-11-12phy: meson-g12a-usb2: fix the potential build warningJaehoon Chung1-2/+2
2020-11-10libfdt: Fix signedness comparison warningsWIP/10Nov2020Andre Przywara6-29/+42
2020-11-09Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini3-7/+22
2020-11-10x86: coral: Update smbios tables to latest definitionSimon Glass1-6/+21
2020-11-10x86: coral: Correct max98357 fileSimon Glass1-0/+0
2020-11-10x86: Avoid using hardcoded number of variable range MTRRs in mtrr_commit()Bin Meng1-1/+1
2020-11-09Prepare v2021.01-rc2v2021.01-rc2Tom Rini1-1/+1
2020-11-09Merge tag 'efi-2021-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini7-16/+252
2020-11-09configs: Resync with savedefconfigTom Rini13-29/+24
2020-11-09arm: actions: increase SYS_MALLOC_F_LENAmit Singh Tomar1-1/+1
2020-11-09net: ks8851: Implement EEPROM MAC address readoutMarek Vasut1-0/+29
2020-11-09tpm: Change response length of tpm2_get_capability()Ilias Apalodimas2-4/+4
2020-11-09efi_selftest: add tool to download dtbHeinrich Schuchardt2-0/+220
2020-11-09efi_loader: non-volatile variable not deleted from fileHeinrich Schuchardt1-0/+1
2020-11-09input: add support for FN1 - FN10 on crosswire kbdHeinrich Schuchardt1-10/+25
2020-11-09cmd: conitrace: replace getc() by getchar()Heinrich Schuchardt1-2/+2
2020-11-06Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dmTom Rini37-388/+2293
2020-11-06Merge tag 'u-boot-amlogic-20201105' of https://gitlab.denx.de/u-boot/custodia...Tom Rini5-16/+26
2020-11-06Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini144-590/+1645
2020-11-06Makefile: Fix calling make with V=1Pali Rohár1-1/+1
2020-11-06smbios: Drop the unused Kconfig optionsSimon Glass12-68/+13
2020-11-06x86: Provide default SMBIOS manufacturer/productSimon Glass17-1/+63
2020-11-06x86: galileo: Use devicetree for SMBIOS settingsSimon Glass2-11/+28
2020-11-06arm64: mvebu: Use devicetree for SMBIOS settings on uDPUSimon Glass2-1/+22
2020-11-06odroid-c2: Use devicetree for SMBIOS settingsSimon Glass2-2/+25
2020-11-06imx: Use devicetree for SMBIOS settings on MYiR MYS-6ULXSimon Glass2-1/+27
2020-11-06rockchip: Use devicetree for SMBIOS settingsSimon Glass8-8/+93
2020-11-06sysinfo: Provide a default driver to set SMBIOS valuesSimon Glass4-0/+36
2020-11-06smbios: Add documentation and devicetree bindingSimon Glass2-0/+85
2020-11-06smbios: Add more propertiesSimon Glass1-0/+4
2020-11-06smbios: Allow properties to come from the device treeSimon Glass1-17/+81