From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Thu, 22 Mar 2012 14:56:04 -0500 Subject: [U-Boot] [PATCH 3/4][v2] powerpc/85xx:Make debug exception vector accessible In-Reply-To: <4F6B833A.60704@freescale.com> References: <1332304982-10835-1-git-send-email-prabhakar@freescale.com> <4F6A3170.30907@freescale.com> <4F6ABE2E.5000502@freescale.com> <4F6B80F5.6070700@freescale.com> <4F6B82B8.8070103@freescale.com> <4F6B833A.60704@freescale.com> Message-ID: <4F6B83D4.6090007@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 Scott Wood wrote: > Either it's needed, or we should get rid of CONFIG_ENABLE_36BIT_PHYS > entirely. Either way, we should test the results on e500v1 hardware. That macro conditionally enables support for MAS7: #if defined(CONFIG_ENABLE_36BIT_PHYS) ori r0,r0,HID0_ENMAS7 at l /* Enable MAS7 */ #endif So I don't think we can get rid of it, otherwise I suspect an e500v1 operating system will not work on an e500v2 part. -- Timur Tabi Linux kernel developer at Freescale