| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | tools: mkimage: Add Allwinner eGON support | Andre Przywara | 2021-01-11 | 5 | -0/+140 | |
| | * | | | sunxi: Factor out eGON BROM header description | Andre Przywara | 2021-01-11 | 2 | -64/+82 | |
| | * | | | sunxi: add PineCube board | Icenowy Zheng | 2021-01-11 | 3 | -0/+21 | |
| |/ / / | ||||||
| * | | | Merge branch 'next' | Tom Rini | 2021-01-11 | 1517 | -8689/+16853 | |
| |\ \ \ | ||||||
| | * \ \ | Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u... | Tom Rini | 2021-01-06 | 25 | -80/+540 | |
| | |\ \ \ | ||||||
| | | * | | | xilinx: Fill git repository for Xilinx boards | Michal Simek | 2021-01-05 | 4 | -0/+4 | |
| | | * | | | video: Call video_sync in video_clear() | Michal Simek | 2021-01-05 | 1 | -1/+1 | |
| | | * | | | video: seps525: Add seps525 SPI driver | Michal Simek | 2021-01-05 | 4 | -0/+336 | |
| | | * | | | video: seps525: Add dt binding description | Vikhyat Goyal | 2021-01-05 | 2 | -0/+25 | |
| | | * | | | video: Introduce video_sync operation | Michal Simek | 2021-01-05 | 2 | -2/+19 | |
| | | * | | | video: Let video_sync to return error value | Michal Simek | 2021-01-05 | 4 | -19/+42 | |
| | | * | | | video: Fix video sync kernel-doc format | Michal Simek | 2021-01-05 | 1 | -4/+4 | |
| | | * | | | fru: ops: avoid out of bounds access | Heinrich Schuchardt | 2021-01-05 | 1 | -1/+1 | |
| | | * | | | zynq: mtd: nand: remove superfluous if | Heinrich Schuchardt | 2021-01-05 | 1 | -6/+4 | |
| | | * | | | arm64: zynqmp: Add Ethernet node for zcu1285 revA | Harini Katakam | 2021-01-05 | 1 | -0/+23 | |
| | | * | | | arm64: zynqmp: Add ethernet node for zcu1275 revB | Siva Durga Prasad Paladugu | 2021-01-05 | 1 | -0/+24 | |
| | | * | | | spi: zynqmp_gqspi: Fix unaligned data writes issue | T Karthik Reddy | 2021-01-04 | 1 | -4/+2 | |
| | | * | | | microblaze: Add nor device to distro boot | T Karthik Reddy | 2021-01-04 | 1 | -1/+16 | |
| | | * | | | microblaze: Set script_offset_nor env variable | T Karthik Reddy | 2021-01-04 | 1 | -1/+4 | |
| | | * | | | arm64: zynqmp: Sync DT with Linux kernel | Michal Simek | 2021-01-04 | 1 | -33/+28 | |
| | | * | | | serial: uartlite: Fix uninitialized ret in debug uartlite | Ashok Reddy Soma | 2021-01-04 | 1 | -1/+1 | |
| | | * | | | common: usb_storage: Fix code indentation | Michal Simek | 2021-01-04 | 1 | -2/+2 | |
| | | * | | | cmd: load: Fix code indentation | Michal Simek | 2021-01-04 | 1 | -5/+4 | |
| | | * | | | tools: zynqmp: Fix regex expression around XPm_ConfigObject | Adrian Fiergolski | 2021-01-04 | 1 | -1/+1 | |
| | * | | | | Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next | Tom Rini | 2021-01-05 | 410 | -1956/+2799 | |
| | |\ \ \ \ | ||||||
| | | * | | | | dtoc: Tidy up src_scan tests | Simon Glass | 2021-01-05 | 1 | -6/+22 | |
| | | * | | | | dtoc: Move src_scan tests to a separate file | Simon Glass | 2021-01-05 | 5 | -78/+97 | |
| | | * | | | | dtoc: Split source-code scanning to a separate file | Simon Glass | 2021-01-05 | 3 | -169/+204 | |
| | | * | | | | dtoc: Drop dm_populate_phandle_data() | Simon Glass | 2021-01-05 | 5 | -49/+13 | |
| | | * | | | | dtoc: Output nodes in order | Simon Glass | 2021-01-05 | 2 | -43/+34 | |
| | | * | | | | dtoc: Allow specifying the base directory for tests | Simon Glass | 2021-01-05 | 2 | -6/+46 | |
| | | * | | | | dtoc: Add the method for each command to OutputFile | Simon Glass | 2021-01-05 | 1 | -26/+16 | |
| | | * | | | | dtoc: Rename dt-platdata.c to dt-plat.c | Simon Glass | 2021-01-05 | 5 | -7/+7 | |
| | | * | | | | dtoc: Add a header comment to each generated file | Simon Glass | 2021-01-05 | 2 | -12/+24 | |
| | | * | | | | dtoc: Run tests using test_util | Simon Glass | 2021-01-05 | 1 | -21/+10 | |
| | | * | | | | concurrencytest: Fix Python3 warning | Simon Glass | 2021-01-05 | 1 | -2/+2 | |
| | | * | | | | dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS | Simon Glass | 2021-01-05 | 19 | -26/+26 | |
| | | * | | | | dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() | Simon Glass | 2021-01-05 | 73 | -110/+110 | |
| | | * | | | | dm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET() | Simon Glass | 2021-01-05 | 3 | -10/+6 | |
| | | * | | | | dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() | Simon Glass | 2021-01-05 | 64 | -148/+148 | |
| | | * | | | | Makefile: Invoke dtoc only once | Simon Glass | 2021-01-05 | 1 | -12/+9 | |
| | | * | | | | dtoc: Add an 'all' command | Simon Glass | 2021-01-05 | 4 | -10/+51 | |
| | | * | | | | dtoc: Allow outputing to multiple files | Simon Glass | 2021-01-05 | 2 | -10/+94 | |
| | | * | | | | dtoc: Allow providing a directory to write files to | Simon Glass | 2021-01-05 | 3 | -10/+19 | |
| | | * | | | | dtoc: Test the stdout output | Simon Glass | 2021-01-05 | 1 | -15/+22 | |
| | | * | | | | dtoc: Use None to mean stdout | Simon Glass | 2021-01-05 | 3 | -7/+7 | |
| | | * | | | | dtoc: Tidy up pylint warnings in test | Simon Glass | 2021-01-05 | 1 | -71/+85 | |
| | | * | | | | dm: core: Add logging when lists_bind_fdt() fails | Simon Glass | 2021-01-05 | 1 | -1/+1 | |
| | | * | | | | dm: core: Allow the uclass list to move | Simon Glass | 2021-01-05 | 6 | -11/+19 | |
| | | * | | | | dm: core: Split out scanning code to dm_scan() | Simon Glass | 2021-01-05 | 1 | -14/+35 | |
