summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiWIP/11Jan2021Tom Rini2021-01-1118-163/+508
|\
| * sunxi: board: add a config option to fixup a Bluetooth addressAndre Heider2021-01-112-0/+46
| * sunxi: board: extract creating a unique sid into a helper functionAndre Heider2021-01-111-47/+58
| * sunxi: dram: h6: Improve DDR3 config detectionJernej Skrabec2021-01-111-44/+56
| * sunxi: board: Move USB ethernet initialization to board_late_init()Andy Shevchenko2021-01-112-0/+6
| * sunxi: Add arm64 FEL supportAndre Przywara2021-01-114-2/+94
| * sunxi: Fix is_boot0_magic macroAndre Przywara2021-01-111-2/+1
| * sunxi: Use mkimage for SPL boot image generationAndre Przywara2021-01-111-4/+4
| * tools: mkimage: Add Allwinner eGON supportAndre Przywara2021-01-115-0/+140
| * sunxi: Factor out eGON BROM header descriptionAndre Przywara2021-01-112-64/+82
| * sunxi: add PineCube boardIcenowy Zheng2021-01-113-0/+21
|/
* Merge branch 'next'Tom Rini2021-01-111517-8689/+16853
|\
| * Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...WIP/06Jan2021-nextTom Rini2021-01-0625-80/+540
| |\
| | * xilinx: Fill git repository for Xilinx boardsMichal Simek2021-01-054-0/+4
| | * video: Call video_sync in video_clear()Michal Simek2021-01-051-1/+1
| | * video: seps525: Add seps525 SPI driverMichal Simek2021-01-054-0/+336
| | * video: seps525: Add dt binding descriptionVikhyat Goyal2021-01-052-0/+25
| | * video: Introduce video_sync operationMichal Simek2021-01-052-2/+19
| | * video: Let video_sync to return error valueMichal Simek2021-01-054-19/+42
| | * video: Fix video sync kernel-doc formatMichal Simek2021-01-051-4/+4
| | * fru: ops: avoid out of bounds accessHeinrich Schuchardt2021-01-051-1/+1
| | * zynq: mtd: nand: remove superfluous ifHeinrich Schuchardt2021-01-051-6/+4
| | * arm64: zynqmp: Add Ethernet node for zcu1285 revAHarini Katakam2021-01-051-0/+23
| | * arm64: zynqmp: Add ethernet node for zcu1275 revBSiva Durga Prasad Paladugu2021-01-051-0/+24
| | * spi: zynqmp_gqspi: Fix unaligned data writes issueT Karthik Reddy2021-01-041-4/+2
| | * microblaze: Add nor device to distro bootT Karthik Reddy2021-01-041-1/+16
| | * microblaze: Set script_offset_nor env variableT Karthik Reddy2021-01-041-1/+4
| | * arm64: zynqmp: Sync DT with Linux kernelMichal Simek2021-01-041-33/+28
| | * serial: uartlite: Fix uninitialized ret in debug uartliteAshok Reddy Soma2021-01-041-1/+1
| | * common: usb_storage: Fix code indentationMichal Simek2021-01-041-2/+2
| | * cmd: load: Fix code indentationMichal Simek2021-01-041-5/+4
| | * tools: zynqmp: Fix regex expression around XPm_ConfigObjectAdrian Fiergolski2021-01-041-1/+1
| * | Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini2021-01-05410-1956/+2799
| |\ \
| | * | dtoc: Tidy up src_scan testsSimon Glass2021-01-051-6/+22
| | * | dtoc: Move src_scan tests to a separate fileSimon Glass2021-01-055-78/+97
| | * | dtoc: Split source-code scanning to a separate fileSimon Glass2021-01-053-169/+204
| | * | dtoc: Drop dm_populate_phandle_data()Simon Glass2021-01-055-49/+13
| | * | dtoc: Output nodes in orderSimon Glass2021-01-052-43/+34
| | * | dtoc: Allow specifying the base directory for testsSimon Glass2021-01-052-6/+46
| | * | dtoc: Add the method for each command to OutputFileSimon Glass2021-01-051-26/+16
| | * | dtoc: Rename dt-platdata.c to dt-plat.cSimon Glass2021-01-055-7/+7
| | * | dtoc: Add a header comment to each generated fileSimon Glass2021-01-052-12/+24
| | * | dtoc: Run tests using test_utilSimon Glass2021-01-051-21/+10
| | * | concurrencytest: Fix Python3 warningSimon Glass2021-01-051-2/+2
| | * | dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass2021-01-0519-26/+26
| | * | dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass2021-01-0573-110/+110
| | * | dm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET()Simon Glass2021-01-053-10/+6
| | * | dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2021-01-0564-148/+148
| | * | Makefile: Invoke dtoc only onceSimon Glass2021-01-051-12/+9
| | * | dtoc: Add an 'all' commandSimon Glass2021-01-054-10/+51