Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-18 | common: Drop init.h from common header | Simon Glass | |
Move this uncommon header out of the common header. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2020-05-18 | common: Drop net.h from common header | Simon Glass | |
Move this header out of the common header. Network support is used in quite a few places but it still does not warrant blanket inclusion. Note that this net.h header itself has quite a lot in it. It could be split into the driver-mode support, functions, structures, checksumming, etc. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2020-01-16 | ARM: MediaTek: Add support for MediaTek MT7622 SoC | Sam Shih | |
Add support for MediaTek MT7622 SoC. This include the file that will initialize the SoC after boot and its device tree. Signed-off-by: Sam Shih <sam.shih@mediatek.com> Reviewed-by: Ryder Lee <ryder.lee@mediatek.com> |