Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/54377 )
Change subject: mb/asus/h61-series: Relicense devicetrees as GPL-2.0-or-later
......................................................................
mb/asus/h61-series: Relicense devicetrees as GPL-2.0-or-later
I added these devicetrees in commit 65ddbb720b1 (mb/asus/p8h61-m_pro:
Add new mainboard) and commit fe7c2b996bbb (mb/asus/p8h61-m_lx3_r2_0:
Add new mainboard). To ease licensing matters when transforming these
boards to use overridetrees, relicense the devicetrees so that all of
them use the GPL-2.0-or-later license.
Change-Id: Id26d0d9dd6cbb81d6a6a263feab7f36ddb4ff6e6
Signed-off-by: Angel Pons <th3fanbus(a)gmail.com>
---
M src/mainboard/asus/h61-series/variants/p8h61-m_lx3_r2_0/devicetree.cb
M src/mainboard/asus/h61-series/variants/p8h61-m_pro/devicetree.cb
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/77/54377/1
diff --git a/src/mainboard/asus/h61-series/variants/p8h61-m_lx3_r2_0/devicetree.cb b/src/mainboard/asus/h61-series/variants/p8h61-m_lx3_r2_0/devicetree.cb
index 317f9cc..9ad8661 100644
--- a/src/mainboard/asus/h61-series/variants/p8h61-m_lx3_r2_0/devicetree.cb
+++ b/src/mainboard/asus/h61-series/variants/p8h61-m_lx3_r2_0/devicetree.cb
@@ -1,4 +1,4 @@
-## SPDX-License-Identifier: GPL-2.0-only
+## SPDX-License-Identifier: GPL-2.0-or-later
chip northbridge/intel/sandybridge
device cpu_cluster 0 on
diff --git a/src/mainboard/asus/h61-series/variants/p8h61-m_pro/devicetree.cb b/src/mainboard/asus/h61-series/variants/p8h61-m_pro/devicetree.cb
index a0221fe..e1edde7 100644
--- a/src/mainboard/asus/h61-series/variants/p8h61-m_pro/devicetree.cb
+++ b/src/mainboard/asus/h61-series/variants/p8h61-m_pro/devicetree.cb
@@ -1,4 +1,4 @@
-## SPDX-License-Identifier: GPL-2.0-only
+## SPDX-License-Identifier: GPL-2.0-or-later
chip northbridge/intel/sandybridge
device cpu_cluster 0 on
--
To view, visit https://review.coreboot.org/c/coreboot/+/54377
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id26d0d9dd6cbb81d6a6a263feab7f36ddb4ff6e6
Gerrit-Change-Number: 54377
Gerrit-PatchSet: 1
Gerrit-Owner: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-MessageType: newchange
Attention is currently required from: Tristan Corrick.
Hello Tristan Corrick,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/54375
to look at the new patch set (#2).
Change subject: mb/asus/p8h61-m_lx: Transform into variant setup
......................................................................
mb/asus/p8h61-m_lx: Transform into variant setup
Handle some differences in the DSDT code using preprocessor.
Tested with BUILD_TIMELESS=1, coreboot.rom for the Asus P8H61-M LX
remains identical when not adding the .config file in it.
Change-Id: I2a02f32dfd9fa9c1adce3baf0d279ea19db5883f
Signed-off-by: Angel Pons <th3fanbus(a)gmail.com>
---
M MAINTAINERS
M src/mainboard/asus/h61-series/Kconfig
M src/mainboard/asus/h61-series/Kconfig.name
M src/mainboard/asus/h61-series/acpi/superio.asl
M src/mainboard/asus/h61-series/dsdt.asl
R src/mainboard/asus/h61-series/variants/p8h61-m_lx/board_info.txt
R src/mainboard/asus/h61-series/variants/p8h61-m_lx/cmos.default
R src/mainboard/asus/h61-series/variants/p8h61-m_lx/cmos.layout
R src/mainboard/asus/h61-series/variants/p8h61-m_lx/data.vbt
R src/mainboard/asus/h61-series/variants/p8h61-m_lx/devicetree.cb
R src/mainboard/asus/h61-series/variants/p8h61-m_lx/early_init.c
R src/mainboard/asus/h61-series/variants/p8h61-m_lx/gma-mainboard.ads
R src/mainboard/asus/h61-series/variants/p8h61-m_lx/gpio.c
R src/mainboard/asus/h61-series/variants/p8h61-m_lx/hda_verb.c
D src/mainboard/asus/p8h61-m_lx/Kconfig
D src/mainboard/asus/p8h61-m_lx/Kconfig.name
D src/mainboard/asus/p8h61-m_lx/Makefile.inc
D src/mainboard/asus/p8h61-m_lx/acpi/ec.asl
D src/mainboard/asus/p8h61-m_lx/acpi/platform.asl
D src/mainboard/asus/p8h61-m_lx/acpi/superio.asl
D src/mainboard/asus/p8h61-m_lx/dsdt.asl
D src/mainboard/asus/p8h61-m_lx/mainboard.c
22 files changed, 47 insertions(+), 119 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/75/54375/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/54375
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I2a02f32dfd9fa9c1adce3baf0d279ea19db5883f
Gerrit-Change-Number: 54375
Gerrit-PatchSet: 2
Gerrit-Owner: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Tristan Corrick <tristan(a)corrick.kiwi>
Gerrit-Attention: Tristan Corrick <tristan(a)corrick.kiwi>
Gerrit-MessageType: newpatchset
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/54373
to look at the new patch set (#2).
Change subject: mb/asus/p8h61-m_pro: Transform into variant setup
......................................................................
mb/asus/p8h61-m_pro: Transform into variant setup
Tested with BUILD_TIMELESS=1, coreboot.rom for the Asus P8H61-M PRO
remains identical when not adding the .config file in it.
Change-Id: Iaa53a8a1b75f4c7359e32c6cd8c8a488c5763bbe
Signed-off-by: Angel Pons <th3fanbus(a)gmail.com>
---
M MAINTAINERS
M src/mainboard/asus/h61-series/Kconfig
M src/mainboard/asus/h61-series/Kconfig.name
R src/mainboard/asus/h61-series/variants/p8h61-m_pro/board_info.txt
R src/mainboard/asus/h61-series/variants/p8h61-m_pro/cmos.default
R src/mainboard/asus/h61-series/variants/p8h61-m_pro/cmos.layout
R src/mainboard/asus/h61-series/variants/p8h61-m_pro/data.vbt
R src/mainboard/asus/h61-series/variants/p8h61-m_pro/devicetree.cb
R src/mainboard/asus/h61-series/variants/p8h61-m_pro/early_init.c
R src/mainboard/asus/h61-series/variants/p8h61-m_pro/gma-mainboard.ads
R src/mainboard/asus/h61-series/variants/p8h61-m_pro/gpio.c
R src/mainboard/asus/h61-series/variants/p8h61-m_pro/hda_verb.c
D src/mainboard/asus/p8h61-m_pro/Kconfig
D src/mainboard/asus/p8h61-m_pro/Kconfig.name
D src/mainboard/asus/p8h61-m_pro/Makefile.inc
D src/mainboard/asus/p8h61-m_pro/acpi/ec.asl
D src/mainboard/asus/p8h61-m_pro/acpi/platform.asl
D src/mainboard/asus/p8h61-m_pro/acpi/superio.asl
D src/mainboard/asus/p8h61-m_pro/dsdt.asl
19 files changed, 20 insertions(+), 91 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/73/54373/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/54373
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iaa53a8a1b75f4c7359e32c6cd8c8a488c5763bbe
Gerrit-Change-Number: 54373
Gerrit-PatchSet: 2
Gerrit-Owner: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: newpatchset
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/54372
to look at the new patch set (#2).
Change subject: mb/asus/p8h61-m_lx3_r2_0: Transform into variant setup
......................................................................
mb/asus/p8h61-m_lx3_r2_0: Transform into variant setup
Get ready to squash all Asus H61 boards together, so as to factor out
lots of redundant code.
Tested with BUILD_TIMELESS=1, coreboot.rom for the Asus P8H61-M LX3 R2.0
remains identical when not adding the .config file in it.
Change-Id: I738197bf4d5ea8b879ae26ecbcb0cf3714316662
Signed-off-by: Angel Pons <th3fanbus(a)gmail.com>
---
M MAINTAINERS
A src/mainboard/asus/h61-series/Kconfig
A src/mainboard/asus/h61-series/Kconfig.name
A src/mainboard/asus/h61-series/Makefile.inc
R src/mainboard/asus/h61-series/acpi/ec.asl
R src/mainboard/asus/h61-series/acpi/platform.asl
R src/mainboard/asus/h61-series/acpi/superio.asl
A src/mainboard/asus/h61-series/board_info.txt
R src/mainboard/asus/h61-series/dsdt.asl
C src/mainboard/asus/h61-series/hda_verb.c
R src/mainboard/asus/h61-series/variants/p8h61-m_lx3_r2_0/board_info.txt
R src/mainboard/asus/h61-series/variants/p8h61-m_lx3_r2_0/data.vbt
R src/mainboard/asus/h61-series/variants/p8h61-m_lx3_r2_0/devicetree.cb
R src/mainboard/asus/h61-series/variants/p8h61-m_lx3_r2_0/early_init.c
R src/mainboard/asus/h61-series/variants/p8h61-m_lx3_r2_0/gma-mainboard.ads
R src/mainboard/asus/h61-series/variants/p8h61-m_lx3_r2_0/gpio.c
R src/mainboard/asus/h61-series/variants/p8h61-m_lx3_r2_0/hda_verb.c
D src/mainboard/asus/p8h61-m_lx3_r2_0/Kconfig
D src/mainboard/asus/p8h61-m_lx3_r2_0/Kconfig.name
D src/mainboard/asus/p8h61-m_lx3_r2_0/Makefile.inc
20 files changed, 58 insertions(+), 43 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/72/54372/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/54372
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I738197bf4d5ea8b879ae26ecbcb0cf3714316662
Gerrit-Change-Number: 54372
Gerrit-PatchSet: 2
Gerrit-Owner: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: newpatchset