Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-31 | arm: imx: Drop custom lowlevel_init | Marek Vasut | |
The custom lowlevel_init implementation is no longer necessary, since it is responsible for routing and trapping SErrors in U-Boot in EL2, which is implemented in common code since commit: 6c7691edd55 ("armv8: Always unmask SErrors") Signed-off-by: Marek Vasut <marex@denx.de> | |||
2019-04-25 | imx: add lowlevel init for ARM64 | Peng Fan | |
Sometimes we met SERROR, but only to catch it when Linux boots up. Let's enable catching in U-Boot to catch it ealier and ease debug. Signed-off-by: Peng Fan <peng.fan@nxp.com> |