diff options
author | James <> | 2015-11-04 11:49:21 +0000 |
---|---|---|
committer | James <> | 2015-11-04 11:49:21 +0000 |
commit | 716ca530e1c4515d8683c9d5be3d56b301758b66 (patch) | |
tree | 700eb5bcc1a462a5f21dcec15ce7c97ecfefa772 /target/linux/netlogic/xlr | |
download | trunk-47381-master.tar.gz trunk-47381-master.tar.bz2 trunk-47381-master.zip |
Diffstat (limited to 'target/linux/netlogic/xlr')
-rw-r--r-- | target/linux/netlogic/xlr/config-default | 12 | ||||
-rw-r--r-- | target/linux/netlogic/xlr/target.mk | 7 |
2 files changed, 19 insertions, 0 deletions
diff --git a/target/linux/netlogic/xlr/config-default b/target/linux/netlogic/xlr/config-default new file mode 100644 index 0000000..daa1c91 --- /dev/null +++ b/target/linux/netlogic/xlr/config-default @@ -0,0 +1,12 @@ +CONFIG_CPU_SUPPORTS_HUGEPAGES=y +CONFIG_CPU_XLR=y +CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y +# CONFIG_HUGETLBFS is not set +CONFIG_I2C_XLR=y +CONFIG_MDIO_BOARDINFO=y +CONFIG_NETLOGIC_XLR_NET=y +CONFIG_NLM_XLR_BOARD=y +CONFIG_PHYLIB=y +CONFIG_SWAP_IO_SPACE=y +CONFIG_SYS_HAS_CPU_XLR=y +CONFIG_SYS_SUPPORTS_HUGETLBFS=y diff --git a/target/linux/netlogic/xlr/target.mk b/target/linux/netlogic/xlr/target.mk new file mode 100644 index 0000000..e786598 --- /dev/null +++ b/target/linux/netlogic/xlr/target.mk @@ -0,0 +1,7 @@ +CPU_TYPE:=xlr +CPU_FLAGS_xlr:=-march=xlr -mabi=64 +BOARDNAME:=xlr + +define Target/Description + Build firmware images for Broadcom/Netlogic XLR boards. +endef |