[coreboot-gerrit] Change in ...coreboot[master]: sb/intel/i82801gx: Autodisable functions based on devicetree

Nico Huber (Code Review) gerrit at coreboot.org
Thu Dec 20 13:10:14 CET 2018


Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/30244 )

Change subject: sb/intel/i82801gx: Autodisable functions based on devicetree
......................................................................


Patch Set 11:

(1 comment)

https://review.coreboot.org/#/c/30244/11/src/mainboard/kontron/986lcd-m/romstage.c 
File src/mainboard/kontron/986lcd-m/romstage.c:

https://review.coreboot.org/#/c/30244/11/src/mainboard/kontron/986lcd-m/romstage.c@202 
PS11, Line 202: 	if (read_option(ethernet1, 0) != 0) {
              : 		printk(BIOS_DEBUG, "Disabling ethernet adapter 1.\n");
              : 		reg32 |= FD_PCIE1;
              : 	}
              : 	if (read_option(ethernet2, 0) != 0) {
              : 		printk(BIOS_DEBUG, "Disabling ethernet adapter 2.\n");
              : 		reg32 |= FD_PCIE2;
              : 	} else {
              : 		if (reg32 & FD_PCIE1)
              : 			port_shuffle = 1;
              : 	}
              : 	if (read_option(ethernet3, 0) != 0) {
              : 		printk(BIOS_DEBUG, "Disabling ethernet adapter 3.\n");
              : 		reg32 |= FD_PCIE3;
              : 	} else {
              : 		if (reg32 & FD_PCIE1)
              : 			port_shuffle = 1;
              : 	}
Needs to be ported to ramstage. Or removed? I don't think secunet
will ever rebase for this board again. So I wouldn't mind.



-- 
To view, visit https://review.coreboot.org/c/coreboot/+/30244
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I83576599538a02d295fe00b35826f98d8c97d1cf
Gerrit-Change-Number: 30244
Gerrit-PatchSet: 11
Gerrit-Owner: Arthur Heymans <arthur at aheymans.xyz>
Gerrit-Reviewer: Alexander Couzens <lynxis at fe80.eu>
Gerrit-Reviewer: Angel Pons <th3fanbus at gmail.com>
Gerrit-Reviewer: Arthur Heymans <arthur at aheymans.xyz>
Gerrit-Reviewer: Damien Zammit <damien at zamaudio.com>
Gerrit-Reviewer: HAOUAS Elyes <ehaouas at noos.fr>
Gerrit-Reviewer: Nico Huber <nico.h at gmx.de>
Gerrit-Reviewer: Patrick Rudolph <siro at das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply at coreboot.org>
Gerrit-CC: Peter Lemenkov <lemenkov at gmail.com>
Gerrit-Comment-Date: Thu, 20 Dec 2018 12:10:14 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181220/a1b8ca76/attachment.html>


More information about the coreboot-gerrit mailing list