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> | |||
2019-02-19 | bcm963158: use TARGET_BCM963158 instead of ARCH_BCM63158 | Philippe Reynes | |
We use TARGET_BCM63158 in the Kconfig instead of ARCH_BCM63158, so we could add other board that use a bcm63158. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com> | |||
2019-02-09 | bcm963158: add initial support | Philippe Reynes | |
This add the initial support of the broadcom reference board bcm963158 with a bcm63158 SoC. This board has 1 GB of ram, 512 MB of flash (nand), 2 usb port, 1 uart, 4 ethernet ports (LAN), 1 ethernet port (WAN). Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com> |