From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhao Chenhui Date: Sat, 8 Oct 2011 15:47:37 +0800 Subject: [U-Boot] [PATCH 8/9] powerpc/mpc8548cds: Fix config according to system address map In-Reply-To: <20111008070217.GA2753@localhost.localdomain> References: <1315898131-27710-1-git-send-email-chenhui.zhao@freescale.com> <1315898131-27710-8-git-send-email-chenhui.zhao@freescale.com> <20111008070217.GA2753@localhost.localdomain> Message-ID: <20111008074737.GA3890@localhost.localdomain> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, Oct 08, 2011 at 03:02:18PM +0800, Zhao Chenhui wrote: > On Fri, Oct 07, 2011 at 10:17:28AM -0500, Kumar Gala wrote: > > > > On Sep 13, 2011, at 2:15 AM, Zhao Chenhui wrote: > > > > > From: chenhui zhao > > > > > > - Fix config according to system address map in the manual. > > > - Rework tlb and law tables. > > > - Remove unnecessary macros. > > > > > > Signed-off-by: Zhao Chenhui > > > --- > > > board/freescale/mpc8548cds/law.c | 19 +++++---- > > > board/freescale/mpc8548cds/mpc8548cds.c | 8 ++-- > > > board/freescale/mpc8548cds/tlb.c | 67 ++++++++++++++++--------------- > > > include/configs/MPC8548CDS.h | 56 ++++++++++++------------- > > > 4 files changed, 76 insertions(+), 74 deletions(-) > > > > with which manual? If its the board manual that isn't correct, the one in the board manual is just an example. > > > > - k > > It's "MPC8548E Configurable Development System Reference Manual". > I made some minor changes to address map, including reserving 256M memory space for PCI2, > enlarging the size of PCI IO space. > > -chenhui Fixed typo in the comments of tlb.c and reposted. -chenhui