summaryrefslogtreecommitdiff
path: root/board/liebherr
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-18display5: spl: Check return code of the env_* functionsLukasz Majewski1-2/+2
2018-05-11bootcount: display5: spl: Extend DISPLAY5 board SPL to support bootcount chec...Lukasz Majewski1-1/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini9-18/+9
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2017-11-09imx:display5: Add support for LWN's DISPLAY5 boardLukasz Majewski7-0/+820
2017-09-18imx6: drop duplicated bss memset and board_init_r() callAnatolij Gustschin1-6/+0
2017-08-28imx: imx6: Move gpr_init() function to soc.cBreno Lima1-11/+0
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-2/+2
2017-08-16env: Rename setenv() to env_set()Simon Glass1-1/+1
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic2-6/+6
2017-07-04powerpc: remove 4xx supportHeiko Schocher8-1411/+0
2017-04-13board_f: Rename initdram() to dram_init()Simon Glass1-2/+2
2017-04-05board_f: Drop return value from initdram()Simon Glass1-2/+6
2017-04-05board_f: Drop board_type parameter from initdram()Simon Glass1-1/+1
2017-01-30BOARD: MCCMON6: Provide support for iMX6q based mccmon6 boardLukasz Majewski7-0/+852
2016-10-24video: Move video_get_info_str() prototype to a header fileSimon Glass1-0/+1
2016-10-12common: Add DISPLAY_BOARDINFOLokesh Vutla1-4/+0
2015-11-30PPC4xx: Create "liebherr" vendor directoryWolfgang Denk8-0/+1410