
24 Jan
2017
24 Jan
'17
7:47 p.m.
On Tue, Jan 24, 2017 at 06:51:52PM +0100, Marcin Niestroj wrote:
chiliBoard is a development board which uses chiliSOM as its base.
Hardware specification:
- chiliSOM (TI AM335x, DRAM, NAND)
- Ethernet PHY (id 0)
- USB host (usb1)
- MicroSD slot (mmc0)
Signed-off-by: Marcin Niestroj m.niestroj@grinn-global.com
Changes v1 -> v2:
- converted include/configs/chiliboard.h header to SPDX license identifier (suggested by Tom)
- removed USB gadget, CMD_DFU options from chiliboard_defconfig
Based on these points:
+++ b/board/grinn/chiliboard/MAINTAINERS @@ -0,0 +1,6 @@ +CHILIBOARD +M: Marcin Niestroj m.niestroj@grinn-global.com +S: Maintained +F: board/grinn/chiliboard/ +F: include/configs/chiliboard.h +F: configs/chiliboard_defconfig
Add 'arch/arm/mach-omap2/am33xx/chilisom.c' here too.
[snip]
+#if ((defined(CONFIG_SPL_ETH_SUPPORT) || defined(CONFIG_SPL_USBETH_SUPPORT)) &&\
- defined(CONFIG_SPL_BUILD)) || \
- ((defined(CONFIG_DRIVER_TI_CPSW) || \
defined(CONFIG_USB_ETHER) && defined(CONFIG_MUSB_GADGET)) && \
!defined(CONFIG_SPL_BUILD))
There's still some gadget references here. And are you supporting cpsw eth in SPL on the SOM? If not, CONFIG_SPL_ETH_SUPPORT can go too. Thanks!
--
Tom