summaryrefslogtreecommitdiff
path: root/board/liebherr/display5
Commit message (Expand)AuthorAgeFilesLines
* cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2022-09-181-1/+1
* Finish converting CONFIG_WATCHDOG, HW_WATCHDOG and WDT to KconfigTom Rini2021-12-271-0/+2
* spi: Rename SPI_SUPPORT to SPISimon Glass2021-09-041-1/+1
* mmc: Rename MMC_SUPPORT to MMCSimon Glass2021-09-041-1/+1
* reset: Remove addr parameter from reset_cpu()Harald Seiler2021-03-021-1/+1
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-022-0/+2
* liebherr: Drop duplicate dm.h inclusionSimon Glass2020-08-031-1/+0
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-172-2/+2
* common: Drop linux/delay.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop log.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop init.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop image.h from common headerSimon Glass2020-05-182-0/+2
* common: Move reset_cpu() to the CPU headerSimon Glass2020-01-171-0/+1
* common: Move serial functions out of common.hSimon Glass2019-12-021-0/+1
* 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