[Buildroot] [PATCH v2] Add Armadeus systems APF9328 support.

Peter Korsgaard jacmet at uclibc.org
Wed Dec 7 19:50:06 UTC 2011


>>>>> "julien" == julien boibessot <julien.boibessot at free.fr> writes:

 julien> From: Julien Boibessot <julien.boibessot at armadeus.com>

 julien> The APF9328 is an i.MXL+FPGA based SOM (System On Module). Here
 julien> only minimal support is added: booting Linux kernel (UART,
 julien> Ethernet and NOR), Buildroot toolchain and JFFS2 rootfs.

Thanks, committed with minor tweak.

 julien> +++ b/configs/armadeus_apf9328_defconfig
 julien> @@ -0,0 +1,32 @@
 julien> +# Architecture
 julien> +BR2_arm=y
 julien> +BR2_arm920t=y
 julien> +
 julien> +# Toolchain
 julien> +BR2_STRIP_sstrip=y
 julien> +BR2_GCC_VERSION_4_4_X=y
 julien> +BR2_PACKAGE_GDB=y
 julien> +BR2_PACKAGE_GDB_HOST=y
 julien> +BR2_ENABLE_LOCALE_PURGE=y
 julien> +BR2_TARGET_OPTIMIZATION="-Os -pipe"

This isn't needed. It defaults to -pipe and BR2_OPTIMIZE_S (which adds
-Os) is enabled by default, so I dropped this line.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list