build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/22347 )
Change subject: nb/intel/x4x: Add a convenient macro to loop over bytelanes
......................................................................
Patch Set 4:
Build Successful
https://qa.coreboot.org/job/coreboot-checkpatch/19744/ : SUCCESS
https://qa.coreboot.org/job/coreboot-gerrit/64986/ : SUCCESS
--
To view, visit https://review.coreboot.org/22347
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: Ib9a30ffabaf5c845e962e3e79cf4a20faa1d9857
Gerrit-Change-Number: 22347
Gerrit-PatchSet: 4
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Sun, 24 Dec 2017 12:01:51 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/22919 )
Change subject: mb/lenovo/x200/dock.asl: Issue DOCK ACPI events based on Dock ID
......................................................................
Patch Set 3: Verified+1
Build Successful
https://qa.coreboot.org/job/coreboot-checkpatch/19740/ : SUCCESS
https://qa.coreboot.org/job/coreboot-gerrit/64982/ : SUCCESS
--
To view, visit https://review.coreboot.org/22919
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: I1eef971d49508bcd94d5d1cf2b70395b7cd80b1c
Gerrit-Change-Number: 22919
Gerrit-PatchSet: 3
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Sun, 24 Dec 2017 11:13:59 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: Yes
Arthur Heymans has uploaded a new patch set (#2). ( https://review.coreboot.org/22982 )
Change subject: [UNTESTED]nb/intel/sandybridge: Use common mrc cache functions
......................................................................
[UNTESTED]nb/intel/sandybridge: Use common mrc cache functions
This uses the functions in include/mrc_cache.h instead of
northbidge/intel/common/mrc_cache.h
Change-Id: I46002c0b19a55d855286eb8b0ca934ef7ca7fe09
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M src/northbridge/intel/sandybridge/Kconfig
M src/northbridge/intel/sandybridge/Makefile.inc
M src/northbridge/intel/sandybridge/raminit.c
3 files changed, 12 insertions(+), 20 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/82/22982/2
--
To view, visit https://review.coreboot.org/22982
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: I46002c0b19a55d855286eb8b0ca934ef7ca7fe09
Gerrit-Change-Number: 22982
Gerrit-PatchSet: 2
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/22981
to look at the new patch set (#3).
Change subject: sb/intel/i82801{g,j}x: Automatically generate ACPI PIRQ tables
......................................................................
sb/intel/i82801{g,j}x: Automatically generate ACPI PIRQ tables
Both southbridges need to be done at once since this southbridge code
is used for different northbridges, which fails to compile when done
separately.
This needs an acpi_name functions in the northbridge code to be defined.
Change-Id: I286d251ddf8fcae27dd07011a1cd62d8f4847683
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
D src/mainboard/apple/macbook21/acpi/i945_pci_irqs.asl
D src/mainboard/asrock/g41c-gs/acpi/x4x_pci_irqs.asl
D src/mainboard/asus/p5gc-mx/acpi/i945_pci_irqs.asl
D src/mainboard/foxconn/g41s-k/acpi/x4x_pci_irqs.asl
D src/mainboard/getac/p470/acpi/i945_pci_irqs.asl
D src/mainboard/gigabyte/ga-945gcm-s2l/acpi/i945_pci_irqs.asl
D src/mainboard/gigabyte/ga-g41m-es2l/acpi/x4x_pci_irqs.asl
D src/mainboard/ibase/mb899/acpi/i945_pci_irqs.asl
D src/mainboard/intel/d510mo/acpi/pineview_pci_irqs.asl
D src/mainboard/intel/d945gclf/acpi/i945_pci_irqs.asl
D src/mainboard/intel/dg43gt/acpi/x4x_pci_irqs.asl
D src/mainboard/kontron/986lcd-m/acpi/i945_pci_irqs.asl
D src/mainboard/lenovo/t60/acpi/i945_pci_irqs.asl
D src/mainboard/lenovo/x60/acpi/i945_pci_irqs.asl
D src/mainboard/lenovo/z61t/acpi/i945_pci_irqs.asl
D src/mainboard/roda/rk886ex/acpi/i945_pci_irqs.asl
M src/northbridge/intel/i945/acpi/hostbridge.asl
M src/northbridge/intel/i945/northbridge.c
M src/northbridge/intel/pineview/acpi/hostbridge.asl
M src/northbridge/intel/pineview/northbridge.c
M src/northbridge/intel/x4x/acpi/hostbridge.asl
M src/northbridge/intel/x4x/northbridge.c
M src/southbridge/intel/i82801gx/Kconfig
M src/southbridge/intel/i82801gx/i82801gx.h
M src/southbridge/intel/i82801gx/lpc.c
M src/southbridge/intel/i82801jx/Kconfig
M src/southbridge/intel/i82801jx/i82801jx.h
M src/southbridge/intel/i82801jx/lpc.c
28 files changed, 86 insertions(+), 1,191 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/81/22981/3
--
To view, visit https://review.coreboot.org/22981
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: I286d251ddf8fcae27dd07011a1cd62d8f4847683
Gerrit-Change-Number: 22981
Gerrit-PatchSet: 3
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>