Attention is currently required from: Iru Cai.
Hello Nicholas Chin, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/79746?usp=email
to look at the new patch set (#3).
The following approvals got outdated and were removed:
Verified+1 by build bot (Jenkins)
Change subject: mainboard: add Dell Latitude E7240
......................................................................
mainboard: add Dell Latitude E7240
Based on autoport output.
It boots to Arch Linux (Linux 6.6.3) from USB and mSATA
with SeaBIOS.
Change-Id: I6933bdbcc8d0bbb85d62657624740266284ac71c
Signed-off-by: Iru Cai <mytbk920423(a)gmail.com>
---
A Documentation/mainboard/dell/e7240.md
A Documentation/mainboard/dell/e7240.webp
M Documentation/mainboard/index.md
A src/mainboard/dell/e7240/Kconfig
A src/mainboard/dell/e7240/Kconfig.name
A src/mainboard/dell/e7240/Makefile.inc
A src/mainboard/dell/e7240/acpi/ec.asl
A src/mainboard/dell/e7240/acpi/platform.asl
A src/mainboard/dell/e7240/acpi/superio.asl
A src/mainboard/dell/e7240/board_info.txt
A src/mainboard/dell/e7240/bootblock.c
A src/mainboard/dell/e7240/devicetree.cb
A src/mainboard/dell/e7240/dsdt.asl
A src/mainboard/dell/e7240/gma-mainboard.ads
A src/mainboard/dell/e7240/gpio.c
A src/mainboard/dell/e7240/hda_verb.c
A src/mainboard/dell/e7240/romstage.c
17 files changed, 466 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/46/79746/3
--
To view, visit https://review.coreboot.org/c/coreboot/+/79746?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I6933bdbcc8d0bbb85d62657624740266284ac71c
Gerrit-Change-Number: 79746
Gerrit-PatchSet: 3
Gerrit-Owner: Iru Cai <mytbk920423(a)gmail.com>
Gerrit-Reviewer: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Attention: Iru Cai <mytbk920423(a)gmail.com>
Gerrit-MessageType: newpatchset
Michael BĆ¼chler has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/79837?usp=email )
Change subject: board_status/getrevision.sh: Ignore non-annotated tags
......................................................................
board_status/getrevision.sh: Ignore non-annotated tags
Local tags (e.g. to keep track of builds) should not be used to describe
a board status report. This has happened in some cases, e.g. [1].
According to the Git 2.41.0 manual for git-describe, the '--tagged'
parameter is a way to also use any "lightweight (non-annotated) tag" in
addition to annotated tags, which are always used even without this
parameter. All coreboot release tags seem to be annotated, so this
option should be safe to drop.
[1] https://review.coreboot.org/plugins/gitiles/board-status/+/b8c47429bad5afc5ā¦
Signed-off-by: Michael BĆ¼chler <michael.buechler(a)posteo.net>
Change-Id: I54b302415e569a3385559cc85323ce34462042ad
---
M util/board_status/getrevision.sh
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/37/79837/1
diff --git a/util/board_status/getrevision.sh b/util/board_status/getrevision.sh
index ced20fc..a982f8d 100755
--- a/util/board_status/getrevision.sh
+++ b/util/board_status/getrevision.sh
@@ -112,7 +112,7 @@
local r
if git_is_file_tracked "$1" ; then
- r=$(git describe --tags --dirty)
+ r=$(git describe --dirty)
else
return ${EXIT_FAILURE}
fi
--
To view, visit https://review.coreboot.org/c/coreboot/+/79837?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I54b302415e569a3385559cc85323ce34462042ad
Gerrit-Change-Number: 79837
Gerrit-PatchSet: 1
Gerrit-Owner: Michael BĆ¼chler <michael.buechler(a)posteo.net>
Gerrit-MessageType: newchange
Attention is currently required from: Arthur Heymans, Elyes Haouas.
Felix Singer has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/77971?usp=email )
Change subject: nb/intel/gm45/raminit: Use read32p()
......................................................................
Patch Set 4: Code-Review+2
--
To view, visit https://review.coreboot.org/c/coreboot/+/77971?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ib1e7144eebf8148c4eb5cc0e7bc03ae3d7281092
Gerrit-Change-Number: 77971
Gerrit-PatchSet: 4
Gerrit-Owner: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Attention: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Comment-Date: Sun, 07 Jan 2024 05:10:58 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: Arthur Heymans, Elyes Haouas.
Felix Singer has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/71892?usp=email )
Change subject: Makefile.inc: Enable Wold-style-declaration command option
......................................................................
Patch Set 9:
(1 comment)
Patchset:
PS9:
Sent patch here https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_refereā¦
--
To view, visit https://review.coreboot.org/c/coreboot/+/71892?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ida3fa59edb07e4105ef3cfb6a20cb29680699586
Gerrit-Change-Number: 71892
Gerrit-PatchSet: 9
Gerrit-Owner: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Reviewer: Julius Werner <jwerner(a)chromium.org>
Gerrit-Reviewer: Martin L Roth <gaumless(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-CC: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Attention: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Attention: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Comment-Date: Sun, 07 Jan 2024 05:05:08 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Alexander Couzens, Elyes Haouas, Felix Singer, Nicholas Chin, Stefan Ott.
Felix Singer has uploaded a new patch set (#5) to the change originally created by Elyes Haouas. ( https://review.coreboot.org/c/coreboot/+/77738?usp=email )
The following approvals got outdated and were removed:
Verified+1 by build bot (Jenkins)
Change subject: sb/intel/i82801{i;j}x/chip.h: Use boolean where appropriate
......................................................................
sb/intel/i82801{i;j}x/chip.h: Use boolean where appropriate
Use boolean instead of bit fields.
Change-Id: I867451ae3d6d37033c9e0e57a4d7fd4a06dedbef
Signed-off-by: Elyes Haouas <ehaouas(a)noos.fr>
Signed-off-by: Felix Singer <felixsinger(a)posteo.net>
---
M src/mainboard/acer/g43t-am3/devicetree.cb
M src/mainboard/dell/e6400/devicetree.cb
M src/mainboard/intel/dg43gt/devicetree.cb
M src/mainboard/lenovo/t400/devicetree.cb
M src/mainboard/lenovo/t400/variants/r500/overridetree.cb
M src/mainboard/lenovo/x200/devicetree.cb
M src/mainboard/lenovo/x200/variants/x200/overridetree.cb
M src/mainboard/lenovo/x200/variants/x301/overridetree.cb
M src/mainboard/roda/rk9/devicetree.cb
M src/southbridge/intel/i82801ix/chip.h
M src/southbridge/intel/i82801ix/lpc.c
M src/southbridge/intel/i82801jx/chip.h
M src/southbridge/intel/i82801jx/lpc.c
13 files changed, 38 insertions(+), 36 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/38/77738/5
--
To view, visit https://review.coreboot.org/c/coreboot/+/77738?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I867451ae3d6d37033c9e0e57a4d7fd4a06dedbef
Gerrit-Change-Number: 77738
Gerrit-PatchSet: 5
Gerrit-Owner: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Reviewer: Alexander Couzens <lynxis(a)fe80.eu>
Gerrit-Reviewer: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Reviewer: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-Reviewer: Stefan Ott <coreboot(a)desire.ch>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Gerrit-Attention: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Attention: Stefan Ott <coreboot(a)desire.ch>
Gerrit-Attention: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-Attention: Alexander Couzens <lynxis(a)fe80.eu>
Gerrit-Attention: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-MessageType: newpatchset
Attention is currently required from: Elyes Haouas.
Felix Singer has uploaded a new patch set (#4) to the change originally created by Elyes Haouas. ( https://review.coreboot.org/c/coreboot/+/77971?usp=email )
Change subject: nb/intel/gm45/raminit: Use read32p()
......................................................................
nb/intel/gm45/raminit: Use read32p()
Built roda/rk9 with BUILD_TIMELESS=1 and the resulting coreboot.rom
remains identical.
Change-Id: Ib1e7144eebf8148c4eb5cc0e7bc03ae3d7281092
Signed-off-by: Elyes Haouas <ehaouas(a)noos.fr>
Signed-off-by: Felix Singer <felixsinger(a)posteo.net>
---
M src/northbridge/intel/gm45/raminit.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/71/77971/4
--
To view, visit https://review.coreboot.org/c/coreboot/+/77971?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ib1e7144eebf8148c4eb5cc0e7bc03ae3d7281092
Gerrit-Change-Number: 77971
Gerrit-PatchSet: 4
Gerrit-Owner: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Reviewer: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-MessageType: newpatchset