From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Fri, 08 Sep 2006 16:39:36 -0500 Subject: [U-Boot-Users] [PATCH] Add support for variable flash memory sizes on 83xx systems In-Reply-To: <20060908212311.BC0C2353AD0@atlas.denx.de> References: <20060908212311.BC0C2353AD0@atlas.denx.de> Message-ID: <4501E318.2090105@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: >> +#ifdef CONFIG_MPC8349ITX >> +/* MPC8349ITX : CS1 */ >> + /* Initialize the BR1 with the vsc7385 starting address. */ >> + lis r5, 0xf8000801 at h >> + ori r5, r5, 0xf8000801 at l >> + stw r5, BR1(r3) /* r5 <= (CFG_FLASH_BASE & 0xFFFF8000) | (BR1 & 0x00007FFF) */ >> + >> + lis r5, 0xfffe09ff at h >> + ori r5, r5, 0xfffe09ff at l >> + stw r5, OR1(r3) >> +#endif > > ... don't mix in board-specific patches here, especially not for > boards that are not supported in U-Boot yet. So sorry ... that wasn't my intention at all. New patch resubmitted. -- Timur Tabi Linux Kernel Developer @ Freescale