summaryrefslogtreecommitdiffstats
path: root/board/liebherr
Commit message (Expand)AuthorAgeFilesLines
* reset: Remove addr parameter from reset_cpu()Harald Seiler2021-03-021-1/+1
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-024-0/+4
* xea: spl: Disable pull UP for GPIO0_2{35}Lukasz Majewski2021-01-081-1/+1
* liebherr: Drop duplicate dm.h inclusionSimon Glass2020-08-031-1/+0
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-174-4/+4
* arm: Add extra boot device (UART) to run Ymodem u-boot.img boot on XEA (imx28)Lukasz Majewski2020-07-161-0/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-184-0/+4
* common: Drop log.h from common headerSimon Glass2020-05-183-0/+3
* common: Drop init.h from common headerSimon Glass2020-05-184-0/+4
* common: Drop image.h from common headerSimon Glass2020-05-184-0/+4
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* arm: xea: spl: Add GPIO0_0 setup on spl_board_initLukasz Majewski2020-02-091-1/+16
* arm: xea: Provide function to set L2 switch 'local-mac-address' propertyLukasz Majewski2020-02-091-0/+32
* common: Move reset_cpu() to the CPU headerSimon Glass2020-01-171-0/+1
* imx: Add support for i.MX28 based XEA boardLukasz Majewski2020-01-076-0/+561
* common: Move some board functions out of common.hSimon Glass2019-12-021-0/+1
* common: Move serial functions out of common.hSimon Glass2019-12-023-0/+3
* ARM: imx: Convert mccmon6 to use fitImage instead of uImage+DTBLukasz Majewski2019-11-031-0/+7
* ARM: imx: Decouple mccmon6's SPL and u-boot proper codeLukasz Majewski2019-11-033-290/+276
* ARM: imx: Convert mccmon6 to use DM/DTS in the u-boot properLukasz Majewski2019-11-031-161/+0
* imx: Rewrite display5 get_board_id() function to use dm_gpio_* APILukasz Majewski2019-10-081-32/+21
* imx: Convert emergency pad of display5 to use dm_gpio* functionsLukasz Majewski2019-10-081-5/+7
* ARM: display5: Remove common.c file (after DM/DTS U-Boot proper conversion)Lukasz Majewski2019-10-084-90/+76
* ARM: display5: Remove UART initialization code after DM/DTS conversion (non-c...Lukasz Majewski2019-10-083-16/+0
* DM: SPI: Convert display5 to use SPI with DM/DTS (but no in SPL)Lukasz Majewski2019-10-083-44/+12
* DM: eth: Switch display5 board to use DM_ETHLukasz Majewski2019-10-081-104/+30
* DM: mmc: Switch display5 board to use DM_MMC and BLK (USDHC)Lukasz Majewski2019-10-083-29/+0
* DM: I2C: Switch display5 board to use DM_I2CLukasz Majewski2019-10-081-48/+0
* env: Drop environment.h header file where not neededSimon Glass2019-08-112-2/+0
* env: Move env_set() to env.hSimon Glass2019-08-111-0/+1
* env: Move env_init() to env.hSimon Glass2019-08-111-0/+1
* env: Move env_get_f() to env.hSimon Glass2019-08-111-0/+1
* ARM: display5: Remove U_BOOT_DEVICE definition of serial_mxcLukasz Majewski2019-07-191-9/+0
* ARM: display5: Fix CS check after moving some SPI related CONFIGs to KconfigLukasz Majewski2019-07-191-1/+1
* Convert to use fsl_esdhc_imx for i.MX platformsYangbo Lu2019-06-235-7/+7
* display5: Add missing environment.h include to avoid warningLukasz Majewski2018-06-181-0/+1
* display5: net: Add function to read ethaddr from iMX6 fusesLukasz Majewski2018-06-181-0/+21
* display5: ddr: Enable support for DDR3 auto calibrationLukasz Majewski2018-06-181-0/+47
* display5: wdt: Enable WDT support (both SPL and u-boot)Lukasz Majewski2018-06-181-0/+5
* display5: Support for the emergency PAD pressingLukasz Majewski2018-06-184-0/+52
* display5: spl: Check return code of the env_* functionsLukasz Majewski2018-06-181-2/+2
* bootcount: display5: spl: Extend DISPLAY5 board SPL to support bootcount chec...Lukasz Majewski2018-05-101-1/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-079-18/+9
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* imx:display5: Add support for LWN's DISPLAY5 boardLukasz Majewski2017-11-097-0/+820
* imx6: drop duplicated bss memset and board_init_r() callAnatolij Gustschin2017-09-181-6/+0
* imx: imx6: Move gpr_init() function to soc.cBreno Lima2017-08-281-11/+0
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-2/+2
* env: Rename setenv() to env_set()Simon Glass2017-08-161-1/+1