summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqWIP/20May2020Tom Rini2020-05-20104-506/+1692
|\
| * configs: ls2080aqds_tfa_defconfig: enable DM_ETH and relatedIoana Ciornei2020-05-191-0/+8
| * arm: dts: ls2080aqds: add CONFIG_MULTI_DTB_FIT supportIoana Ciornei2020-05-196-70/+241
| * board: ls2080aqds: transition to DM_ETHIoana Ciornei2020-05-192-3/+16
| * configs: ls1088aqds_tfa_defconfig: enable DM_ETH and relatedIoana Ciornei2020-05-191-0/+8
| * board: ls1088aqds: transition to DM_ETHIoana Ciornei2020-05-191-0/+2
| * arm: dts: ls1088aqds: add CONFIG_MULTI_DTB_FIT supportIoana Ciornei2020-05-198-120/+358
| * include/configs: ls1046afrwy: add support for boot targets.Pramod Kumar2020-05-191-1/+9
| * net: fsl-mc: fixup DPC: add /board/ports node if missingRazvan Ionut Cirjan2020-05-191-3/+14
| * board_r: Detect ifc-nor flash at run-timePankit Garg2020-05-191-0/+8
| * configs: lx2160aqds_tfa_defconfig: enable DM_ETH and relatedIoana Ciornei2020-05-192-0/+16
| * board: lx2160aqds: implement board_fit_config_name_matchIoana Ciornei2020-05-191-0/+109
| * board: lx2160aqds: transition to DM_ETHIoana Ciornei2020-05-192-1/+16
| * arm: dts: lx2160aqds: add nodes describing possible mezzanine cardsIoana Ciornei2020-05-1916-178/+670
| * arm: dts: lx2160aqds: add MDIO slotsIoana Ciornei2020-05-191-1/+114
| * arm: dts: lx2160a: add noted for dpmacs 1, 2, 5-6Ioana Ciornei2020-05-191-1/+85
| * drivers: net: fsl-mc: fixup msi-map propertyLaurentiu Tudor2020-05-191-1/+16
| * driver: net: fm: minor fix in DM ETH supportMadalin Bucur2020-05-191-1/+1
| * configs: ls1012a: Unset ENV_ADDR valueKuldeep Singh2020-05-192-2/+0
| * configs: nxp: Enable CONFIG_SYS_RELOC_GD_ENV_ADDRKuldeep Singh2020-05-196-0/+6
| * configs: ls1012a: Reduce CONFIG_ENV_SIZE to 0x2000Ashish Kumar2020-05-1915-15/+15
| * configs: ls1012a: Increase CONFIG_SYS_MALLOC_LEN sizeKuldeep Singh2020-05-191-1/+1
| * configs: ls2080ardb: Make BOOT command access flash memory as per spi-memKuldeep Singh2020-05-191-4/+10
| * configs: ls2080ardb: Make MC_INIT access flash memory as per spi-memKuldeep Singh2020-05-191-10/+18
| * configs: ls1046a: Define ENV_ADDR valueKuldeep Singh2020-05-193-2/+4
| * configs: ls2080a: Correct ENV_ADDR valueKuldeep Singh2020-05-193-2/+3
| * configs: ls1088a: Correct ENV_ADDR valueKuldeep Singh2020-05-192-2/+2
| * treewide: Update fsl qspi node dt properties as per spi-mem driverKuldeep Singh2020-05-1919-56/+35
| * configs: ls1046a: Move SPI_FLASH_SPANSION to defconfigKuldeep Singh2020-05-1910-15/+8
| * configs: ls1012a: Enable CONFIG_SPI_FLASH_SPANSION in defconfigsKuldeep Singh2020-05-1912-1/+11
| * configs: ls1043a: Move CONFIG_FSL_QSPI and SPI_FLASH_SPANSION to defconfigKuldeep Singh2020-05-195-8/+5
| * treewide: Remove unused FSL QSPI config options for Layerscape platformsKuldeep Singh2020-05-1917-127/+2
* | Merge branch '2020-05-19-misc-fixes'Tom Rini2020-05-2022-407/+116
|\ \
| * | cmd: avb: free partition buffer upon verify completionWIP/2020-05-19-misc-fixesGary Bisson2020-05-191-0/+3
| * | drivers: crypto: mod_exp_sw: Re-add DM_FLAG_PRE_RELOCJan Kiszka2020-05-191-0/+1
| * | test: Use ut_asserteq_mem() where possibleSimon Glass2020-05-1911-102/+112
| * | mpc83xx, abb: remove suvd3 boardHeiko Schocher2020-05-197-276/+0
| * | mpc83xx: remove redundant MPC83xx_RESET #defineRasmus Villemoes2020-05-192-29/+0
|/ /
* | Merge branch '2020-05-18-reduce-size-of-common.h'WIP/19May2020Tom Rini2020-05-193371-1968/+7541
|\ \ | |/ |/|
| * common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-18749-6/+940
| * Use __ASSEMBLY__ as the assembly macrosSimon Glass2020-05-1816-20/+20
| * common: Drop linux/delay.h from common headerSimon Glass2020-05-18891-4/+897
| * Fix some checkpatch warnings in calls to udelay()Simon Glass2020-05-1814-71/+71
| * common: Drop linux/stringify.h from common headerSimon Glass2020-05-18114-1/+171
| * common: Drop linux/bug.h from common headerSimon Glass2020-05-1886-1/+85
| * common: Drop asm_offsets.h from common headerSimon Glass2020-05-187-1/+6
| * common: Drop asm/ptrace.h from common headerSimon Glass2020-05-1839-1/+38
| * common: Drop log.h from common headerSimon Glass2020-05-181533-4/+1543
| * Fix some checkpatch warnings in calls to debug()Simon Glass2020-05-187-31/+30
| * command: Remove the cmd_tbl_t typedefSimon Glass2020-05-18465-1528/+1988