Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | exynos: x86: dts: Add tpm nodes to the device tree for Chrome OS devices | Simon Glass | 2015-08-31 | -0/+8 |
| | | | | | | | | | Add a TPM node to the various Chromebooks so that driver can be converted to driver model. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Christophe Ricard<christophe-h.ricard@st.com> Reviewed-by: Heiko Schocher <hs@denx.de> | |||
* | exynos: Add support for spring | Simon Glass | 2015-08-05 | -0/+588 |
Spring is the first ARM-based HP Chromebook 11. It is similar to snow and it uses the same Samsung Exynos5250 chip. But has some unusual features. Mainline support for it has lagged snow (both in kernel and U-Boot). Now that the exynos5 code is common we can support spring just by adding a device tree and a few lines of configuration. Signed-off-by: Simon Glass <sjg@chromium.org> |