Hello Shawn Chang, Jonathan Neuschäfer, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/28384
to look at the new patch set (#3).
Change subject: riscv: add entry assembly file for RAMSTAGE
......................................................................
riscv: add entry assembly file for RAMSTAGE
RAMSTAGE will revoke CAR/scratchpad, so stack and exception handling
needs to be moved to ddr memory. So add a assembly file to do this.
Change-Id: I58aa6ff911f385180bad6e026d3c3eace846e37d
Signed-off-by: Xiang Wang <wxjstz(a)126.com>
---
M src/arch/riscv/Makefile.inc
A src/arch/riscv/assembly_entry.S
M src/arch/riscv/include/arch/header.ld
3 files changed, 59 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/84/28384/3
--
To view, visit https://review.coreboot.org/28384
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I58aa6ff911f385180bad6e026d3c3eace846e37d
Gerrit-Change-Number: 28384
Gerrit-PatchSet: 3
Gerrit-Owner: Xiang Wang <wxjstz(a)126.com>
Gerrit-Reviewer: Jonathan Neuschäfer <j.neuschaefer(a)gmx.net>
Gerrit-Reviewer: Shawn Chang <citypw(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/28096 )
Change subject: riscv: add support for supervisor binary interface (SBI)
......................................................................
Patch Set 13:
(1 comment)
https://review.coreboot.org/#/c/28096/13/src/arch/riscv/sbi.c
File src/arch/riscv/sbi.c:
https://review.coreboot.org/#/c/28096/13/src/arch/riscv/sbi.c@30
PS13, Line 30: printk(BIOS_ERR, "Please implement the function %s on your platform.", __func__);
line over 80 characters
--
To view, visit https://review.coreboot.org/28096
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ib6c1f21d2f085f02208305dc4e3a0f970d400c27
Gerrit-Change-Number: 28096
Gerrit-PatchSet: 13
Gerrit-Owner: Xiang Wang <wxjstz(a)126.com>
Gerrit-Reviewer: Jonathan Neuschäfer <j.neuschaefer(a)gmx.net>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Philipp Hug <philipp(a)hug.cx>
Gerrit-Reviewer: Ronald G. Minnich <rminnich(a)gmail.com>
Gerrit-Reviewer: Shawn Chang <citypw(a)gmail.com>
Gerrit-Reviewer: Xiang Wang <wxjstz(a)126.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Reviewer: ron minnich (1001188)
Gerrit-Comment-Date: Thu, 30 Aug 2018 07:50:34 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/27972 )
Change subject: riscv: update misaligned memory access exception handling
......................................................................
Patch Set 21:
(2 comments)
https://review.coreboot.org/#/c/27972/21/src/arch/riscv/misaligend.c
File src/arch/riscv/misaligend.c:
https://review.coreboot.org/#/c/27972/21/src/arch/riscv/misaligend.c@142
PS21, Line 142: for(i = 0; i < ARRAY_SIZE (insn_info); i++)
space prohibited between function name and open parenthesis '('
https://review.coreboot.org/#/c/27972/21/src/arch/riscv/misaligend.c@142
PS21, Line 142: for(i = 0; i < ARRAY_SIZE (insn_info); i++)
space required before the open parenthesis '('
--
To view, visit https://review.coreboot.org/27972
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I9983d56245eab1d458a84cb1432aeb805df7a49f
Gerrit-Change-Number: 27972
Gerrit-PatchSet: 21
Gerrit-Owner: Xiang Wang <wxjstz(a)126.com>
Gerrit-Reviewer: Jonathan Neuschäfer <j.neuschaefer(a)gmx.net>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Philipp Hug <philipp(a)hug.cx>
Gerrit-Reviewer: Ronald G. Minnich <rminnich(a)gmail.com>
Gerrit-Reviewer: Shawn Chang <citypw(a)gmail.com>
Gerrit-Reviewer: Xiang Wang <wxjstz(a)126.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Reviewer: ron minnich (1001188)
Gerrit-Comment-Date: Thu, 30 Aug 2018 07:34:29 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/28096 )
Change subject: riscv: add support for supervisor binary interface (SBI)
......................................................................
Patch Set 11:
(1 comment)
https://review.coreboot.org/#/c/28096/11/src/arch/riscv/sbi.c
File src/arch/riscv/sbi.c:
https://review.coreboot.org/#/c/28096/11/src/arch/riscv/sbi.c@30
PS11, Line 30: die("Please implement the set_msip function on your platform.");
Prefer using '"%s...", __func__' to using 'set_msip', this function's name, in a string
--
To view, visit https://review.coreboot.org/28096
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ib6c1f21d2f085f02208305dc4e3a0f970d400c27
Gerrit-Change-Number: 28096
Gerrit-PatchSet: 11
Gerrit-Owner: Xiang Wang <wxjstz(a)126.com>
Gerrit-Reviewer: Jonathan Neuschäfer <j.neuschaefer(a)gmx.net>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Philipp Hug <philipp(a)hug.cx>
Gerrit-Reviewer: Ronald G. Minnich <rminnich(a)gmail.com>
Gerrit-Reviewer: Shawn Chang <citypw(a)gmail.com>
Gerrit-Reviewer: Xiang Wang <wxjstz(a)126.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Reviewer: ron minnich (1001188)
Gerrit-Comment-Date: Thu, 30 Aug 2018 06:40:38 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Patrick Rudolph has posted comments on this change. ( https://review.coreboot.org/28380 )
Change subject: [WIP] Nvidia Optimus support for ThinkPads
......................................................................
Patch Set 7:
(2 comments)
https://review.coreboot.org/#/c/28380/7//COMMIT_MSG
Commit Message:
https://review.coreboot.org/#/c/28380/7//COMMIT_MSG@29
PS7, Line 29: - nouveau driver unloading (`rmmod` or `modprobe -r`) does not work well: it
Can you test if it does work without the optimus patch? I could imagine it's related to missing ACPI _BCM, _BCL, _BQC.
Have a look at drivers_intel_gma_displays_ssdt_generate() for Intel GMA.
https://review.coreboot.org/#/c/28380/7//COMMIT_MSG@41
PS7, Line 41: - VGA ROM for Nvidia GPU is not loaded from BIOS (i.e. coreboot). Need
Should work with pciXXXX,YYYY.rom in CBFS.
You can use acpi_dump to read it in chunks from generated _ROM.
--
To view, visit https://review.coreboot.org/28380
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I277808d6c1d8bd6e0a267a53f25471597698f8d5
Gerrit-Change-Number: 28380
Gerrit-PatchSet: 7
Gerrit-Owner: Evgeny Zinoviev <me(a)ch1p.com>
Gerrit-Reviewer: Evgeny Zinoviev <me(a)ch1p.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Thu, 30 Aug 2018 06:28:34 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No