Richard Spiegel has posted comments on this change. ( https://review.coreboot.org/28271 )
Change subject: commonlib/timestamp_serialized: Add AGESA timestamp descriptions
......................................................................
Patch Set 1:
(2 comments)
https://review.coreboot.org/#/c/28271/1//COMMIT_MSG
Commit Message:
https://review.coreboot.org/#/c/28271/1//COMMIT_MSG@8
PS1, Line 8:
Add an explanation of why this is needed?
https://review.coreboot.org/#/c/28271/1/src/commonlib/include/commonlib/tim…
File src/commonlib/include/commonlib/timestamp_serialized.h:
https://review.coreboot.org/#/c/28271/1/src/commonlib/include/commonlib/tim…
PS1, Line 263: 0x1100
Why magic numbers? All previous were part of a enum. You could use a enum here too, or you could use #define (more time consuming). As for names, TS_AGESA_xxx
--
To view, visit https://review.coreboot.org/28271
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: Ib47112bdf9601bcd51b7ff7f84d948d5bb6537cf
Gerrit-Change-Number: 28271
Gerrit-PatchSet: 1
Gerrit-Owner: Raul Rangel <rrangel(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Richard Spiegel <richard.spiegel(a)silverbackltd.com>
Gerrit-Comment-Date: Wed, 22 Aug 2018 16:07:07 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/28100 )
Change subject: libpayload/x86/exception: Add ability to handle user defined interrupts
......................................................................
Patch Set 7:
(1 comment)
https://review.coreboot.org/#/c/28100/7/payloads/libpayload/include/excepti…
File payloads/libpayload/include/exception.h:
https://review.coreboot.org/#/c/28100/7/payloads/libpayload/include/excepti…
PS7, Line 43: void set_interrupt_handler(u8 vector, interrupt_handler);
function definition argument 'interrupt_handler' should also have an identifier name
--
To view, visit https://review.coreboot.org/28100
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: Id9c2583c7c3d9be4a06a25e546e64399f2b0620c
Gerrit-Change-Number: 28100
Gerrit-PatchSet: 7
Gerrit-Owner: Raul Rangel <rrangel(a)chromium.org>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Raul Rangel <rrangel(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Julius Werner <jwerner(a)chromium.org>
Gerrit-CC: Martin Roth <martinroth(a)google.com>
Gerrit-Comment-Date: Wed, 22 Aug 2018 15:52:51 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Hello Werner Zeh, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/28268
to look at the new patch set (#2).
Change subject: siemens/mc_apl1: Extend circuit life by clock gating and power gating
......................................................................
siemens/mc_apl1: Extend circuit life by clock gating and power gating
The firmware of devices connected to LPC should deassert the LPC CLKRUN#
signal when there is no bus activity on LPC.
Necessary changes:
- Enable LPC CLKRUN#
- Enable LPC PCE (Power Control Enable)
- Enable LPC CCE (Clock Control Enable)
- Remove I/O decoding range on LPC for COM 3
- Disable I/O UART driver
Change-Id: I2fd80e3fdcf23658f97b8182a77df7e09ddf25d6
Signed-off-by: Mario Scheithauer <mario.scheithauer(a)siemens.com>
---
M src/mainboard/siemens/mc_apl1/variants/baseboard/gpio.c
M src/mainboard/siemens/mc_apl1/variants/mc_apl1/Kconfig
M src/mainboard/siemens/mc_apl1/variants/mc_apl1/mainboard.c
M src/soc/intel/apollolake/include/soc/pcr_ids.h
4 files changed, 18 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/68/28268/2
--
To view, visit https://review.coreboot.org/28268
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: I2fd80e3fdcf23658f97b8182a77df7e09ddf25d6
Gerrit-Change-Number: 28268
Gerrit-PatchSet: 2
Gerrit-Owner: Mario Scheithauer <mario.scheithauer(a)siemens.com>
Gerrit-Reviewer: Mario Scheithauer <mario.scheithauer(a)siemens.com>
Gerrit-Reviewer: Werner Zeh <werner.zeh(a)siemens.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Mario Scheithauer has uploaded this change for review. ( https://review.coreboot.org/28269
Change subject: siemens/mc_apl1: Move board specific things to mc_apl1 variant
......................................................................
siemens/mc_apl1: Move board specific things to mc_apl1 variant
A FPGA is not necessarily available in further mc_apl1 variants. So we
move the loading of the driver and the notify function to the mc_apl1
variant.
Change-Id: I9f8438407f231df08e1ad04655bb6f747257e268
Signed-off-by: Mario Scheithauer <mario.scheithauer(a)siemens.com>
---
M src/mainboard/siemens/mc_apl1/Kconfig
M src/mainboard/siemens/mc_apl1/variants/mc_apl1/Kconfig
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/69/28269/1
diff --git a/src/mainboard/siemens/mc_apl1/Kconfig b/src/mainboard/siemens/mc_apl1/Kconfig
index 44b81dc..d0a7610 100644
--- a/src/mainboard/siemens/mc_apl1/Kconfig
+++ b/src/mainboard/siemens/mc_apl1/Kconfig
@@ -5,9 +5,7 @@
select BOARD_ROMSIZE_KB_16384
select HAVE_ACPI_TABLES
select USE_SIEMENS_HWILIB
- select DRIVER_SIEMENS_NC_FPGA
select APL_SKIP_SET_POWER_LIMITS
- select NC_FPGA_NOTIFY_CB_READY
source "src/mainboard/siemens/mc_apl1/variants/*/Kconfig"
diff --git a/src/mainboard/siemens/mc_apl1/variants/mc_apl1/Kconfig b/src/mainboard/siemens/mc_apl1/variants/mc_apl1/Kconfig
index ae72d9e..ac10904 100644
--- a/src/mainboard/siemens/mc_apl1/variants/mc_apl1/Kconfig
+++ b/src/mainboard/siemens/mc_apl1/variants/mc_apl1/Kconfig
@@ -6,6 +6,8 @@
select DRIVER_INTEL_I210
select DRIVERS_I2C_RX6110SA
select DRIVERS_UART_8250IO
+ select DRIVER_SIEMENS_NC_FPGA
+ select NC_FPGA_NOTIFY_CB_READY
config DEVICETREE
string
--
To view, visit https://review.coreboot.org/28269
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9f8438407f231df08e1ad04655bb6f747257e268
Gerrit-Change-Number: 28269
Gerrit-PatchSet: 1
Gerrit-Owner: Mario Scheithauer <mario.scheithauer(a)siemens.com>
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/28265
to look at the new patch set (#3).
Change subject: drivers/net/atl1e: Add driver
......................................................................
drivers/net/atl1e: Add driver
Change-Id: I5c32df00e25453c350a45e7f1ee6834b89c4289f
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M src/drivers/net/Kconfig
M src/drivers/net/Makefile.inc
A src/drivers/net/atl1e.c
M src/mainboard/asus/p5qc/Kconfig
4 files changed, 196 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/65/28265/3
--
To view, visit https://review.coreboot.org/28265
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: I5c32df00e25453c350a45e7f1ee6834b89c4289f
Gerrit-Change-Number: 28265
Gerrit-PatchSet: 3
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>