[U-Boot] [GIT PULL] avr32 update

Hi Wolfgang,
Please pull
git://git.denx.de/u-boot-avr32.git master
to receive the below changes. This adds support for three new avr32-based boards.
There are a couple of commits that were never posted to the list. They are trivial fixes for compile breakage that turned up after I merged everything together (things like CFG_FLASH_CFI_DRIVER recently being renamed CONFIG_FLASH_CFI_DRIVER and a couple of format warnings.)
Ben Warren (1): Moved initialization of AVR32 Ethernet controllers to board_eth_init()
Haavard Skinnemoen (9): Merge branch 'eth-cleanup' of git://git.denx.de/u-boot-avr32 Merge branch 'hammerhead' of git://git.denx.de/u-boot-avr32 Merge branch 'favr-32' of git://git.denx.de/u-boot-avr32 Merge branch 'mimc200' of git://git.denx.de/u-boot-avr32 MAINTAINERS: Sort avr32 section alphabetically favr-32-ezkit: Fix printf format warnings hammerhead: Add missing printf parameter to CONFIG_AUTOBOOT_PROMPT Merge branch 'next' of git://git.denx.de/u-boot-avr32 hammerhead/mimc200: Use CONFIG_FLASH_CFI_DRIVER
Hans-Christian Egtvedt (1): avr32: add support for EarthLCD Favr-32 board
Julien May (1): Add support for the hammerhead (AVR32) board
Mark Jackson (1): avr32: Add MIMC200 board
CREDITS | 4 + MAINTAINERS | 15 ++- MAKEALL | 3 + Makefile | 9 + board/atmel/atngw100/Makefile | 2 +- board/atmel/atngw100/atngw100.c | 11 + board/atmel/atstk1000/Makefile | 2 +- board/atmel/atstk1000/atstk1000.c | 11 + board/earthlcd/favr-32-ezkit/Makefile | 42 ++++ board/earthlcd/favr-32-ezkit/config.mk | 4 + board/earthlcd/favr-32-ezkit/favr-32-ezkit.c | 96 ++++++++ board/earthlcd/favr-32-ezkit/flash.c | 230 ++++++++++++++++++++ board/earthlcd/favr-32-ezkit/u-boot.lds | 71 ++++++ board/mimc/mimc200/Makefile | 40 ++++ board/mimc/mimc200/config.mk | 3 + board/mimc/mimc200/mimc200.c | 207 ++++++++++++++++++ .../atstk1000/eth.c => mimc/mimc200/u-boot.lds} | 61 ++++- board/miromico/hammerhead/Makefile | 40 ++++ board/miromico/hammerhead/config.mk | 3 + board/miromico/hammerhead/hammerhead.c | 114 ++++++++++ .../eth.c => miromico/hammerhead/u-boot.lds} | 61 ++++- cpu/at32ap/at32ap700x/sm.h | 2 +- cpu/at32ap/cpu.c | 3 + include/asm-avr32/arch-at32ap700x/clk.h | 1 + include/configs/favr-32-ezkit.h | 201 +++++++++++++++++ include/configs/hammerhead.h | 172 +++++++++++++++ include/configs/mimc200.h | 177 +++++++++++++++ net/eth.c | 8 - 28 files changed, 1556 insertions(+), 37 deletions(-) create mode 100644 board/earthlcd/favr-32-ezkit/Makefile create mode 100644 board/earthlcd/favr-32-ezkit/config.mk create mode 100644 board/earthlcd/favr-32-ezkit/favr-32-ezkit.c create mode 100644 board/earthlcd/favr-32-ezkit/flash.c create mode 100644 board/earthlcd/favr-32-ezkit/u-boot.lds create mode 100644 board/mimc/mimc200/Makefile create mode 100644 board/mimc/mimc200/config.mk create mode 100644 board/mimc/mimc200/mimc200.c rename board/{atmel/atstk1000/eth.c => mimc/mimc200/u-boot.lds} (59%) create mode 100644 board/miromico/hammerhead/Makefile create mode 100644 board/miromico/hammerhead/config.mk create mode 100644 board/miromico/hammerhead/hammerhead.c rename board/{atmel/atngw100/eth.c => miromico/hammerhead/u-boot.lds} (56%) create mode 100644 include/configs/favr-32-ezkit.h create mode 100644 include/configs/hammerhead.h create mode 100644 include/configs/mimc200.h

Dear Haavard Skinnemoen,
In message 20080820095521.2d4fb249@hskinnemo-gx745.norway.atmel.com you wrote:
Hi Wolfgang,
Please pull
git://git.denx.de/u-boot-avr32.git master
to receive the below changes. This adds support for three new avr32-based boards.
There are a couple of commits that were never posted to the list. They are trivial fixes for compile breakage that turned up after I merged everything together (things like CFG_FLASH_CFI_DRIVER recently being renamed CONFIG_FLASH_CFI_DRIVER and a couple of format warnings.)
Ben Warren (1): Moved initialization of AVR32 Ethernet controllers to board_eth_init()
Haavard Skinnemoen (9): Merge branch 'eth-cleanup' of git://git.denx.de/u-boot-avr32 Merge branch 'hammerhead' of git://git.denx.de/u-boot-avr32 Merge branch 'favr-32' of git://git.denx.de/u-boot-avr32 Merge branch 'mimc200' of git://git.denx.de/u-boot-avr32 MAINTAINERS: Sort avr32 section alphabetically favr-32-ezkit: Fix printf format warnings hammerhead: Add missing printf parameter to CONFIG_AUTOBOOT_PROMPT Merge branch 'next' of git://git.denx.de/u-boot-avr32 hammerhead/mimc200: Use CONFIG_FLASH_CFI_DRIVER
Hans-Christian Egtvedt (1): avr32: add support for EarthLCD Favr-32 board
Julien May (1): Add support for the hammerhead (AVR32) board
Mark Jackson (1): avr32: Add MIMC200 board
Applied, thanks.
Ummm... it seems this contains some patches that were never posted to this mailing list?
Best regards,
Wolfgang Denk

Wolfgang Denk wd@denx.de wrote:
Applied, thanks.
Thanks.
Ummm... it seems this contains some patches that were never posted to this mailing list?
Yes. Like I said:
There are a couple of commits that were never posted to the list. They are trivial fixes for compile breakage that turned up after I merged everything together (things like CFG_FLASH_CFI_DRIVER recently being renamed CONFIG_FLASH_CFI_DRIVER and a couple of format warnings.)
I just didn't want to do another round of review of the small handful of one-liners it took to get the new boards into shape. All the boards have been properly reviewed; the fallout I fixed was due to changes upstream. Except the MAINTAINERS thing...I should have fixed it earlier, but it escaped my mind that it was supposed to be sorted alphabetically.
Haavard

Dear Haavard Skinnemoen,
In message 20080821101416.238191ee@hskinnemo-gx745.norway.atmel.com you wrote:
Ummm... it seems this contains some patches that were never posted to this mailing list?
Yes. Like I said:
There are a couple of commits that were never posted to the list. They are trivial fixes for compile breakage that turned up after I merged everything together (things like CFG_FLASH_CFI_DRIVER recently being renamed CONFIG_FLASH_CFI_DRIVER and a couple of format warnings.)
I just didn't want to do another round of review of the small handful of one-liners it took to get the new boards into shape. All the boards
You are supposed to check in only patches that have been reviewed on the list. Yes, I know, sometimes it happens that you fix something and then forget to send the patch, but the rule is NOT to do that.
All commits are supposed to go through the mailing list as even simple one line fixes here and there may have unexpected side effects.
Best regards,
Wolfgang Denk

Wolfgang Denk wd@denx.de wrote:
Dear Haavard Skinnemoen,
I just didn't want to do another round of review of the small handful of one-liners it took to get the new boards into shape. All the boards
You are supposed to check in only patches that have been reviewed on the list. Yes, I know, sometimes it happens that you fix something and then forget to send the patch, but the rule is NOT to do that.
I know. I guess I wanted to know how strict that rule was, which is why I stated up front that I had bent it a little.
All commits are supposed to go through the mailing list as even simple one line fixes here and there may have unexpected side effects.
In this case, the affected code was new to begin with, so the potential for unexpected side effects is very small. But point taken, I'll post even trivial fixups for review next time.
Haavard

Dear Haavard Skinnemoen,
In message 20080821105751.61c14b99@hskinnemo-gx745.norway.atmel.com you wrote:
In this case, the affected code was new to begin with, so the potential for unexpected side effects is very small. But point taken, I'll post even trivial fixups for review next time.
Thanks. Believe me, I know how that feels. I have to push myself again and again not to forget this.
Best regards,
Wolfgang Denk
participants (2)
-
Haavard Skinnemoen
-
Wolfgang Denk