aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2021-01-05dm: core: Access device ofnode through functionsSimon Glass50-82/+113
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass15-35/+30
2021-01-05dm: core: Rename dev_has_of_node() to dev_has_ofnode()Simon Glass5-5/+5
2021-01-05dm: core: Rename device flags to indicate it is privateSimon Glass1-8/+9
2021-01-05dm: core: Access device flags through functionsSimon Glass16-59/+74
2021-01-05dm: core: Rename sqq to seq_Simon Glass6-17/+18
2021-01-05dm: core: Split out alloc code into a new functionSimon Glass1-37/+52
2021-01-05x86: Drop rtc from SPLSimon Glass1-1/+1
2021-01-05x86: coral: Remove unwanted nodes from SPL/TPLSimon Glass1-6/+11
2021-01-05x86: apl: Adjust how the UART gets its platform dataSimon Glass2-20/+42
2021-01-05x86: sysreset: Move priv/plat structs to headersSimon Glass2-4/+19