From 326428cc8bbdddb30920a96b672abd0d59833ce4 Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 31 Aug 2003 18:37:54 +0000 Subject: Patch by Yuli Barcohen, 7 Aug 2003: According to the MPC8260 User's Manual, PCI_MODE signal should be reflected in SCCR register, and local bus pins configuration is taken from HRCW and appears in SIUMCR. For some reason it does not work this way, so the only possibility to detect if the board is configured in PCI mode is to check the BCSR. This patch sets SCCR and SIUMCR according to the BCSR. --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 1badf05..259bc2e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,9 @@ Changes for U-Boot 0.4.7: ====================================================================== +* Patch by Yuli Barcohen, 7 Aug 2003: + check BCSR to detect if the board is configured in PCI mode + * Patch by Raghu Krishnaprasad, 7 Aug 2003: add support for Adder II MPC852T module -- cgit v1.1