summaryrefslogtreecommitdiff
path: root/board/liebherr/display5
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-233-5/+5
* 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-074-8/+4
* 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