
On Wed, 25 Feb 2009 14:26:58 +0900 Yoshihiro Shimoda shimoda.yoshihiro@renesas.com wrote:
We can built 'make sh7785lcr_32bit_config'. And add new command "pmb" for this mode. This command changes PMB for using 512MB system memory.
Signed-off-by: Yoshihiro Shimoda shimoda.yoshihiro@renesas.com
Makefile | 15 +++- board/renesas/sh7785lcr/config.mk | 4 + board/renesas/sh7785lcr/lowlevel_init.S | 94 ++++++++++++++++++++ board/renesas/sh7785lcr/sh7785lcr.c | 32 +++++++ board/renesas/sh7785lcr/u-boot.lds | 4 +- .../renesas/sh7785lcr/{u-boot.lds => u-boot_29bit} | 0 .../renesas/sh7785lcr/{u-boot.lds => u-boot_32bit} | 4 +- include/configs/sh7785lcr.h | 21 ++++- 8 files changed, 168 insertions(+), 6 deletions(-) copy board/renesas/sh7785lcr/{u-boot.lds => u-boot_29bit} (100%) copy board/renesas/sh7785lcr/{u-boot.lds => u-boot_32bit} (93%)
Please add doc/README.sh7785lcr about this update.
Best regards, Nobuhiro