All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anton Gerasimov <anton@advancedtelematic.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Move Cache-As-RAM memory from area mapped to ROM in QEMU
Date: Fri, 10 Nov 2017 18:51:02 +0100	[thread overview]
Message-ID: <20171110175102.21746-1-anton@advancedtelematic.com> (raw)

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 <anton@advancedtelematic.com>
---
 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
-- 
2.14.1

             reply	other threads:[~2017-11-10 17:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-10 17:51 Anton Gerasimov [this message]
2017-11-10 22:49 ` [U-Boot] [PATCH] Move Cache-As-RAM memory from area mapped to ROM in QEMU Tom Rini
2017-11-11 11:08 ` [U-Boot] " Heinrich Schuchardt
2017-11-13 10:23   ` Anton Gerasimov
2017-11-14 17:32     ` Heinrich Schuchardt
  -- strict thread matches above, loose matches on Subject: below --
2017-11-14 17:47 [U-Boot] [PATCH] " Anton Gerasimov
2017-11-20  7:07 ` Bin Meng
2017-11-20  9:15   ` Bin Meng

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171110175102.21746-1-anton@advancedtelematic.com \
    --to=anton@advancedtelematic.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.