[U-Boot] [PATCH v2 2/2] board/chiliboard: Add support for chiliBoard
Tom Rini
trini at konsulko.com
Tue Jan 24 19:47:17 CET 2017
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 at 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 at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170124/f7c2fafc/attachment.sig>
More information about the U-Boot
mailing list