Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-10-31 | arm: bcmbca: remove bcm63158 support under CONFIG_ARCH_BCM63158 | William Zhang | 1 | -62/+0 | |
Now that BCM63158 is supported under CONFIG_ARCH_BCMBCA and CONFIG_BCM63158, remove the original ARCH_BCM63158 support and migrate configuration settings. Signed-off-by: William Zhang <william.zhang@broadcom.com> Reviewed-by: Philippe Reynes <philippe.reynes@softathome.com> | |||||
2020-05-18 | common: Drop init.h from common header | Simon Glass | 1 | -0/+1 | |
Move this uncommon header out of the common header. Signed-off-by: Simon Glass <sjg@chromium.org> | |||||
2019-02-09 | bcm963158: add initial support | Philippe Reynes | 1 | -0/+61 | |
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> |