aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fs: Allow to compile FS_BTRFS when SPL is enabledWIP/2022-04-19-assorted-udpatesPali Rohár2022-04-191-0/+2
* btrfs: Fix compilation on big endian systemsPali Rohár2022-04-192-2/+2
* IOMUX: Fix access past end of console_devicesSean Anderson2022-04-191-4/+4
* Convert CONFIG_SYS_MEM_TOP_HIDE to KconfigTom Rini2022-04-1918-41/+21
* tools: add boot/ to .gitignoreDu Huanpeng2022-04-191-0/+1
* fs/squashfs: simplify sqfs_read()Heinrich Schuchardt2022-04-191-8/+5
* image-fit: don't check free() argumentHeinrich Schuchardt2022-04-191-9/+3
* gpio: aspeed: Fix incorrect offset of read back register.Billy Tsai2022-04-191-2/+2
* configs: Enable EXT4 and ISO partitions for the DeveloperBoxIlias Apalodimas2022-04-191-0/+2
* .mailmap: Start to use new amd.com email addressMichal Simek2022-04-195-7/+8
* image-fdt: save name of FIT configuration in '/chosen' nodeDaniel Golle2022-04-191-0/+6
* Merge tag 'u-boot-rockchip-20220418' of https://source.denx.de/u-boot/custodi...Tom Rini2022-04-19123-596/+5570
|\
| * rockchip: video: mipi: add more compatible strings for rk3288/rk3399Johan Jonker2022-04-182-0/+2
| * rockchip: video: rk_edp: add more rk3288 edp node optionsJohan Jonker2022-04-181-2/+6
| * board: rk3288: add more DT files to MAINTAINERSJohan Jonker2022-04-187-0/+20
| * board: google: veyron: add more DT files to MAINTAINERSJohan Jonker2022-04-181-0/+17
| * rockchip: fix boot_devices constantsJohan Jonker2022-04-185-10/+10
| * arm: dts: rockchip: move all rk3288 u-boot specific properties in separate dt...Johan Jonker2022-04-1825-228/+320
| * rockchip: rk3288-cru: sync the clock dt-binding header from LinuxJohan Jonker2022-04-181-1/+12
| * rockchip: rk3288-power: sync power domain dt-binding header from LinuxJohan Jonker2022-04-183-12/+33
| * arm: dts: rockchip: sync rk3229-evb.dts from LinuxJohan Jonker2022-04-183-17/+249
| * arm: dts: rockchip: sync rk322x.dtsi from LinuxJohan Jonker2022-04-182-151/+695
| * arm: dts: rockchip: move all rk322x u-boot specific properties in separate dt...Johan Jonker2022-04-184-54/+84
| * rockchip: rk3228-cru: sync the clock dt-binding header from LinuxJohan Jonker2022-04-181-2/+52
| * rockchip: rk3228-power: sync power domain dt-binding header from LinuxJohan Jonker2022-04-181-0/+21
| * doc: rockchip: add rk3066 Rikomagic MK808Johan Jonker2022-04-181-0/+108
| * doc: rockchip: add px30/rk3326 boards and examplesJohan Jonker2022-04-181-0/+16
| * doc: rockchip: restyle rockchip.rstJohan Jonker2022-04-181-51/+89
| * rockchip: rk3066: add mk808_defconfigJohan Jonker2022-04-181-0/+102
| * rockchip: rk3066: add Rikomagic MK808 boardJohan Jonker2022-04-185-0/+36
| * rockchip: rk3066: add core supportJohan Jonker2022-04-1812-0/+274
| * rockchip: tools: add rk3066 support to rkcommon.cJohan Jonker2022-04-181-0/+1
| * arm: dts: rockchip: add rk3066a-mk808.dtsJohan Jonker2022-04-183-0/+268
| * arm: dts: rockchip: add rk3066a.dtsiJohan Jonker2022-04-182-0/+883
| * arm: dts: rockchip: fix include rk3xxx-u-boot.dtsiJohan Jonker2022-04-182-1/+1
| * arm: dts: rockchip: fix rk3xxx-u-boot.dtsiJohan Jonker2022-04-181-4/+4
| * rockchip: rk3066: add sdram driverPaweł Jarosz2022-04-182-0/+893
| * rockchip: rk3066: add rk3066 pinctrl driverPaweł Jarosz2022-04-182-0/+113
| * rockchip: rk3066: add clock driver for rk3066 socPaweł Jarosz2022-04-183-0/+875
| * rockchip: rk3066: add grf header filePaweł Jarosz2022-04-181-0/+210
| * rockchip: rk3066-power: sync power domain dt-binding header from LinuxJohan Jonker2022-04-181-0/+22
| * rockchip: serial: Kconfig: allow ROCKCHIP_SERIAL enabled in TPLJohan Jonker2022-04-182-4/+2
| * rockchip: serial: Kconfig: add select SYS_NS16550 to config ROCKCHIP_SERIALJohan Jonker2022-04-181-0/+1
| * rockchip: serial: rename U_BOOT_DRIVER name to rockchip_uartJohan Jonker2022-04-181-8/+9
| * rockchip: serial: move driver alias to serial_rockchip.cJohan Jonker2022-04-182-2/+2
| * rockchip: serial: restyle the serial_rockchip.c driverJohan Jonker2022-04-181-22/+15
| * rockchip: mmc: rockchip_dw_mmc: add rk3066/rk3188 supportJohan Jonker2022-04-181-1/+2
| * rockchip: mmc: rockchip_dw_mmc: fix ciu clock indexJohan Jonker2022-04-181-2/+2
| * rockchip: timer: dw-apb-timer: fix whitespace in U_BOOT_DRIVER structureJohan Jonker2022-04-181-1/+1
| * rockchip: timer: add OF_PLATDATA support for dw-apb-timerJohan Jonker2022-04-181-13/+37