From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Fri, 10 Nov 2017 17:49:24 -0500 Subject: [U-Boot] [PATCH] Move Cache-As-RAM memory from area mapped to ROM in QEMU In-Reply-To: <20171110175102.21746-1-anton@advancedtelematic.com> References: <20171110175102.21746-1-anton@advancedtelematic.com> Message-ID: <20171110224924.GX27034@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, Nov 10, 2017 at 06:51:02PM +0100, Anton Gerasimov wrote: > ROM has been made read-only in qemu recently (namely commit > 208fa0e43645edd0b0d8f838857dfc79daff40a8), so this patch restores > compatibility between u-boot and qemu. It is still broken for me > unless I set CONFIG_SMP=n and disable lapic (i.e. revert patch > aaaa55751ab1e5a5cfa0962d604593a7e6f33ff6 in u-boot), but these are > separate issues > > Signed-off-by: Anton Gerasimov > --- > arch/x86/cpu/qemu/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/x86/cpu/qemu/Kconfig b/arch/x86/cpu/qemu/Kconfig > index 6808c9a6b9..f4b9922a34 100644 > --- a/arch/x86/cpu/qemu/Kconfig > +++ b/arch/x86/cpu/qemu/Kconfig > @@ -11,7 +11,7 @@ if QEMU > > config SYS_CAR_ADDR > hex > - default 0xd0000 > + default 0x10000 > > config SYS_CAR_SIZE > hex Bin, are you happy with this? Do you want this in before release? Thanks! -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: