[U-Boot] [PATCH v6] Marvell MV88F6281GTW_GE Board support

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Tue May 5 00:18:14 CEST 2009


> +/*
> + * 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 at 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

I will clean the other lds myself later

You do not add yourselft as Maintainer of the board
I guess you miss it

otherwise it's ok

Best Regards,
J.


More information about the U-Boot mailing list