Dear Reinhard Meyer, In message <[email protected]> you wrote: > The following changes since commit bd2313078114c4b44c4a5ce149af43bcb7fc8854: > Wolfgang Denk (1): > Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master > > are available in the git repository at: > > git://git.denx.de/u-boot-atmel avr32 > > Haavard Skinnemoen (3): > avr32: Print unrelocated PC on exception > avr32: Use uncached() macro to get an address for SDRAM init > avr32: Add simple paging support > > arch/avr32/cpu/at32ap700x/Makefile | 2 +- > arch/avr32/cpu/at32ap700x/mmu.c | 78 > ++++++++++++++++++++ > 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/lib/board.c | 4 + > board/atmel/atngw100/atngw100.c | 19 ++++- > board/atmel/atstk1000/atstk1000.c | 19 ++++- > board/earthlcd/favr-32-ezkit/favr-32-ezkit.c | 19 ++++- > board/mimc/mimc200/mimc200.c | 24 +++++- > board/miromico/hammerhead/hammerhead.c | 19 ++++- > include/configs/atngw100.h | 3 + > include/configs/atstk1002.h | 3 + > include/configs/atstk1003.h | 3 + > include/configs/atstk1004.h | 3 + > include/configs/atstk1006.h | 3 + > include/configs/favr-32-ezkit.h | 3 + > include/configs/hammerhead.h | 3 + > include/configs/mimc200.h | 3 + > 20 files changed, 274 insertions(+), 27 deletions(-) > create mode 100644 arch/avr32/cpu/at32ap700x/mmu.c > create mode 100644 arch/avr32/include/asm/arch-at32ap700x/mmu.h
Applied to u-boot-arm, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] "And they told us, what they wanted... Was a sound that could kill some-one, from a distance." - Kate Bush _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

