public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] avr32 fixes
@ 2010-08-02 12:06 Haavard Skinnemoen
  2010-08-02 12:06 ` [U-Boot] [PATCH 1/3] avr32: Add missing asm/unaligned.h header file Haavard Skinnemoen
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Haavard Skinnemoen @ 2010-08-02 12:06 UTC (permalink / raw)
  To: u-boot

This series fixes a trivial build issue, as well as a longstanding
problem with the 'saveenv' command on ATNGW100.

It also includes a trivial enhancement to the exception reporting which
I found very useful during debugging.

Hopefully this will make mainline u-boot useful again on AVR32. Without
this fix, v2008.10 is the latest usable release.

The patches are based on v2010.06, but it merges fine with the latest
upstream master. The AVR32 master branch currently contains a workaround
which I plan to revert if these patches are acceptable.

Haavard Skinnemoen (3):
      avr32: Add missing asm/unaligned.h header file
      avr32: Print unrelocated PC on exception
      avr32: Add simple paging support

 arch/avr32/cpu/at32ap700x/Makefile                 |    2 +-
 arch/avr32/cpu/at32ap700x/mmu.c                    |   80 ++++++++++++++++++++
 arch/avr32/cpu/exception.c                         |    3 +-
 arch/avr32/cpu/start.S                             |   19 +++--
 arch/avr32/include/asm/arch-at32ap700x/addrspace.h |    5 +-
 arch/avr32/include/asm/arch-at32ap700x/mmu.h       |   66 ++++++++++++++++
 arch/avr32/include/asm/unaligned.h                 |    1 +
 arch/avr32/lib/board.c                             |    3 +
 board/atmel/atngw100/atngw100.c                    |   15 ++++
 include/configs/atngw100.h                         |    3 +
 10 files changed, 185 insertions(+), 12 deletions(-)
 create mode 100644 arch/avr32/cpu/at32ap700x/mmu.c
 create mode 100644 arch/avr32/include/asm/arch-at32ap700x/mmu.h
 create mode 100644 arch/avr32/include/asm/unaligned.h

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2010-08-09  1:44 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-02 12:06 [U-Boot] [PATCH 0/3] avr32 fixes Haavard Skinnemoen
2010-08-02 12:06 ` [U-Boot] [PATCH 1/3] avr32: Add missing asm/unaligned.h header file Haavard Skinnemoen
2010-08-02 12:06 ` [U-Boot] [PATCH 2/3] avr32: Print unrelocated PC on exception Haavard Skinnemoen
2010-08-02 12:06 ` [U-Boot] [PATCH 3/3] avr32: Add simple paging support Haavard Skinnemoen
2010-08-02 14:13   ` Andreas Bießmann
2010-08-07 21:10   ` Wolfgang Denk
2010-08-09  1:44     ` Haavard Skinnemoen
2010-08-02 12:28 ` [U-Boot] [PATCH 0/3] avr32 fixes Bas Mevissen
2010-08-02 12:43   ` Haavard Skinnemoen
2010-08-02 15:44     ` Bas Mevissen
2010-08-02 22:00       ` Bas Mevissen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox