Carlos López has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/85670?usp=email )
Change subject: mb/qemu-riscv: set PCI_IOBASE
......................................................................
Abandoned
--
To view, visit https://review.coreboot.org/c/coreboot/+/85670?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: abandon
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ied7d7e815348afa68a92c3dda30be64163231615
Gerrit-Change-Number: 85670
Gerrit-PatchSet: 1
Gerrit-Owner: Carlos López <carlos.lopezr4096(a)gmail.com>
Gerrit-Reviewer: Maximilian Brune <maximilian.brune(a)9elements.com>
Gerrit-Reviewer: Philipp Hug <philipp(a)hug.cx>
Gerrit-Reviewer: ron minnich <rminnich(a)gmail.com>
Carlos López has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/85668?usp=email )
Change subject: mb/qemu-i440fx: refactor fw_cfg logic as separate driver
......................................................................
Abandoned
--
To view, visit https://review.coreboot.org/c/coreboot/+/85668?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: abandon
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I6b1e6a280b2dbdcca632b473750e052f82d1364f
Gerrit-Change-Number: 85668
Gerrit-PatchSet: 1
Gerrit-Owner: Carlos López <carlos.lopezr4096(a)gmail.com>
Carlos López has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/85672?usp=email )
Change subject: mb/qemu-riscv: enable vboot
......................................................................
Abandoned
--
To view, visit https://review.coreboot.org/c/coreboot/+/85672?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: abandon
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I9915d47aee1c4f68a7db6a83b88835685d52af0c
Gerrit-Change-Number: 85672
Gerrit-PatchSet: 1
Gerrit-Owner: Carlos López <carlos.lopezr4096(a)gmail.com>
Gerrit-Reviewer: Maximilian Brune <maximilian.brune(a)9elements.com>
Gerrit-Reviewer: Philipp Hug <philipp(a)hug.cx>
Gerrit-Reviewer: ron minnich <rminnich(a)gmail.com>
Carlos López has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/85671?usp=email )
Change subject: vboot: update submodule to upstream main
......................................................................
Abandoned
--
To view, visit https://review.coreboot.org/c/coreboot/+/85671?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: abandon
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I54c3e7fbda83940dfdb97e033069c6f7fd873988
Gerrit-Change-Number: 85671
Gerrit-PatchSet: 1
Gerrit-Owner: Carlos López <carlos.lopezr4096(a)gmail.com>
Carlos López has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/85669?usp=email )
Change subject: mb/qemu-i440fx: refactor qemu flash logic as a separate driver
......................................................................
Abandoned
--
To view, visit https://review.coreboot.org/c/coreboot/+/85669?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: abandon
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: If9df9114be3ed83e6157fce7dbc2a1df21d7782b
Gerrit-Change-Number: 85669
Gerrit-PatchSet: 1
Gerrit-Owner: Carlos López <carlos.lopezr4096(a)gmail.com>
Carlos López has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/85671?usp=email )
Change subject: vboot: update submodule to upstream main
......................................................................
vboot: update submodule to upstream main
Updating from commit f1f70f46 to 3f94e2c7. This brings, among other
things, the ability to build vboot for RISC-V.
Change-Id: I54c3e7fbda83940dfdb97e033069c6f7fd873988
Signed-off-by: Carlos López <carlos.lopez(a)openchip.com>
---
M 3rdparty/vboot
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/71/85671/1
diff --git a/3rdparty/vboot b/3rdparty/vboot
index f1f70f4..3f94e2c 160000
--- a/3rdparty/vboot
+++ b/3rdparty/vboot
@@ -1 +1 @@
-Subproject commit f1f70f46dc5482bb7c654e53ed58d4001e386df2
+Subproject commit 3f94e2c7ed58c4e67d6e7dc6052ec615dbbb9bb4
--
To view, visit https://review.coreboot.org/c/coreboot/+/85671?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I54c3e7fbda83940dfdb97e033069c6f7fd873988
Gerrit-Change-Number: 85671
Gerrit-PatchSet: 1
Gerrit-Owner: Carlos López <carlos.lopezr4096(a)gmail.com>
Attention is currently required from: Maximilian Brune, Philipp Hug, ron minnich.
Carlos López has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/85670?usp=email )
Change subject: mb/qemu-riscv: set PCI_IOBASE
......................................................................
mb/qemu-riscv: set PCI_IOBASE
The correct value for the IO base is at 0x3000000, so set it. Otherwise,
I/O operations (e.g. inb(), outb(), etc.) won't work.
Change-Id: Ied7d7e815348afa68a92c3dda30be64163231615
Signed-off-by: Carlos López <carlos.lopez(a)openchip.com>
---
M src/mainboard/emulation/qemu-riscv/Kconfig
1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/70/85670/1
diff --git a/src/mainboard/emulation/qemu-riscv/Kconfig b/src/mainboard/emulation/qemu-riscv/Kconfig
index 9b5a6f0..2361e25 100644
--- a/src/mainboard/emulation/qemu-riscv/Kconfig
+++ b/src/mainboard/emulation/qemu-riscv/Kconfig
@@ -77,4 +77,8 @@
hex
default 0x80020000
+config PCI_IOBASE
+ hex
+ default 0x3000000
+
endif # BOARD_EMULATION_QEMU_RISCV
--
To view, visit https://review.coreboot.org/c/coreboot/+/85670?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ied7d7e815348afa68a92c3dda30be64163231615
Gerrit-Change-Number: 85670
Gerrit-PatchSet: 1
Gerrit-Owner: Carlos López <carlos.lopezr4096(a)gmail.com>
Gerrit-Reviewer: Maximilian Brune <maximilian.brune(a)9elements.com>
Gerrit-Reviewer: Philipp Hug <philipp(a)hug.cx>
Gerrit-Reviewer: ron minnich <rminnich(a)gmail.com>
Gerrit-Attention: Philipp Hug <philipp(a)hug.cx>
Gerrit-Attention: Maximilian Brune <maximilian.brune(a)9elements.com>
Gerrit-Attention: ron minnich <rminnich(a)gmail.com>