Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-08 | DM: WDT: Convert WDT driver to use DM/DTS (including SYSRESET) | Lukasz Majewski | |
This commit enables support for CONFIG_WDT in the U-Boot proper. Moreover, the SYSRESET_WATCHDOG driver is used to support 'reset' command. As SPL is not yet ready for DM conversion, the CONFIG_HW_WATCHDOG is enabled for it. This allows the legacy SPL code to work properly. Signed-off-by: Lukasz Majewski <lukma@denx.de> | |||
2019-07-19 | DTS: Add imx6q-display5-u-boot.dtsi file with u-boot specific properties | Lukasz Majewski | |
This file setups UART5 based serial to be used as pre-relocation console in the U-Boot proper. On purpose pinux configuration is omitted here as it has been already done in SPL. For early pre-relocation code we only need the serial device from DTS. Signed-off-by: Lukasz Majewski <lukma@denx.de> Reviewed-by: Peng Fan <peng.fan@nxp.com> |