aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-11Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiWIP/11Jan2021Tom Rini18-163/+508
2021-01-11sunxi: board: add a config option to fixup a Bluetooth addressAndre Heider2-0/+46
2021-01-11sunxi: board: extract creating a unique sid into a helper functionAndre Heider1-47/+58
2021-01-11sunxi: dram: h6: Improve DDR3 config detectionJernej Skrabec1-44/+56
2021-01-11sunxi: board: Move USB ethernet initialization to board_late_init()Andy Shevchenko2-0/+6
2021-01-11sunxi: Add arm64 FEL supportAndre Przywara4-2/+94
2021-01-11sunxi: Fix is_boot0_magic macroAndre Przywara1-2/+1
2021-01-11sunxi: Use mkimage for SPL boot image generationAndre Przywara1-4/+4
2021-01-11tools: mkimage: Add Allwinner eGON supportAndre Przywara5-0/+140
2021-01-11sunxi: Factor out eGON BROM header descriptionAndre Przywara2-64/+82
2021-01-11sunxi: add PineCube boardIcenowy Zheng3-0/+21
2021-01-11Merge branch 'next'Tom Rini1517-8689/+16853
2021-01-11Prepare v2021.01v2021.01Tom Rini1-1/+1
2021-01-08xea: config: Disable CONFIG_SPL_OF_PLATDATA_PARENT on XEA (imx28)WIP/08Jan2021Lukasz Majewski1-0/+1
2021-01-08xea: config: Use CONFIG_PREBOOT from KconfigLukasz Majewski2-1/+2
2021-01-08xea: spl: Disable pull UP for GPIO0_2{35}Lukasz Majewski1-1/+1
2021-01-08rockchip: pinebook-pro: default to SPI bus 1 for SPI-flashHugh Cole-Baker2-4/+2
2021-01-06Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...WIP/06Jan2021-nextTom Rini25-80/+540
2021-01-06Merge tag 'u-boot-stm32-20210106' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2-3/+3
2021-01-06ARM: dts: stm32: Fix GPIO hog flags on DHCOM DRC02Marek Vasut1-2/+2
2021-01-06ARM: dts: stm32: Fix GPIO hog flags on DHCOM PicoITXMarek Vasut1-1/+1
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini410-1956/+2799
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini445-4539/+8238
2021-01-05Merge tag 'ti-v2021.01-rc5' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-2/+2
2021-01-05dtoc: Tidy up src_scan testsSimon Glass1-6/+22
2021-01-05dtoc: Move src_scan tests to a separate fileSimon Glass5-78/+97
2021-01-05dtoc: Split source-code scanning to a separate fileSimon Glass3-169/+204
2021-01-05dtoc: Drop dm_populate_phandle_data()Simon Glass5-49/+13
2021-01-05dtoc: Output nodes in orderSimon Glass2-43/+34
2021-01-05dtoc: Allow specifying the base directory for testsSimon Glass2-6/+46
2021-01-05dtoc: Add the method for each command to OutputFileSimon Glass1-26/+16
2021-01-05dtoc: Rename dt-platdata.c to dt-plat.cSimon Glass5-7/+7
2021-01-05dtoc: Add a header comment to each generated fileSimon Glass2-12/+24
2021-01-05dtoc: Run tests using test_utilSimon Glass1-21/+10
2021-01-05concurrencytest: Fix Python3 warningSimon Glass1-2/+2
2021-01-05dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass19-26/+26
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass73-110/+110
2021-01-05dm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET()Simon Glass3-10/+6
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass64-148/+148
2021-01-05Makefile: Invoke dtoc only onceSimon Glass1-12/+9
2021-01-05dtoc: Add an 'all' commandSimon Glass4-10/+51
2021-01-05dtoc: Allow outputing to multiple filesSimon Glass2-10/+94
2021-01-05dtoc: Allow providing a directory to write files toSimon Glass3-10/+19
2021-01-05dtoc: Test the stdout outputSimon Glass1-15/+22
2021-01-05dtoc: Use None to mean stdoutSimon Glass3-7/+7
2021-01-05dtoc: Tidy up pylint warnings in testSimon Glass1-71/+85
2021-01-05dm: core: Add logging when lists_bind_fdt() failsSimon Glass1-1/+1
2021-01-05dm: core: Allow the uclass list to moveSimon Glass6-11/+19
2021-01-05dm: core: Split out scanning code to dm_scan()Simon Glass1-14/+35
2021-01-05dm: core: Rename device node to indicate it is privateSimon Glass1-4/+7