summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-29efi_loader: use after free in efi_exit()Heinrich Schuchardt2-7/+14
2020-12-29efi_loader: describe struct efi_loaded_image_objHeinrich Schuchardt1-1/+3
2020-12-29efi_loader: efi_signal_event() fix comment typosHeinrich Schuchardt1-2/+2
2020-12-29efi_loader: avoid invalid freeHeinrich Schuchardt1-1/+1
2020-12-29efi_loader: escape key handlingHeinrich Schuchardt1-0/+12
2020-12-29efi_loader: missing parentheses after ifHeinrich Schuchardt1-1/+1
2020-12-28Merge tag 'u-boot-imx-20201227' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini37-105/+428
2020-12-28Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini3-3/+23
2020-12-28Revert "arm64: a37xx: pci: Assert PERST# signal when unloading driver"Pali Rohár1-3/+0
2020-12-28arm: mvebu: armada-xp-gp.dts: Add spi0 aliasStefan Roese1-0/+4
2020-12-28arm: mvebu: Add armada-xp-gp-u-boot.dtsi for U-Boot propertiesStefan Roese1-0/+19
2020-12-26i2c: mxc_i2c: improve error message readabilityMarc Ferland1-1/+1
2020-12-26imx: mx7: clock: use correct format stringsHeinrich Schuchardt1-11/+11
2020-12-26arm: dart6ul: read and print SoM info from eeprom on startupMarc Ferland3-1/+113
2020-12-26arm: dart6ul: change compatible string for eepromMarc Ferland1-2/+7
2020-12-26toradex: hand over maintainershipIgor Opaniuk9-9/+9
2020-12-26imx8mp_evk: Increase CONFIG_SYS_MALLOC_F_LENFabio Estevam1-1/+1
2020-12-26imx: ahab: allow to bypass confirmation for ahab_close cmdClément Péron1-1/+2
2020-12-26board: ge: bx50v3: cleanup phy configSebastian Reichel2-23/+23
2020-12-26board: ge: bx50v3: remove confidx magic numbersSebastian Reichel2-8/+12
2020-12-26Merge tag 'efi-2021-01-rc5' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-5/+15
2020-12-26efi_loader: Extra checks while opening an OPTEE sessionIlias Apalodimas1-5/+15
2020-12-26compiler.h: add host_build()Sebastian Reichel1-0/+9
2020-12-26mx6sabresd: Remove unneeded checkboard()Fabio Estevam1-6/+0
2020-12-26configs: imx8m: enable eMMC HS400ES and SD UHS mode on EVKAndrey Zhizhikin3-0/+11
2020-12-26ARM: dts: imx8m: add UHS or HS400/HS400ES propertiesAndrey Zhizhikin6-0/+27
2020-12-26ARM: dts: imx8m: increase off-on delay on the SD Vcc regulatorAndrey Zhizhikin6-0/+26
2020-12-26imx8mm_beacon: Enable HS400 on MMC controllerAdam Ford1-0/+7
2020-12-26arm64: dts: imx8mm-beacon: Re-sync dts file with Linux 5.10-rc6Adam Ford2-19/+41
2020-12-26arm: dts: imx8mm: sync dts from Linux Kernel 5.10-rc6Adam Ford1-20/+99
2020-12-26imx: imx8mm: Update clock bindings headerAdam Ford1-1/+27
2020-12-26ARM: dts: imx: imx8qm-rom7720: Fix AR8031 phy-modeOliver Graute1-2/+2
2020-12-24Merge tag 'dm-next-23dec20' of git://git.denx.de/u-boot-dm into nextTom Rini162-680/+964
2020-12-23dm: core: Inline a few ofnode functions in SPLSimon Glass3-11/+63
2020-12-23buildman: Remove output binaries before buildingSimon Glass1-1/+13
2020-12-23dm: spi: Fix spi_free_slave() freed memory writeNiel Fourie1-1/+0
2020-12-23test: dm: spi: Add testcase for spi_claim_bus()Ovidiu Panait1-0/+82
2020-12-23spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logicOvidiu Panait3-10/+26
2020-12-23test: spi: Add sandbox_spi_get_{speed, mode} interfaceOvidiu Panait2-0/+30
2020-12-23spi: sandbox_spi: Implement speed/mode setupOvidiu Panait1-0/+26
2020-12-23sandbox: test: Add a second SPI slave on sandbox_spi busOvidiu Panait3-4/+12
2020-12-23sandbox: spi: Drop unused sandbox_spi_parse_spec functionOvidiu Panait2-26/+0
2020-12-23sandbox: implement invalidate_icache_all()Heinrich Schuchardt3-5/+24
2020-12-23fdt: Use phandle to distinguish DT nodes with same nameAswath Govindraju2-0/+19
2020-12-23Common:fdt: Check for error return valueHongwei Zhang1-0/+3
2020-12-23sandbox: implement runtime system resetHeinrich Schuchardt2-1/+12
2020-12-23configs: sandbox: activate DEBUG_UARTPatrick Delaunay3-0/+3
2020-12-23patman: Add project-default for 'gcc'Philipp Tomsich1-1/+6
2020-12-23patman: Add --no-signoff to suppress adding signoffsPhilipp Tomsich4-8/+12
2020-12-22Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini3-24/+34