[PATCHv2 08/12] PCM051: Add first stage support
Sascha Hauer
s.hauer at pengutronix.de
Wed Jul 10 17:31:22 EDT 2013
Hi Teresa,
On Wed, Jul 10, 2013 at 09:21:00AM +0200, Teresa Gamez wrote:
> Am 09.07.2013 11:23, schrieb Teresa Gámez:
>
> Hello Sascha,
>
> >From: Shravan kumar <shravan.k at phytec.in>
> >
> >This patch adds first stage support for PCM051.
> >
> >Signed-off-by: Shravan kumar <shravan.k at phytec.in>
> >Signed-off-by: Teresa Gámez <t.gamez at phytec.de>
> >---
> >Changes in v2:
> >- fixed aligment and register adress
> > order in mach/am33xx-silicon.h
> >
> > arch/arm/boards/pcm051/board.c | 1 +
> > arch/arm/boards/pcm051/env/boot/sd | 2 +-
> > arch/arm/boards/pcm051/lowlevel.c | 206 ++++++++++++++++++++++
> > arch/arm/configs/pcm051_mlo_defconfig | 33 ++++
> > arch/arm/mach-omap/include/mach/am33xx-silicon.h | 13 ++
> > scripts/mk-am35xx-spi-image.c | 2 +-
> > 6 files changed, 255 insertions(+), 2 deletions(-)
> > create mode 100644 arch/arm/configs/pcm051_mlo_defconfig
> >
> >
> > /* Ethernet MAC ID from EFuse */
> >diff --git a/scripts/mk-am35xx-spi-image.c b/scripts/mk-am35xx-spi-image.c
> >index 74e79db..b13568a 100644
> >--- a/scripts/mk-am35xx-spi-image.c
> >+++ b/scripts/mk-am35xx-spi-image.c
> >@@ -63,7 +63,7 @@ int main(int argc, char *argv[])
> > int opt;
> > off_t pos;
> > size_t size;
> >- uint32_t addr = 0x40200000;
> >+ uint32_t addr = 0x402F0400;
> > uint32_t temp;
> > while((opt = getopt(argc, argv, "a:")) != -1) {
>
> This last hunk has accidentally slipped in here.
> Could you remove it?
No problem, I removed it.
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list