Felix Held has posted comments on this change. ( https://review.coreboot.org/27852 )
Change subject: [WIP]Documentation: Add basic flashing tutorial for Lenovo
......................................................................
Patch Set 1:
(1 comment)
IIRC the reverse current protection diode isn't populated in at least some models; IIRC it's replaced with a 0 ohm resistor
https://review.coreboot.org/#/c/27852/1/Documentation/mainboard/lenovo/t420…
File Documentation/mainboard/lenovo/t420.md:
https://review.coreboot.org/#/c/27852/1/Documentation/mainboard/lenovo/t420…
PS1, Line 11: PCIexp-card
ExpressCard
--
To view, visit https://review.coreboot.org/27852
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: Ia833e27f4e7d89ee32be9bed21a0c021839facec
Gerrit-Change-Number: 27852
Gerrit-PatchSet: 1
Gerrit-Owner: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Alexander Couzens <lynxis(a)fe80.eu>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Sat, 04 Aug 2018 20:51:25 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Felix Held has posted comments on this change. ( https://review.coreboot.org/27218 )
Change subject: southbridge/intel/bd82x6x/Kconfig: Do not include any IFD by default
......................................................................
Patch Set 2: Code-Review+2
--
To view, visit https://review.coreboot.org/27218
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: I330c4886f8bea4b1a8ecad6505a0e5cc381654d1
Gerrit-Change-Number: 27218
Gerrit-PatchSet: 2
Gerrit-Owner: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Sat, 04 Aug 2018 17:38:47 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: Yes
Hello Patrick Rudolph, build bot (Jenkins), Nico Huber,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/27218
to look at the new patch set (#2).
Change subject: southbridge/intel/bd82x6x/Kconfig: Do not include any IFD by default
......................................................................
southbridge/intel/bd82x6x/Kconfig: Do not include any IFD by default
Since only a handful of boards have descriptor blobs in the tree, it makes no
sense to have `HAVE_IFD_BIN` enabled by default then disabled on each mainboard.
This patch flips the default value of said variable, rendering all current
overrides unnecessary. The few boards which have an IFD in the blobs repo use
`select HAVE_IFD_BIN` to enable adding the IFD by default.
Since `HAVE_ME_BIN` depends on `HAVE_IFD_BIN`, the former has been removed
alongside the latter, and has been added to the boards with a ME blob as
`select HAVE_ME_BIN`.
Both `HAVE_IFD_BIN` and `HAVE_ME_BIN` have been removed from autoport as well.
Change-Id: I330c4886f8bea4b1a8ecad6505a0e5cc381654d1
Signed-off-by: Angel Pons <th3fanbus(a)gmail.com>
---
M src/mainboard/apple/macbookair4_2/Kconfig
M src/mainboard/asrock/b75pro3-m/Kconfig
M src/mainboard/asus/maximus_iv_gene-z/Kconfig
M src/mainboard/asus/p8h61-m_lx/Kconfig
M src/mainboard/asus/p8h61-m_pro/Kconfig
M src/mainboard/compulab/intense_pc/Kconfig
M src/mainboard/gigabyte/ga-b75m-d3h/Kconfig
M src/mainboard/gigabyte/ga-b75m-d3v/Kconfig
M src/mainboard/gigabyte/ga-h61m-s2pv/Kconfig
M src/mainboard/google/butterfly/Kconfig
M src/mainboard/google/link/Kconfig
M src/mainboard/google/parrot/Kconfig
M src/mainboard/google/stout/Kconfig
M src/mainboard/hp/2570p/Kconfig
M src/mainboard/hp/2760p/Kconfig
M src/mainboard/hp/8460p/Kconfig
M src/mainboard/hp/8470p/Kconfig
M src/mainboard/hp/8770w/Kconfig
M src/mainboard/hp/compaq_8200_elite_sff/Kconfig
M src/mainboard/hp/folio_9470m/Kconfig
M src/mainboard/hp/revolve_810_g1/Kconfig
M src/mainboard/intel/dcp847ske/Kconfig
M src/mainboard/intel/emeraldlake2/Kconfig
M src/mainboard/kontron/ktqm77/Kconfig
M src/mainboard/lenovo/l520/Kconfig
M src/mainboard/lenovo/s230u/Kconfig
M src/mainboard/lenovo/t420/Kconfig
M src/mainboard/lenovo/t420s/Kconfig
M src/mainboard/lenovo/t430/Kconfig
M src/mainboard/lenovo/t430s/Kconfig
M src/mainboard/lenovo/t520/Kconfig
M src/mainboard/lenovo/t530/Kconfig
M src/mainboard/lenovo/x131e/Kconfig
M src/mainboard/lenovo/x1_carbon_gen1/Kconfig
M src/mainboard/lenovo/x220/Kconfig
M src/mainboard/lenovo/x230/Kconfig
M src/mainboard/roda/rv11/Kconfig
M src/mainboard/samsung/lumpy/Kconfig
M src/mainboard/samsung/stumpy/Kconfig
M src/mainboard/sapphire/pureplatinumh61/Kconfig
M src/southbridge/intel/bd82x6x/Kconfig
M util/autoport/sandybridge.go
42 files changed, 14 insertions(+), 262 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/18/27218/2
--
To view, visit https://review.coreboot.org/27218
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: I330c4886f8bea4b1a8ecad6505a0e5cc381654d1
Gerrit-Change-Number: 27218
Gerrit-PatchSet: 2
Gerrit-Owner: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>