summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-25efi_loader: fix memory type for memory reservation blockMark Kettenis1-1/+1
2021-03-25efi_loader: disable GRUB_ARM32_WORKAROUND on ARCH_SUNXIHeinrich Schuchardt1-1/+1
2021-03-24Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom 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-22ARM: mach-at91: arm926ejs: fix data abort in startup returning from lowlevel_...Martin Townsend1-8/+8
2021-03-22dm: Add the new dtoc-generated files to the buildSimon Glass1-1/+2
2021-03-22dm: core: Skip adding uclasses with OF_PLATDATA_INSTSimon Glass1-1/+4
2021-03-22dm: core: Set up driver model for OF_PLATDATA_INSTSimon Glass1-12/+30
2021-03-22dm: core: Adjust uclass setup with of-platdataSimon Glass2-2/+9
2021-03-22dm: core: Allow dropping run-time binding of devicesSimon Glass2-17/+43
2021-03-22dm: core: Add macros to access the new linker listsSimon Glass5-2/+179
2021-03-22linker_lists: Allow use in data structuresSimon Glass1-0/+12
2021-03-22sandbox: Drop debug message in os_spl_to_uboot()Simon Glass1-1/+0
2021-03-22dtoc: Drop use of DECL() macrosSimon Glass2-36/+36
2021-03-22bus: ti-sysc: change in a normal driverDario Binacchi1-6/+0
2021-03-22dtoc: Generate device instancesSimon Glass3-15/+484
2021-03-22dtoc: Generate uclass devicesSimon Glass4-13/+250
2021-03-22dtoc: Generate a summary in the dt-plat.c fileSimon Glass2-35/+169
2021-03-22dtoc: Tidy up the list of supported phandle propertiesSimon Glass1-7/+21
2021-03-22sandbox: i2c: Rename driver names to work with of-platdataSimon Glass3-5/+5
2021-03-22sandbox: Make sandbox,emul more conventionalSimon Glass2-1/+6
2021-03-22dtoc: Don't generate platform data with instantiationSimon Glass2-13/+75
2021-03-22dtoc: Add support for decl fileSimon Glass2-7/+120
2021-03-22dm: of-platadata: Add option for device instantiationSimon Glass2-2/+25
2021-03-22dtoc: Add an option for device instantiationSimon Glass3-22/+36
2021-03-22dtoc: Support processing the root nodeSimon Glass4-20/+59
2021-03-22dtoc: Set up the uclasses that are usedSimon Glass4-18/+119
2021-03-22dtoc: Assign a sequence number to each nodeSimon Glass4-20/+53
2021-03-22dtoc: Detect drivers only at the start of start of lineSimon Glass1-2/+2
2021-03-22dtoc: Read aliases for uclassesSimon Glass7-3/+345
2021-03-22dtoc: Warn of duplicate driversSimon Glass2-1/+122
2021-03-22dtoc: Process driver aliases along with driversSimon Glass3-12/+11
2021-03-22dtoc: Support headers needed for driversSimon Glass3-0/+29
2021-03-22Makefile: Pass the U-Boot phase to dtocSimon Glass1-1/+1
2021-03-22dtoc: Support tracking the phase of U-BootSimon Glass6-12/+47
2021-03-22dtoc: Track nodes which are actually usedSimon Glass4-4/+37
2021-03-22dtoc: Process nodes to set up required propertiesSimon Glass3-0/+124
2021-03-22dtoc: Make use of node propertiesSimon Glass1-26/+19