From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reinhard Meyer Date: Fri, 5 Aug 2011 00:37:21 +0000 Subject: [U-Boot] [PULL REQUEST] u-boot-atmel/master Message-ID: <1312504641-12037-1-git-send-email-u-boot@emk-elektronik.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Albert, more boards are fixed. I doubt I will get fixes for at91cap9adk. MAKEALL at91: --------------------- SUMMARY ---------------------------- Boards compiled: 55 Boards with warnings or errors: 1 ( at91cap9adk ) ---------------------------------------------------------- Best Regards, Reinhard --- The following changes since commit 7a619ab30a0db64c22fb053702c41a94f05cf648: arm: auto gen asm-offsets.h for mb86r0x (2011-08-04 13:56:55 +0200) are available in the git repository at: git://git.denx.de/u-boot-atmel.git master Asen Dimov (3): pm9261: compiles with the AT91 reworked scheme make pm9263 buildable for v2011.06 release make pm9g45 buildable for v2011.06 release Matthias Fuchs (1): at91: reworked support for meesc board Reinhard Meyer (1): AT91: fix at91sam9g45.h to include USB Host defines Thomas Petazzoni (4): sbc35_a9g20: update board to the new AT91 organization tny_a9260/tny_a9g20: update board to the new AT91 organization atmel: update at91sam9m10g45 SoC support to new style atmel: Update support of board AT91SAM9M10G45-EK to new style MAKEALL | 8 +- Makefile | 46 ----- .../cpu/arm926ejs/at91/at91sam9m10g45_devices.c | 114 ++++++------ arch/arm/include/asm/arch-at91/at91sam9g45.h | 16 ++- .../arm/include/asm/arch-at91/at91sam9g45_matrix.h | 194 +++++++------------ board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c | 115 ++++++----- board/atmel/at91sam9m10g45ek/led.c | 6 +- board/calao/sbc35_a9g20/sbc35_a9g20.c | 88 +++++---- board/calao/tny_a9260/tny_a9260.c | 55 +++--- board/esd/meesc/config.mk | 1 - board/esd/meesc/meesc.c | 49 +++--- board/ronetix/pm9261/led.c | 9 +- board/ronetix/pm9261/pm9261.c | 38 ++-- board/ronetix/pm9263/led.c | 9 +- board/ronetix/pm9263/pm9263.c | 42 ++-- board/ronetix/pm9g45/pm9g45.c | 32 ++-- boards.cfg | 12 +- include/configs/at91sam9m10g45ek.h | 193 +++++++++---------- include/configs/meesc.h | 202 ++++++++++++-------- include/configs/pm9261.h | 18 +- include/configs/pm9263.h | 17 +- include/configs/pm9g45.h | 16 +- include/configs/sbc35_a9g20.h | 87 ++++----- include/configs/tny_a9260.h | 85 ++++---- 24 files changed, 694 insertions(+), 758 deletions(-) delete mode 100644 board/esd/meesc/config.mk