mirror of https://github.com/hak5/openwrt.git
mvebu: add the Armada 385 Reference Design support
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44265lede-17.01
parent
40daf9346e
commit
3019f7ecbd
|
@ -138,6 +138,9 @@ $(eval $(call NANDProfile,Mamba,armada-xp-mamba,128KiB,2048,512))
|
||||||
# Boards with large NOR, where we want to use UBI
|
# Boards with large NOR, where we want to use UBI
|
||||||
$(eval $(call UBINORProfile,OpenBlocks-AX-3-4,armada-xp-openblocks-ax3-4,128KiB))
|
$(eval $(call UBINORProfile,OpenBlocks-AX-3-4,armada-xp-openblocks-ax3-4,128KiB))
|
||||||
|
|
||||||
|
# Boards with small NOR, where UBI doesn't make sense
|
||||||
|
$(eval $(call NORProfile,385-RD,armada-385-rd,256KiB))
|
||||||
|
|
||||||
define Image/Build/Profile/Mamba/squashfs
|
define Image/Build/Profile/Mamba/squashfs
|
||||||
$(call Image/Build/UbinizeImage,armada-xp-mamba,,squashfs, -p 128KiB -m 2048 -s 512)
|
$(call Image/Build/UbinizeImage,armada-xp-mamba,,squashfs, -p 128KiB -m 2048 -s 512)
|
||||||
( \
|
( \
|
||||||
|
|
|
@ -0,0 +1,19 @@
|
||||||
|
--- a/arch/arm/boot/dts/armada-385-rd.dts
|
||||||
|
+++ b/arch/arm/boot/dts/armada-385-rd.dts
|
||||||
|
@@ -42,6 +42,16 @@
|
||||||
|
compatible = "st,m25p128";
|
||||||
|
reg = <0>; /* Chip select 0 */
|
||||||
|
spi-max-frequency = <108000000>;
|
||||||
|
+
|
||||||
|
+ partition@0 {
|
||||||
|
+ label = "uboot";
|
||||||
|
+ reg = <0 0x400000>;
|
||||||
|
+ };
|
||||||
|
+
|
||||||
|
+ partition@1 {
|
||||||
|
+ label = "firmware";
|
||||||
|
+ reg = <0x400000 0xc00000>;
|
||||||
|
+ };
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
|
@ -0,0 +1,19 @@
|
||||||
|
--- a/arch/arm/boot/dts/armada-385-rd.dts
|
||||||
|
+++ b/arch/arm/boot/dts/armada-385-rd.dts
|
||||||
|
@@ -42,6 +42,16 @@
|
||||||
|
compatible = "st,m25p128";
|
||||||
|
reg = <0>; /* Chip select 0 */
|
||||||
|
spi-max-frequency = <108000000>;
|
||||||
|
+
|
||||||
|
+ partition@0 {
|
||||||
|
+ label = "uboot";
|
||||||
|
+ reg = <0 0x400000>;
|
||||||
|
+ };
|
||||||
|
+
|
||||||
|
+ partition@1 {
|
||||||
|
+ label = "firmware";
|
||||||
|
+ reg = <0x400000 0xc00000>;
|
||||||
|
+ };
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
Loading…
Reference in New Issue