
-----Original Message----- From: Jean-Christophe PLAGNIOL-VILLARD [mailto:plagnioj@jcrosoft.com] Sent: Tuesday, May 05, 2009 3:48 AM To: Prafulla Wadaskar Cc: u-boot@lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik; Ronen Shitrit Subject: Re: [U-Boot] [PATCH v6] Marvell MV88F6281GTW_GE Board support
+/*
- Default values for MPP registers
- There are maximum 64 Multi-Pourpose Pins on Kirkwood
- Each MPP functionality can be configuration by a 4bit value
- of MPP control reg, the value and associated
functionality is SoC
- varient dependent
- */
+#define MV88F6281GTW_GE_MPP0_7 0x01112222 +#define MV88F6281GTW_GE_MPP8_15 0x11103311 +#define MV88F6281GTW_GE_MPP16_23 0x00001111 +#define MV88F6281GTW_GE_MPP24_31 0x22222222 +#define MV88F6281GTW_GE_MPP32_39 0x40440222 +#define MV88F6281GTW_GE_MPP40_47 0x00004444 +#define MV88F6281GTW_GE_MPP48_55 0x00000000
+#endif /* __MV88F6281GTW_GE_H */ diff --git a/board/Marvell/mv88f6281gtw_ge/u-boot.lds b/board/Marvell/mv88f6281gtw_ge/u-boot.lds new file mode 100644 index 0000000..9695f3f --- /dev/null +++ b/board/Marvell/mv88f6281gtw_ge/u-boot.lds @@ -0,0 +1,53 @@ +/*
- (C) Copyright 2009
- Marvell Semiconductor <www.marvell.com>
- Prafulla Wadaskar prafulla@marvell.com
it's just a copy of other lds please do not add the Marvell Copyright as it's really the same as a lot of arm9 please move to cpu/arm926ejs/kirwood at least
Okay, I will do it
I will clean the other lds myself later
You do not add yourselft as Maintainer of the board I guess you miss it
I was unaware, I will do it, any reference will help otherwise I will find it :-)
Thanks and regards.. Prafulla . .
otherwise it's ok
Best Regards, J.