aboutsummaryrefslogtreecommitdiff
path: root/board/liebherr
AgeCommit message (Expand)AuthorFilesLines
2023-08-09treewide: rework linker symbol declarations in sections headerShiji Yang1-0/+1
2023-07-11arm: xea: Call spl_early_init() before DM serial console is enabled in SPLLukasz Majewski1-0/+1
2023-07-11spl: xea: Provide stub DM driver for imx28 clocksLukasz Majewski1-1/+18
2022-11-10global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespaceTom Rini1-2/+2
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese1-1/+1
2022-02-05arm: xea: config: Provide special defconfig for a single binary u-bootLukasz Majewski1-0/+1
2022-02-05arm: xea: Modify board code to generate single binary u-bootLukasz Majewski2-1/+8
2021-12-27Finish converting CONFIG_WATCHDOG, HW_WATCHDOG and WDT to KconfigTom Rini1-0/+2
2021-09-04spi: Rename SPI_SUPPORT to SPISimon Glass1-1/+1
2021-09-04mmc: Rename MMC_SUPPORT to MMCSimon Glass1-1/+1
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass4-0/+4
2021-01-08xea: spl: Disable pull UP for GPIO0_2{35}Lukasz Majewski1-1/+1
2020-08-03liebherr: Drop duplicate dm.h inclusionSimon Glass1-1/+0
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada4-4/+4
2020-07-16arm: Add extra boot device (UART) to run Ymodem u-boot.img boot on XEA (imx28)Lukasz Majewski1-0/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass4-0/+4
2020-05-18common: Drop log.h from common headerSimon Glass3-0/+3
2020-05-18common: Drop init.h from common headerSimon Glass4-0/+4
2020-05-18common: Drop image.h from common headerSimon Glass4-0/+4
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-02-09arm: xea: spl: Add GPIO0_0 setup on spl_board_initLukasz Majewski1-1/+16
2020-02-09arm: xea: Provide function to set L2 switch 'local-mac-address' propertyLukasz Majewski1-0/+32
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass1-0/+1
2020-01-07imx: Add support for i.MX28 based XEA boardLukasz Majewski6-0/+561
2019-12-02common: Move some board functions out of common.hSimon Glass1-0/+1
2019-12-02common: Move serial functions out of common.hSimon Glass3-0/+3
2019-11-03ARM: imx: Convert mccmon6 to use fitImage instead of uImage+DTBLukasz Majewski1-0/+7
2019-11-03ARM: imx: Decouple mccmon6's SPL and u-boot proper codeLukasz Majewski3-290/+276
2019-11-03ARM: imx: Convert mccmon6 to use DM/DTS in the u-boot properLukasz Majewski1-161/+0
2019-10-08imx: Rewrite display5 get_board_id() function to use dm_gpio_* APILukasz Majewski1-32/+21
2019-10-08imx: Convert emergency pad of display5 to use dm_gpio* functionsLukasz Majewski1-5/+7
2019-10-08ARM: display5: Remove common.c file (after DM/DTS U-Boot proper conversion)Lukasz Majewski4-90/+76
2019-10-08ARM: display5: Remove UART initialization code after DM/DTS conversion (non-c...Lukasz Majewski3-16/+0
2019-10-08DM: SPI: Convert display5 to use SPI with DM/DTS (but no in SPL)Lukasz Majewski3-44/+12
2019-10-08DM: eth: Switch display5 board to use DM_ETHLukasz Majewski1-104/+30
2019-10-08DM: mmc: Switch display5 board to use DM_MMC and BLK (USDHC)Lukasz Majewski3-29/+0
2019-10-08DM: I2C: Switch display5 board to use DM_I2CLukasz Majewski1-48/+0
2019-08-11env: Drop environment.h header file where not neededSimon Glass2-2/+0
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-08-11env: Move env_init() to env.hSimon Glass1-0/+1
2019-08-11env: Move env_get_f() to env.hSimon Glass1-0/+1
2019-07-19ARM: display5: Remove U_BOOT_DEVICE definition of serial_mxcLukasz Majewski1-9/+0
2019-07-19ARM: display5: Fix CS check after moving some SPI related CONFIGs to KconfigLukasz Majewski1-1/+1
2019-06-23Convert to use fsl_esdhc_imx for i.MX platformsYangbo Lu5-7/+7
2018-06-18display5: Add missing environment.h include to avoid warningLukasz Majewski1-0/+1
2018-06-18display5: net: Add function to read ethaddr from iMX6 fusesLukasz Majewski1-0/+21
2018-06-18display5: ddr: Enable support for DDR3 auto calibrationLukasz Majewski1-0/+47
2018-06-18display5: wdt: Enable WDT support (both SPL and u-boot)Lukasz Majewski1-0/+5
2018-06-18display5: Support for the emergency PAD pressingLukasz Majewski4-0/+52