
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