Mike Banon has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/33917
Change subject: src/mainboard/asus/am1i-a/buildOpts.c: add includes for adjusting RAM timings
......................................................................
src/mainboard/asus/am1i-a/buildOpts.c: add includes for adjusting RAM timings
These tables may be used to adjust memory timing settings.
Signed-off-by: Mike Banon <mikebdp2(a)gmail.com>
Change-Id: I782f76119c5ce9a3cc4bc07596d27dd42b615b6d
---
M src/mainboard/asus/am1i-a/buildOpts.c
1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/17/33917/1
diff --git a/src/mainboard/asus/am1i-a/buildOpts.c b/src/mainboard/asus/am1i-a/buildOpts.c
index dfd27cd..643b306 100644
--- a/src/mainboard/asus/am1i-a/buildOpts.c
+++ b/src/mainboard/asus/am1i-a/buildOpts.c
@@ -42,6 +42,9 @@
#include <vendorcode/amd/agesa/f16kb/Proc/Common/CreateStruct.h>
#include <vendorcode/amd/agesa/f16kb/Proc/CPU/cpuEarlyInit.h>
#include <vendorcode/amd/agesa/f16kb/Proc/CPU/cpuLateInit.h>
+/* These tables are optional and may be used to adjust memory timing settings */
+#include <vendorcode/amd/agesa/f16kb/Proc/Mem/mm.h>
+#include <vendorcode/amd/agesa/f16kb/Proc/Mem/mn.h>
/* Select the CPU family. */
#define INSTALL_FAMILY_16_MODEL_0x_SUPPORT TRUE
--
To view, visit https://review.coreboot.org/c/coreboot/+/33917
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I782f76119c5ce9a3cc4bc07596d27dd42b615b6d
Gerrit-Change-Number: 33917
Gerrit-PatchSet: 1
Gerrit-Owner: Mike Banon <mikebdp2(a)gmail.com>
Gerrit-MessageType: newchange
HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/38350 )
Change subject: soc/intel/broadwell: Comment conflicting use of _ADR and _HID
......................................................................
soc/intel/broadwell: Comment conflicting use of _ADR and _HID
Change-Id: I3e892c451ee9d4e576b568f7efaad2e390524fe0
Signed-off-by: Elyes HAOUAS <ehaouas(a)noos.fr>
---
M src/soc/intel/broadwell/acpi/serialio.asl
1 file changed, 8 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/50/38350/1
diff --git a/src/soc/intel/broadwell/acpi/serialio.asl b/src/soc/intel/broadwell/acpi/serialio.asl
index 1b44e95..d6a763b 100644
--- a/src/soc/intel/broadwell/acpi/serialio.asl
+++ b/src/soc/intel/broadwell/acpi/serialio.asl
@@ -157,6 +157,7 @@
Device (SDMA)
{
// Serial IO DMA Controller
+ // FIXME: Device object requires either a _HID or _ADR, but not both
Name (_HID, "INTL9C60")
Name (_UID, 1)
Name (_ADR, 0x00150000)
@@ -194,6 +195,7 @@
Device (I2C0)
{
// Serial IO I2C0 Controller
+ // FIXME: Device object requires either a _HID or _ADR, but not both
Method (_HID)
{
If (\ISWP ()) {
@@ -265,6 +267,7 @@
Device (I2C1)
{
// Serial IO I2C1 Controller
+ // FIXME: Device object requires either a _HID or _ADR, but not both
Method (_HID)
{
If (\ISWP ()) {
@@ -336,6 +339,7 @@
Device (SPI0)
{
// Serial IO SPI0 Controller
+ // FIXME: Device object requires either a _HID or _ADR, but not both
Method (_HID)
{
If (\ISWP ()) {
@@ -392,6 +396,7 @@
Device (SPI1)
{
// Serial IO SPI1 Controller
+ // FIXME: Device object requires either a _HID or _ADR, but not both
Method (_HID)
{
If (\ISWP ()) {
@@ -460,6 +465,7 @@
Device (UAR0)
{
// Serial IO UART0 Controller
+ // FIXME: Device object requires either a _HID or _ADR, but not both
Method (_HID)
{
If (\ISWP ()) {
@@ -528,6 +534,7 @@
Device (UAR1)
{
// Serial IO UART1 Controller
+ // FIXME: Device object requires either a _HID or _ADR, but not both
Method (_HID)
{
If (\ISWP ()) {
@@ -584,6 +591,7 @@
Device (SDIO)
{
// Serial IO SDIO Controller
+ // FIXME: Device object requires either a _HID or _ADR, but not both
Method (_HID)
{
If (\ISWP ()) {
--
To view, visit https://review.coreboot.org/c/coreboot/+/38350
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I3e892c451ee9d4e576b568f7efaad2e390524fe0
Gerrit-Change-Number: 38350
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas(a)noos.fr>
Gerrit-MessageType: newchange
Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37149 )
Change subject: Documentation/vboot: Drop deprecated options from example
......................................................................
Documentation/vboot: Drop deprecated options from example
4K keys are now default.
Change-Id: I16599d0e8b874f9e8a56100fea06d6e4f94a5c00
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M Documentation/security/vboot/index.md
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/49/37149/1
diff --git a/Documentation/security/vboot/index.md b/Documentation/security/vboot/index.md
index 400c2b5..12b49de 100644
--- a/Documentation/security/vboot/index.md
+++ b/Documentation/security/vboot/index.md
@@ -229,7 +229,7 @@
# The keys were made using the following command
#
# 3rdparty/vboot/scripts/keygeneration/create_new_keys.sh \
-# --4k --4k-root --output $PWD/keys
+# --output $PWD/keys
#
#
# The "magic" numbers below are derived from the GBB section in
--
To view, visit https://review.coreboot.org/c/coreboot/+/37149
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I16599d0e8b874f9e8a56100fea06d6e4f94a5c00
Gerrit-Change-Number: 37149
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-MessageType: newchange