Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/19506
to look at the new patch set (#2).
Change subject: nb/intel/x4x/raminit: Change reset type on incomplete raminit reset
......................................................................
nb/intel/x4x/raminit: Change reset type on incomplete raminit reset
The checkreset() function checks if raminit previously
succeeded (pmcon2 bit7 == 0). If this is not the case it will issue a
hot reset (writing 0x6 to 0xcf9). On the next attempt to boot the
system BOOT_PATH_RESET path will be taken. This boot path can only
successfully initialize memory if the system was reset from a state
where raminit succeeded, which is not the case here.
This can be fixed by issuing a cold reset instead of a hot reset.
Change-Id: Idbcf034c3777a64cc3fb92dc603d10470a6c8cb6
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M src/northbridge/intel/x4x/raminit.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/06/19506/2
--
To view, visit https://review.coreboot.org/19506
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Idbcf034c3777a64cc3fb92dc603d10470a6c8cb6
Gerrit-PatchSet: 2
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: build bot (Jenkins)
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/19501
to look at the new patch set (#3).
Change subject: lib/edid.c: Allow use of when not NGI
......................................................................
lib/edid.c: Allow use of when not NGI
Change-Id: I8709e3e61686979137b08d24efad903700d18e0b
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M src/device/Kconfig
M src/lib/Makefile.inc
2 files changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/19501/3
--
To view, visit https://review.coreboot.org/19501
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I8709e3e61686979137b08d24efad903700d18e0b
Gerrit-PatchSet: 3
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: build bot (Jenkins)
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/18011 )
Change subject: mainboard/lenovo/t430: Add Thinkpad T430 support
......................................................................
Patch Set 8: Code-Review+2
(5 comments)
https://review.coreboot.org/#/c/18011/8/src/mainboard/lenovo/t430/Kconfig
File src/mainboard/lenovo/t430/Kconfig:
PS8, Line 44: config VGA_BIOS_FILE
: string
: default "pci8086,0166.rom"
not needed when VGA_BIOS_ID is set.
PS8, Line 76: config ONBOARD_VGA_IS_PRIMARY
: bool
: default y
Is this so that hybrid driver can do its job without allocator .disable function messing things up?
https://review.coreboot.org/#/c/18011/8/src/mainboard/lenovo/t430/devicetre…
File src/mainboard/lenovo/t430/devicetree.cb:
PS8, Line 18: 0x11551155
suggestion: maybe set default duty cycle a bit lower since full can be blinding in the dark. 70% maybe: 0x11550c08 ?
https://review.coreboot.org/#/c/18011/8/src/mainboard/lenovo/t430/gpio.c
File src/mainboard/lenovo/t430/gpio.c:
Line 17: const struct pch_gpio_set1 pch_gpio_set1_mode = {
empty line between header?
https://review.coreboot.org/#/c/18011/8/src/mainboard/lenovo/t430/thermal.h
File src/mainboard/lenovo/t430/thermal.h:
PS8, Line 21:
tabs ?
--
To view, visit https://review.coreboot.org/18011
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I5403cfb80a57753e873c570d95ca535cf5f45630
Gerrit-PatchSet: 8
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Philipp Deppenwiese <zaolin.daisuki(a)gmail.com>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Philipp Deppenwiese <zaolin.daisuki(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins)
Gerrit-HasComments: Yes