Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-17 | common: Move RAM-sizing functions to init.h | Simon Glass | |
These functions relate to memory init so move them into the init header. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2018-11-28 | arm: MediaTek: add basic support for MT7623 boards | Weijie Gao | |
This adds a general board file based on MT7623 SoCs from MediaTek. As this u-boot is loaded by MTK proprietary preloader, there is no low level initializtion codes. Signed-off-by: Weijie Gao <weijie.gao@mediatek.com> Signed-off-by: Ryder Lee <ryder.lee@mediatek.com> Tested-by: Matthias Brugger <matthias.bgg@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> |