aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-31spi: Update speed/mode on changeWIP/31Mar2021Marek Vasut1-0/+10
2021-03-31Merge tag 'efi-2021-04-rc6' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2-1/+3
2021-03-31test: Don't unmount not (yet) mounted systemAndy Shevchenko1-22/+56
2021-03-31Merge https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2-13/+1
2021-03-31sunxi: dts: H616: Drop reserved-memory nodeAndre Przywara1-12/+0
2021-03-31sunxi: H616: Change TF-A load address to beginning of DRAMAndre Przywara1-1/+1
2021-03-31efi_loader: typo 'devide path'Heinrich Schuchardt1-1/+1
2021-03-31efi_loader: Uart device path missing breakHeinrich Schuchardt1-0/+2
2021-03-29Prepare v2021.04-rc5v2021.04-rc5Tom Rini1-1/+1
2021-03-28Merge branch '2021-03-28-assorted-bugfixes'Tom Rini4-9/+4
2021-03-28Support building on macOS/arm64Jessica Clarke2-7/+2
2021-03-28dm: test: Always include command.h for print_utSean Anderson1-2/+0
2021-03-28test: Add udevice declaration to avoid build errorSimon Glass1-0/+2
2021-03-27Merge branch '2021-03-27-master-imports'Tom Rini3-107/+59
2021-03-27Azure: Use "pacman -Sy" to install the toolchainTom Rini1-1/+1
2021-03-27dm: i2c: Add a migration method for I2CSimon Glass2-0/+9
2021-03-27Makefile: Drop the old SPI flash migration messageSimon Glass1-5/+0
2021-03-27Makefile: Use common code for DM_ETH deprecation warningSimon Glass1-11/+1
2021-03-27Makefile: Use common code for WDT deprecation warningSimon Glass1-11/+2
2021-03-27Makefile: Use common code for SPI_FLASH deprecation warningSimon Glass1-10/+2
2021-03-27Makefile: Use common code for DM_VIDEO deprecation warningSimon Glass1-10/+2
2021-03-27Makefile: Use common code for PCI deprecation warningSimon Glass1-10/+1
2021-03-27Makefile: Use common code for LIBATA deprecation warningSimon Glass1-11/+1
2021-03-27Makefile: Use common code for MVSATA_IDE deprecation warningSimon Glass1-10/+2
2021-03-27Makefile: Use common code for USB deprecation warningSimon Glass1-10/+2
2021-03-27Makefile: Use common code for MMC deprecation warningSimon Glass1-10/+1
2021-03-27Makefile: Add common code to report deprecationSimon Glass1-0/+27
2021-03-27Makefile: Move non-DM migration messages to the topSimon Glass1-15/+15
2021-03-24Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqWIP/24Mar2021Tom Rini23-35/+45
2021-03-23mtd: rawnand: fsl_ifc: fix FSL NAND driver to read all ONFI parameter pagesMaxim Kochetkov1-7/+10
2021-03-23pci: layerscape: Change to allocate zeroed memery for struct ls_pcieHou Zhiqiang2-2/+2
2021-03-23configs: ls1028a: Correct CONFIG_ENV_SECT_SIZEKuldeep Singh3-3/+3
2021-03-23configs: ls1028aqds: Move CONFIG_SPI_FLASH_* definitions to defconfigKuldeep Singh4-6/+6
2021-03-23configs: ls1028a: Unset CONFIG_SPI_FLASH_SPANSIONKuldeep Singh5-5/+0
2021-03-23configs: lx2160a: Remove unused Flexspi config optionsKuldeep Singh1-6/+0
2021-03-23configs: lx2160a: Unset CONFIG_SPI_FLASH_SPANSIONKuldeep Singh5-5/+0
2021-03-23board: freescale: t208xrdb: Add link to User GuideChris Packham1-0/+5
2021-03-23powerpc: t2080rdb: Enable RTC supportChris Packham5-0/+16
2021-03-23rtc: ds1307: Add ds1339 compatibleChris Packham1-0/+2
2021-03-23Merge branch 'v2021.04-rc5' of https://github.com/lftan/u-bootTom Rini1-1/+2
2021-03-23fsl_ifc: fix typo in the NOR CSOR register definitionAleksandar Gerasimovski1-1/+1
2021-03-23arm: socfpga: Only do 'is OS booted from FIT' checking when VAB is enabledSiew Chin Lim1-1/+2
2021-03-20Merge tag 'efi-2021-04-rc5-2' of https://source.denx.de/u-boot/custodians/u-b...WIP/20Mar2021Tom Rini5-24/+101
2021-03-19cmd/load: support uploading EFI binary via UARTHeinrich Schuchardt1-2/+8
2021-03-19efi_loader: Uart device pathHeinrich Schuchardt3-9/+55
2021-03-19efi_loader: NULL dereference in EFI consoleHeinrich Schuchardt1-13/+38
2021-03-19Merge branch '2021-03-19-assorted-fixes'Tom Rini5-21/+52
2021-03-19nvme: Elaborate on cache maintenance operation in get/set_featuresWIP/2021-03-19-assorted-fixesAndre Przywara1-5/+20
2021-03-19nvme: Always invalidate whole cqes[] arrayAndre Przywara1-4/+12
2021-03-19api: fix a potential serious bug caused by undef CONFIG_SYS_64BIT_LBAMarek BehĂșn1-5/+18