- 49c24a8 board: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · 8 weeks ago
- dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
- abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
- 5457475 board: liebherr: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
- 80361a1 arm: xea: Add support for reading SoM (CPU) board HW revision by Lukasz Majewski · 8 months ago
- ad778a3 arm: spl: Add definition for PHY reset GPIO for XEA HW rev. 2 by Lukasz Majewski · 8 months ago
- 57ca81f arm: spl: xea: Remove I2S pins configuration from early initialization by Lukasz Majewski · 8 months ago
- 6322fc1 arm: xea: Add support for boot image source descriptor in SPL by Anatolij Gustschin · 10 months ago
- 678cfb6 arm: xea: Move XEA's environment variables from xea.h to xea.env by Lukasz Majewski · 10 months ago
- bb11234 treewide: rework linker symbol declarations in sections header by Shiji Yang · 1 year, 4 months ago
- bc6026d arm: xea: Call spl_early_init() before DM serial console is enabled in SPL by Lukasz Majewski · 1 year, 6 months ago
- d70cd28 spl: xea: Provide stub DM driver for imx28 clocks by Lukasz Majewski · 1 year, 6 months ago
- 376b88a global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespace by Tom Rini · 2 years, 1 month ago
- 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 3 months ago
- 7750485 arm: xea: config: Provide special defconfig for a single binary u-boot by Lukasz Majewski · 2 years, 11 months ago
- 0920716 arm: xea: Modify board code to generate single binary u-boot by Lukasz Majewski · 2 years, 11 months ago
- af978a0 Finish converting CONFIG_WATCHDOG, HW_WATCHDOG and WDT to Kconfig by Tom Rini · 3 years ago
- a582047 spi: Rename SPI_SUPPORT to SPI by Simon Glass · 3 years, 4 months ago
- b58bfe0 mmc: Rename MMC_SUPPORT to MMC by Simon Glass · 3 years, 4 months ago
- 6f14d5f reset: Remove addr parameter from reset_cpu() by Harald Seiler · 4 years ago
- 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
- 0b61ace xea: spl: Disable pull UP for GPIO0_2{35} by Lukasz Majewski · 4 years ago
- f7521de liebherr: Drop duplicate dm.h inclusion by Simon Glass · 4 years, 4 months ago
- f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
- 27458d2 arm: Add extra boot device (UART) to run Ymodem u-boot.img boot on XEA (imx28) by Lukasz Majewski · 4 years, 5 months ago
- dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
- 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
- 9758973 common: Drop init.h from common header by Simon Glass · 4 years, 7 months ago
- 2dc9c34 common: Drop image.h from common header by Simon Glass · 4 years, 7 months ago
- 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
- 07adfb1 arm: xea: spl: Add GPIO0_0 setup on spl_board_init by Lukasz Majewski · 4 years, 10 months ago
- 363cd97 arm: xea: Provide function to set L2 switch 'local-mac-address' property by Lukasz Majewski · 4 years, 10 months ago
- afb0215 common: Move reset_cpu() to the CPU header by Simon Glass · 5 years ago
- f3adb66 imx: Add support for i.MX28 based XEA board by Lukasz Majewski · 5 years ago
- a7b5130 common: Move some board functions out of common.h by Simon Glass · 5 years ago
- 3673618 common: Move serial functions out of common.h by Simon Glass · 5 years ago
- 97c0780 ARM: imx: Convert mccmon6 to use fitImage instead of uImage+DTB by Lukasz Majewski · 5 years ago
- bcf82d1 ARM: imx: Decouple mccmon6's SPL and u-boot proper code by Lukasz Majewski · 5 years ago
- 323f994 ARM: imx: Convert mccmon6 to use DM/DTS in the u-boot proper by Lukasz Majewski · 5 years ago
- f795939 imx: Rewrite display5 get_board_id() function to use dm_gpio_* API by Lukasz Majewski · 5 years ago
- 3490a20 imx: Convert emergency pad of display5 to use dm_gpio* functions by Lukasz Majewski · 5 years ago
- 6c52709 ARM: display5: Remove common.c file (after DM/DTS U-Boot proper conversion) by Lukasz Majewski · 5 years ago
- 86f6e4f ARM: display5: Remove UART initialization code after DM/DTS conversion (non-console) by Lukasz Majewski · 5 years ago
- 7505605 DM: SPI: Convert display5 to use SPI with DM/DTS (but no in SPL) by Lukasz Majewski · 5 years ago
- 40bdb23 DM: eth: Switch display5 board to use DM_ETH by Lukasz Majewski · 5 years ago
- 78859b3 DM: mmc: Switch display5 board to use DM_MMC and BLK (USDHC) by Lukasz Majewski · 5 years ago
- 046d8ae DM: I2C: Switch display5 board to use DM_I2C by Lukasz Majewski · 5 years ago
- 9cce6f7 env: Drop environment.h header file where not needed by Simon Glass · 5 years ago
- 5e6201b env: Move env_set() to env.h by Simon Glass · 5 years ago
- 79fd214 env: Move env_init() to env.h by Simon Glass · 5 years ago
- db22961 env: Move env_get_f() to env.h by Simon Glass · 5 years ago
- e8cdaa0 ARM: display5: Remove U_BOOT_DEVICE definition of serial_mxc by Lukasz Majewski · 5 years ago
- 4fe6860 ARM: display5: Fix CS check after moving some SPI related CONFIGs to Kconfig by Lukasz Majewski · 5 years ago
- 7334038 Convert to use fsl_esdhc_imx for i.MX platforms by Yangbo Lu · 5 years ago
- cb1337c display5: Add missing environment.h include to avoid warning by Lukasz Majewski · 7 years ago
- b336b34 display5: net: Add function to read ethaddr from iMX6 fuses by Lukasz Majewski · 7 years ago
- 7ec76ca display5: ddr: Enable support for DDR3 auto calibration by Lukasz Majewski · 7 years ago
- 41b9964 display5: wdt: Enable WDT support (both SPL and u-boot) by Lukasz Majewski · 7 years ago
- d7e065a display5: Support for the emergency PAD pressing by Lukasz Majewski · 7 years ago
- 3873136 display5: spl: Check return code of the env_* functions by Lukasz Majewski · 7 years ago
- e998d43 bootcount: display5: spl: Extend DISPLAY5 board SPL to support bootcount checking by Lukasz Majewski · 7 years ago
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
- 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
- ce86bf9 imx:display5: Add support for LWN's DISPLAY5 board by Lukasz Majewski · 7 years ago
- c129d9a imx6: drop duplicated bss memset and board_init_r() call by Anatolij Gustschin · 7 years ago
- f22b109 imx: imx6: Move gpr_init() function to soc.c by Breno Lima · 7 years ago
- 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
- 6a38e41 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
- 33731bc imx: reorganize IMX code as other SOCs by Stefano Babic · 7 years ago
- 2028012 powerpc: remove 4xx support by Heiko Schocher · 7 years ago
- d35f338 board_f: Rename initdram() to dram_init() by Simon Glass · 8 years ago
- 39f90ba board_f: Drop return value from initdram() by Simon Glass · 8 years ago
- b4de3f3 board_f: Drop board_type parameter from initdram() by Simon Glass · 8 years ago
- be44b18 BOARD: MCCMON6: Provide support for iMX6q based mccmon6 board by Lukasz Majewski · 8 years ago
- 88ecb9b video: Move video_get_info_str() prototype to a header file by Simon Glass · 8 years ago
- 94d95e4 common: Add DISPLAY_BOARDINFO by Lokesh Vutla · 8 years ago
- 04461ec PPC4xx: Create "liebherr" vendor directory by Wolfgang Denk · 9 years ago