From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Tue, 28 Aug 2007 15:12:06 +0200 Subject: [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git In-Reply-To: <200708161953.39723.sr@denx.de> References: <20070423123237.295A13535D2@atlas.denx.de> <200708141639.53753.sr@denx.de> <200708161953.39723.sr@denx.de> Message-ID: <200708281512.06847.sr@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The following changes since commit 3e66c078003607a7d1d214c15a5f262bc1b4032f: Wolfgang Denk (1): Fix some build errors. are available in the git repository at: git://www.denx.de/git/u-boot-ppc4xx.git Wolfgang, please pull. These patches contain mainly small enhancements and bug-fixes. Thanks. Stefan Roese (6): ppc4xx: Add matrix kbd support to lwmon5 board (440EPx based) Merge with /home/stefan/git/u-boot/u-boot-ppc4xx ppc4xx: Remove unused option CFG_INIT_RAM_OCM ppc4xx: Add support for 2nd I2C EEPROM on lwmon5 board ppc4xx: Change GPIO signal for watchdog triggering on lwmon5 ppc4xx: Add RTC POST test to lwmon5 board configuration Yuri Tikhonov (1): POST: limit memory test area to not touch global data anymore board/lwmon5/Makefile | 2 +- board/lwmon5/kbd.c | 458 +++++++++++++++++++++++++++++++++++++++++ board/lwmon5/lwmon5.c | 40 +++- include/asm-ppc/global_data.h | 2 +- include/configs/hcu5.h | 1 - include/configs/lwmon5.h | 47 +++-- post/drivers/memory.c | 3 + 7 files changed, 523 insertions(+), 30 deletions(-) create mode 100644 board/lwmon5/kbd.c