- 5ff0529 ARM: dts: stm32: Add DH Electronics DHCOM SoM and PDK2 board by Marek Vasut · 4 years, 10 months ago
- b7b1838 Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 10 months ago
- 0a4d619 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 10 months ago
- 27d20f6 Merge tag 'u-boot-imx-20200210' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 10 months ago
- 750fee5 riscv: Remove unnecessary instruction by Sean Anderson · 4 years, 10 months ago
- e8b46a1 riscv: Add option to print registers on exception by Sean Anderson · 5 years ago
- 5e75a27 riscv: Fix breakage caused by linker relaxation by Sean Anderson · 5 years ago
- 0475db1 board: ge: bx50v3: override panel by Ian Ray · 4 years, 10 months ago
- 9e559af board: ge: mx53ppd: enable DM_VIDEO by Ian Ray · 4 years, 10 months ago
- 8d031d6 board: ge: mx53ppd: add i2c eeprom bootcount storage by Robert Beckett · 4 years, 10 months ago
- f8945bc board: ge: bx50v3: add i2c eeprom bootcount storage by Robert Beckett · 4 years, 10 months ago
- 53bab17 board: ge: bx50v3, imx53ppd: use DM I2C by Robert Beckett · 4 years, 10 months ago
- 7655c34 board: ge: bx50v3, imx53ppd: add eeprom partitions by Robert Beckett · 4 years, 10 months ago
- 3f4e834 ARM: imx: novena: Enable DM ethernet by Marek Vasut · 4 years, 10 months ago
- be9a0df ARM: imx: novena: Move defconfig bits to arch Kconfig by Marek Vasut · 4 years, 10 months ago
- 7284d63 mx7dsabre: Fix usbtog probe when use dfu or ums by Joris Offouga · 4 years, 10 months ago
- 4fa8716 arm: dts: imx7s-warp7: Move u-boot specific node in u-boot.dtsi by Joris Offouga · 4 years, 10 months ago
- 800afbd arm: xea: dts: Add 'fec-3v3' regulator properties to prevent accidental disablement by Lukasz Majewski · 4 years, 10 months ago
- 309e65b board: toradex: Add Verdin iMX8M Mini support by Igor Opaniuk · 4 years, 10 months ago
- 17cfa02 arm: dts: imx8mm-pinfunc: sync latest linux-next pin func header by Marcel Ziswiler · 4 years, 10 months ago
- 1ecad07 board: presidio-asic: Add basic G3 engr. development board support by Alex Nemirovsky · 4 years, 10 months ago
- 830e7241 gpio: do not include <asm/arch/gpio.h> for Cortina CAxxxx SoCs by Jason Li · 4 years, 10 months ago
- 4d88ed0 mpc8xx: Expose show_regs() by Tom Rini · 4 years, 10 months ago
- 9837ead arm: dts: mediatek: add ethernet and sgmii dts node for mt7622 by developer · 4 years, 10 months ago
- c061974 x86: coral: Add I2C and TPM device-tree definitions by Simon Glass · 4 years, 10 months ago
- 98a4cb6 x86: Add support for ACPI general-purpose events by Simon Glass · 4 years, 10 months ago
- 515dcff dm: irq: Add support for requesting interrupts by Simon Glass · 4 years, 10 months ago
- c51a021 x86: itss: Add of-platdata support by Simon Glass · 4 years, 10 months ago
- 21bb12a x86: Give each driver an IRQ type by Simon Glass · 4 years, 10 months ago
- a847b27 dm: irq: Add support for interrupt controller types by Simon Glass · 4 years, 10 months ago
- 90b7375 x86: apl: Drop the I2C config in FSP-S by Simon Glass · 4 years, 10 months ago
- 4a2c26a x86: apl: Use the clock driver by Simon Glass · 4 years, 10 months ago
- 21fae58 x86: Move P2SB from Apollo Lake to a more generic location by Wolfgang Wallner · 4 years, 10 months ago
- c79ba0f Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 4 years, 10 months ago
- 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
- d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
- d2caf7b sandbox: Support changing the LCD colour depth by Simon Glass · 4 years, 10 months ago
- f91de0b sandbox: sdl: Add an option to double the screen size by Simon Glass · 4 years, 10 months ago
- b6f4c1c sandbox: sdl: Move to use SDL2 by Simon Glass · 4 years, 10 months ago
- 4b0e121 sandbox: sdl: Support waiting for audio to complete by Simon Glass · 4 years, 10 months ago
- f0e2f42 sandbox: sdl: Improve error handling by Simon Glass · 4 years, 10 months ago
- 840a868 sandbox: Add comments to the sdl struct by Simon Glass · 4 years, 10 months ago
- 70bc14b sound: Add a new stop_play() method by Simon Glass · 4 years, 10 months ago
- 30f9205 sandbox: Add a new header for the system malloc() by Simon Glass · 4 years, 10 months ago
- 0a4eabb sandbox: Ensure that long-options array is terminated by Simon Glass · 4 years, 10 months ago
- 9562d4c sandbox: Drop os_realloc() by Simon Glass · 4 years, 10 months ago
- fa25226 sandbox: Drop use of special os_malloc() where possible by Simon Glass · 4 years, 10 months ago
- ec09a18 sandbox: Rename 'free' variable by Simon Glass · 4 years, 10 months ago
- 11c92b1 sandbox: Sort the help options by Simon Glass · 4 years, 10 months ago
- 41f0a66 cli: Make the sandbox board_run_command the default by Sean Anderson · 4 years, 11 months ago
- e09223c dm: core: Add ofnode_get_chosen_prop() by Simon Glass · 4 years, 10 months ago
- f345596 dm: core: Rename ofnode_get_chosen_prop() by Simon Glass · 4 years, 10 months ago
- f10b52f Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years, 10 months ago
- d69d595 Merge tag 'rpi-next-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi by Tom Rini · 4 years, 10 months ago
- 6bccacf ddr: altera: Add DDR2 support to Gen5 driver by Marek Vasut · 5 years ago
- 8655f67 watchdog: designware: Convert to DM and DT probing by Marek Vasut · 5 years ago
- 715f04e Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 10 months ago
- 0a759bb dm: arm64: ls1012a: add i2c DM support by Biwen Li · 5 years ago
- a8c4e1f armv8: fsl-layerscape: spl: fix build error when DM_I2C is enabled by Biwen Li · 5 years ago
- 6b61424 arm: dts: lx2160a: Add FSPI node properties by Kuldeep Singh · 5 years ago
- baab246 arm: dts: ls1028a: Add FSPI node properties by Kuldeep Singh · 5 years ago
- 851856c arm: dts: ls1028a: fix interrupt properties by Michael Walle · 5 years ago
- ae18277 arm: ls1028a: use the new flexspi driver by Michael Walle · 5 years ago
- 3767e7f x86: itss: Remove apl-prefix by Wolfgang Wallner · 4 years, 10 months ago
- b5460dd x86: itss: Add a Kconfig option to enable/disable ITSS driver by Wolfgang Wallner · 4 years, 10 months ago
- 16ae7e3 x86: Move itss.c from Apollo Lake to a more generic location by Wolfgang Wallner · 4 years, 10 months ago
- 93503f4 arm: dts: k3-j721e-main: Add Support for gpio0 by Faiz Abbas · 4 years, 10 months ago
- 8a290cc arm: dts: k3-j721e-common-proc-board: Enable I2C expander for SPL by Vignesh Raghavendra · 4 years, 10 months ago
- 1c5aa32 arm: dts: k3-j721e-common-proc-board: Add I2C GPIO expander by Vignesh Raghavendra · 4 years, 10 months ago
- e421d09 arm: dts: k3-j721e: Add I2C nodes by Vignesh Raghavendra · 4 years, 10 months ago
- 4bdd330 arm: dts: k3-j721e-common-proc-board: Enable USB0 in peripheral mode by Vignesh Raghavendra · 4 years, 10 months ago
- 1b9d927 arm: mach-k3: sysfw-loader: Add support to download SYSFW via DFU by Vignesh Raghavendra · 4 years, 10 months ago
- c626d62 arm: mach-k3: j721e: Rename BOOT_DEVICE_USB to BOOT_DEVICE_DFU by Vignesh Raghavendra · 4 years, 10 months ago
- 9713216 x86: Move itss.h from Apollo Lake to the generic x86 include directory by Wolfgang Wallner · 4 years, 10 months ago
- 12ea858 x86: apl: Add the term "Interrupt Timer Subsystem" to ITSS files by Wolfgang Wallner · 4 years, 10 months ago
- 4dcaa7d x86: limit the fs segment to the pointer size by Masahiro Yamada · 4 years, 11 months ago
- d560329 x86: use invd instead of wbinvd in real mode start code by Masahiro Yamada · 4 years, 11 months ago
- 15a38b3 x86: serial: Use NS16550_DYNAMIC in Slim Bootloader by Park, Aiden · 5 years ago
- fcddf8a x86: Move coreboot over to use the coreboot UART by Simon Glass · 5 years ago
- 7535db8 x86: Update coreboot serial table struct by Simon Glass · 5 years ago
- e2a19f4 ARM: socfpga: Drop last use of socfpga_reset_manager by Marek Vasut · 4 years, 11 months ago
- 29a641b Merge tag 'u-boot-rockchip-20200130' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 4 years, 10 months ago
- c0b2714 Merge tag 'uniphier-v2020.04-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier by Tom Rini · 4 years, 10 months ago
- 23929fb ARM: uniphier: set gd->ram_base correctly by Masahiro Yamada · 4 years, 10 months ago
- 8fc5382 mtd: rawnand: denali_dt: use UCLASS_MTD instead of UCLASS_MISC by Masahiro Yamada · 4 years, 10 months ago
- 51b9bc9 ARM: uniphier: remove adhoc reset deassertion for the NAND controller by Masahiro Yamada · 4 years, 10 months ago
- d4d2b22 rockchip: rk3308: add alias for emmc/sdmmc by Kever Yang · 4 years, 11 months ago
- 1a1f7a2 ram: rk3328: update lpddr3 setting by YouMin Chen · 5 years ago
- 368ec54 ram: rk3328: add support ddr4 init by YouMin Chen · 5 years ago
- b22da75 rockchip: Add Single boot image (with binman, pad_cat) by Jagan Teki · 4 years, 11 months ago
- 8184a7a arm: dts: rk3188: Add rk3188-u-boot.dtsi by Jagan Teki · 4 years, 11 months ago
- 5e138b5 arm: dts: rk3036: Add rk3036-u-boot.dtsi by Jagan Teki · 4 years, 11 months ago
- e704301 rockchip: rk3399: Add bootcount support by Jagan Teki · 4 years, 11 months ago
- 4fe57d2 rockchip: Add common reset cause by Jagan Teki · 4 years, 11 months ago
- 783acfd arm: rockchip: Add common cru.h by Jagan Teki · 4 years, 11 months ago
- cc46443 rockchip: Add cpu-info by Jagan Teki · 4 years, 11 months ago
- c0224a4 rockpro-rk3399: Enable SPI Flash by Jagan Teki · 5 years ago
- edb35fc roc-pc-rk3399: Enable SPI Flash by Jagan Teki · 5 years ago
- f2b46ad rockchip: dts: Sync ROC-RK3399-PC changes from Linux by Jagan Teki · 5 years ago
- a94f80e rpi4: Update memory map to accommodate scb devices by Amit Singh Tomar · 4 years, 10 months ago