[U-Boot] [PATCH 4/4] stx: add support for STx amc8548 board

2009-08-06 Thread oakad
From: Alex Dubov This board, intended for RapidIO development, has following features: * RapidIO interface to backplane * No PCI * USB controller on LBC (not currently enabled) * 16MiB Spansion flash * one soDIMM DDR2 slot Environment is set to its own, smaller eraseblock near the end of FLASH c

[U-Boot] [PATCH 2/4] stx: factor out LAW settings common for all STx boards

2009-08-06 Thread oakad
From: Alex Dubov All STx boards follow common convention for LAW region assignment. Signed-off-by: Alex Dubov --- board/stx/common/Makefile | 54 + board/stx/{stxssa => common}/law.c | 22 - board/stx/stxgp3/Makefile |1 - b

[U-Boot] [PATCH 1/4] stx: create common vendor/board hierarchy for STx boards

2009-08-06 Thread oakad
From: Alex Dubov Move files belonging to the STx boards into common vendor directory and update the Makefile to reflect this. Signed-off-by: Alex Dubov --- Makefile|6 +++--- board/{ => stx}/stxgp3/Makefile |0 board/{ => stx}/stxgp3/config.mk

[U-Boot] [PATCH 3/4] stx: factor out common DIMM enumeration code

2009-08-06 Thread oakad
From: Alex Dubov Board specific ddr options are moved to the main board configuration file. Common DIMM enumeration code is factored out. Signed-off-by: Alex Dubov --- board/stx/common/Makefile |1 + board/stx/common/ddr.c| 43 + board/stx/stxgp3/Makefile |

[U-Boot] Another patchset for STx AMC8548

2009-08-06 Thread oakad
I created a common vendor directory for STx, factored out law.c and ddr.c files, have not touched the tlb.c ones (for now) and added my AMC8548 config. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] stxamc8548: make environment use one of the smaller "boot" blocks in flash

2009-08-04 Thread oakad
From: Alex Dubov Put environment into .ppcenv section aligned on a smaller "boot" eraseblock boundary near flash end. Signed-off-by: Alex Dubov --- board/stx/stxamc8548/u-boot.lds | 11 ++- include/configs/stxamc8548.h|3 ++- 2 files changed, 12 insertions(+), 2 deletions(-)

[U-Boot] [PATCH] stx: create common vendor hierarchy for Silicon Turnkey boards

2009-08-04 Thread oakad
From: Alex Dubov Move board definition files for STx XTC, GP3 and SSA boards into common subdirectory and factor out common code. "-mno-spe" flag common to all MPC85xx configurations does not work so change it to "-mspe=no" which does (GCC bug 37759). Signed-off-by: Alex Dubov --- Makefile

[U-Boot] [PATCH] stx: add support for AMC8548 board

2009-08-04 Thread oakad
From: Alex Dubov STx AMC8548 board is an old, AMC form factor, MPC8548 based board intended for RapidIO applications. It features 16MiB NAND flash, one DDR2 soDIMM slot, ethernet on front panel and backplane, RapidIO on backplane, USB controller on local bus (not currently enabled) and no PCI of