- fdc3436 binman: Add support for generating a FIT by Simon Glass · 4 years, 4 months ago
- c063917 dtoc: Allow adding variable-sized data to a dtb by Simon Glass · 4 years, 4 months ago
- 152b246 mkimage: Allow updating the FIT timestamp by Simon Glass · 4 years, 4 months ago
- b3295fd binman: Allow zero-length entries to overlap by Simon Glass · 4 years, 4 months ago
- 0ba4b3d binman: Allow missing Intel blobs by Simon Glass · 4 years, 4 months ago
- b1cca95 binman: Detect when valid images are not produced by Simon Glass · 4 years, 4 months ago
- 38fdb4c patman: Update errors and warnings to use stderr by Simon Glass · 4 years, 4 months ago
- 4f9f105 binman: Allow external binaries to be missing by Simon Glass · 4 years, 4 months ago
- 04e6a6b binman: Convert existing binary blobs to blob_ext by Simon Glass · 4 years, 4 months ago
- ce867ad binman: Add an etype for external binary blobs by Simon Glass · 4 years, 4 months ago
- 34861d5 binman: Use super() instead of specifying parent type by Simon Glass · 4 years, 4 months ago
- 73bc9e2 binman: Adjust pylibfdt for incremental build by Simon Glass · 4 years, 4 months ago
- c6162cf binman: Fix a few typos in the entry docs by Simon Glass · 4 years, 4 months ago
- 0dc706f binman: Add support for calling mkimage by Simon Glass · 4 years, 4 months ago
- b5287c4 binman: Set a default toolpath by Simon Glass · 4 years, 4 months ago
- 32eb66d binman: Specify the toolpath when running test coverage by Simon Glass · 4 years, 4 months ago
- fdb3040 binman: Correct the search patch for pylibfdt by Simon Glass · 4 years, 4 months ago
- 5de9b9c binman: cbfs: Fix IFWI typo by Simon Glass · 4 years, 4 months ago
- 6c8e0bf binman: Output errors to stderr by Simon Glass · 4 years, 4 months ago
- 0d5adda .gitignore: Ignore Python 3 cache directories by Simon Glass · 4 years, 4 months ago
- 6d65ac3 dm: core Fix long line in device_bind_common() by Simon Glass · 4 years, 4 months ago
- c9360f16 patman: Add a -D option to enable debugging by Simon Glass · 4 years, 4 months ago
- 7207e2b patman: Support collecting response tags in Patchstream by Simon Glass · 4 years, 4 months ago
- 3c541c0 patman: Allow disabling 'bright' mode with Print output by Simon Glass · 4 years, 4 months ago
- 6bb74de patman: Add a 'test' subcommand by Simon Glass · 4 years, 4 months ago
- c4e7902 patman: Allow different commands by Simon Glass · 4 years, 4 months ago
- fda1e37 patman: Convert to ArgumentParser by Simon Glass · 4 years, 4 months ago
- 137947e patman: Allow skipping patches at the end by Simon Glass · 4 years, 4 months ago
- 262130f patman: Allow creating patches for another branch by Simon Glass · 4 years, 4 months ago
- fd70986 patman: Add a test that uses gitpython by Simon Glass · 4 years, 4 months ago
- 7d5b04e patman: Move main code out to a control module by Simon Glass · 4 years, 4 months ago
- 0b3d24a patman: Use test_util to show test results by Simon Glass · 4 years, 4 months ago
- ada61f1 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 4 years, 4 months ago
- 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
- ecb70bd ram: sifive: Avoid using hardcoded ram base and size by Bin Meng · 4 years, 4 months ago
- 142dd57 riscv: dts: hifive-unleashed-a00: Make memory node available to SPL by Bin Meng · 4 years, 4 months ago
- e8fa431 riscv: ae350: Use fdtdec_get_addr_size_auto_noparent to parse smc reg by Rick Chen · 4 years, 4 months ago
- e491e15 riscv: Fix linking error when building u-boot-spl with no SMP support by Leo Yu-Chi Liang · 4 years, 5 months ago
- 27b4a4a serial: Fix SIFIVE debug serial dependency by Michal Simek · 4 years, 4 months ago
- a0cc38a riscv: qemu: Add syscon reboot and poweroff support by Bin Meng · 4 years, 5 months ago
- 9cdfade sysreset: syscon: Support value property by Bin Meng · 4 years, 5 months ago
- 1ce8182 sysreset: syscon: Don't assume default value for offset and mask property by Bin Meng · 4 years, 5 months ago
- 265d46b Revert "Revert "riscv: sifive: fu540: Add gpio-restart support"" by Bin Meng · 4 years, 4 months ago
- 6b62495 Revert "riscv: Allow use of reset drivers" by Bin Meng · 4 years, 4 months ago
- d20d0a5 azure: gitlab: travis: Update OpenSBI used for RISC-V testing by Bin Meng · 4 years, 4 months ago
- 2270ae6 sifive: fu540: Enable SF distro bootcmd by Jagan Teki · 4 years, 4 months ago
- ca0f93f sifive: fu540: Add boot flash script offset, size by Jagan Teki · 4 years, 4 months ago
- 662d518 sifive: fu540: Mark the default env as SPI flash by Jagan Teki · 4 years, 4 months ago
- ff7d25e env: Enable SPI flash env for SiFive FU540 by Jagan Teki · 4 years, 4 months ago
- 4243ff1 sifive: fu540: Add Booting from SPI by Jagan Teki · 4 years, 4 months ago
- 868e295 sifive: fu540: Add runtime boot mode detection by Jagan Teki · 4 years, 4 months ago
- 3d5ac35 riscv: sifive: fu540: Enable SiFive PWM driver by Pragnesh Patel · 4 years, 6 months ago
- a0018fc riscv: Make SiFive HiFive Unleashed board boot again by Bin Meng · 4 years, 4 months ago
- 5d3a21d Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 4 months ago
- 56d37f1 Merge tag 'efi-2020-10-rc1-5' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 4 months ago
- 95fc1f1 Merge tag 'u-boot-rockchip-20200722' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 4 years, 4 months ago
- 8bedcf0 rockchip: rock-p-n8/n10: Disable RAM_ROCKCHIP_DEBUG by Jagan Teki · 4 years, 4 months ago
- 318392a arm64: dts: rockchip: Add u-boot, spl-boot-order for ROCKPi N10 by Jagan Teki · 4 years, 4 months ago
- cfcbcb4 rockchip: rock-pi-n10: Enable PCI/NVME by Jagan Teki · 4 years, 4 months ago
- 60edbfa rockchip: rock-pi-n8: Enable on board devices by Suniel Mahesh · 4 years, 4 months ago
- c997d1c rockchip: evb_rk3288: Add console settings by Suniel Mahesh · 4 years, 4 months ago
- d840cac rockchip: rock-pi-n10: Enable on board devices by Suniel Mahesh · 4 years, 4 months ago
- e1e1c3d arm64: dts: rockchip: Add PCIe for RockPI N10 by Jagan Teki · 4 years, 4 months ago
- 5217f49 arm: dts: rockchip: Add HDMI out for RockPI N8/N10 by Jagan Teki · 4 years, 4 months ago
- 8702729 ARM: dts: rockchip: Add USB for RockPI N8/N10 by Jagan Teki · 4 years, 4 months ago
- 4b0446d ARM: dts: rockchip: Add usb host0 ohci node for rk3288 by Jagan Teki · 4 years, 4 months ago
- e70d826 arm: dts: rockchip: Sync rk3288 dtsi from linux by Suniel Mahesh · 4 years, 4 months ago
- 2710779 ARM: dts: rockchip: Sync ROCKPi N8/N10 dts(i) from Linux by Jagan Teki · 4 years, 4 months ago
- 6d06ea6 rockchip: roc-rk3399-pc: Set LED only during POR and pwr_key=y by Jagan Teki · 4 years, 4 months ago
- e230c57 rockchip: Separate the reset cause from display cpuinfo by Jagan Teki · 4 years, 4 months ago
- 88132e0 rockchip: Don't clear the reset status reg by Jagan Teki · 4 years, 4 months ago
- b24405f rockchip: tpl: Remove board_early_init_f() by Kever Yang · 4 years, 4 months ago
- 9aed288 rockchip: roc-rk3399-pc: Add custom led_setup() by Jagan Teki · 4 years, 4 months ago
- 500d1e7 rockchip: rk3399: Add weak led_setup() by Jagan Teki · 4 years, 4 months ago
- eab5c50 rockchip: rk3288: Add OF board setup by Jagan Teki · 4 years, 4 months ago
- c60d1c4 rockchip: Add rk3288 SoC detection helper by Jagan Teki · 4 years, 4 months ago
- 1f13954 arm64: dts: rockchip: Add Radxa ROCK Pi 4C support by Jagan Teki · 4 years, 4 months ago
- 8d7192c arm64: dts: rockchip: Add ROCKPi 4A/4B support by Jagan Teki · 4 years, 4 months ago
- fad823f rockchip: firefly-rk3399: enable CONFIG_USB_DWC3 by Kever Yang · 4 years, 4 months ago
- 6c041b3 rockchip: rk3399: Add default env to support compressed kernel Image by Kever Yang · 4 years, 4 months ago
- 90f740a rockchip: sdram: fix dram_init_banksize by Alex Bee · 4 years, 4 months ago
- ad415c8 pci: rockchip: Drop legacy PHY driver by Jagan Teki · 4 years, 4 months ago
- ce920e0 pci: rockchip: Switch to generic-phy by Jagan Teki · 4 years, 4 months ago
- 7bdeb4e phy: Add Rockchip PCIe PHY driver by Jagan Teki · 4 years, 4 months ago
- 80632e0 rockchip: roc-rk3399-pc: Disable RAM_ROCKCHIP_DEBUG by Jagan Teki · 4 years, 4 months ago
- b32858c rockchip: ram: fix debug funcfion define when RAM_ROCKCHIP_DEBUG not set by Kever Yang · 4 years, 4 months ago
- 40794c8 ram: rk3399: Mark existing prints via RAM_ROCKCHIP_DEBUG by Jagan Teki · 4 years, 4 months ago
- 304eaae ram: rk3399: Drop debug stride in driver by Jagan Teki · 4 years, 4 months ago
- 618db67 rockchip: rock64-rk3328_defconfig: Add SPI Flash support by Johannes Krottmayer · 4 years, 4 months ago
- 61b229e ARM: dts: rk3328-rock64: Add SPI Flash support by Johannes Krottmayer · 4 years, 4 months ago
- b5716c1 ARM: dts: rk3328: Add SPI support by Johannes Krottmayer · 4 years, 4 months ago
- e93d2f4 drivers: spi: rk_spi: Add support for RK3328 by Johannes Krottmayer · 4 years, 4 months ago
- 19933b6 drivers: clk: rockchip: clk_rk3328: Add SPI support by Johannes Krottmayer · 4 years, 4 months ago
- d4271fa rockchip: roc-rk3399-pc: Update ENV offset, size by Jagan Teki · 4 years, 4 months ago
- cbb8189 rockchip: roc-rk3399-pc: Enable USB Gadget by Jagan Teki · 4 years, 4 months ago
- 7ff3fc5 rockchip: rock-pi-4: Enable HDMI output by Jagan Teki · 4 years, 4 months ago
- be4d6b0 rockchip: rock-pi-4: Enable USB Gadget by Jagan Teki · 4 years, 4 months ago
- 8489b4e rockchip: rock-pi-4: Enable PCI/NVME by Jagan Teki · 4 years, 4 months ago
- cd7bf74 rockchip: rock-pi-4: Enable USB3 Host by Jagan Teki · 4 years, 4 months ago
- 3ae6458 rockchip: rockpro64: Enable USB3.0 Host by Jagan Teki · 4 years, 4 months ago