Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/18985
to look at the new patch set (#2).
Change subject: [WIP] mainboards/hp: Add HP Elitebook 8470p
......................................................................
[WIP] mainboards/hp: Add HP Elitebook 8470p
The code is based on the code generated by autoport.
The EHCI debug port is between the DP port and eSATA port.
It also has a serial port on dock, but I haven't used it for debug yet.
Tested and work:
- memory: 0+4G, 4G+0, 4G+4G
- Linux (Arch Linux with kernel 4.10.6) boot from SeaBIOS payload
with native graphics init
- WLAN
- keyboard, trackpoint and touchpad
- USB
Not working:
- fan control
- AC and battery status
(EC) blobs:
This laptop uses SMSC KBC1126 EC, and there are two blobs needed by it.
You can use the tools in util/kbc1126/ to extract them and insert them
to the coreboot image using the following configuration:
-> Chipset
-> Add firmware images for KBC1126 firmware
Change-Id: Icbc051e2272b8ea73627940db15a56901d737472
Signed-off-by: Iru Cai <mytbk920423(a)gmail.com>
---
A src/mainboard/hp/8470p/Kconfig
A src/mainboard/hp/8470p/Kconfig.name
A src/mainboard/hp/8470p/Makefile.inc
A src/mainboard/hp/8470p/acpi/ec.asl
A src/mainboard/hp/8470p/acpi/platform.asl
A src/mainboard/hp/8470p/acpi/superio.asl
A src/mainboard/hp/8470p/acpi_tables.c
A src/mainboard/hp/8470p/board_info.txt
A src/mainboard/hp/8470p/devicetree.cb
A src/mainboard/hp/8470p/dsdt.asl
A src/mainboard/hp/8470p/gpio.c
A src/mainboard/hp/8470p/hda_verb.c
A src/mainboard/hp/8470p/mainboard.c
A src/mainboard/hp/8470p/romstage.c
14 files changed, 938 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/85/18985/2
--
To view, visit https://review.coreboot.org/18985
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Icbc051e2272b8ea73627940db15a56901d737472
Gerrit-PatchSet: 2
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Iru Cai <mytbk920423(a)gmail.com>
Gerrit-Reviewer: Iru Cai <mytbk920423(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins)
Martin Roth has posted comments on this change. ( https://review.coreboot.org/19024 )
Change subject: AGESA: Move EmptyHeap() call
......................................................................
Patch Set 2: Code-Review+2
The argument makes sense. I'm assuming this has been tested.
--
To view, visit https://review.coreboot.org/19024
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I3a5d497d0e25ec291f722e9f089bc8928238c3f9
Gerrit-PatchSet: 2
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins)
Gerrit-HasComments: No
Martin Roth has posted comments on this change. ( https://review.coreboot.org/19033 )
Change subject: util/abuild: Save checksums of build files
......................................................................
Patch Set 4:
Yay, the experimental grammar checker just helped me find a doubled space and a misspelling:
2.) Line 3, column 7, Rule ID: WHITESPACE_RULE
Message: Possible typo: you repeated a whitespace
Suggestion:
...me for the checksums to be saved into. - Save checkums of each
platform into the specified ...
^^
3.) Line 3, column 9, Rule ID: MORFOLOGIK_RULE_EN_US
Message: Possible spelling mistake found
Suggestion: checkups
... for the checksums to be saved into. - Save checkums of each
platform into the specified file app...
--
To view, visit https://review.coreboot.org/19033
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: Id24dc4b10afbd35cdb8750f75b934419e6e80290
Gerrit-PatchSet: 4
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins)
Gerrit-HasComments: No
Hello Paul Menzel, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/19033
to look at the new patch set (#4).
Change subject: util/abuild: Save checksums of build files
......................................................................
util/abuild: Save checksums of build files
- Add --checksum command line parameter to specify a base path and
filename for the checksums to be saved into.
- Save checksums of each platform into the specified file appended
with "_platform"
- Save a sha256 checksum of the sorted config.h into the base file
appended with "_config"
Change-Id: Id24dc4b10afbd35cdb8750f75b934419e6e80290
Signed-off-by: Martin Roth <gaumless(a)gmail.com>
---
M util/abuild/abuild
1 file changed, 11 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/33/19033/4
--
To view, visit https://review.coreboot.org/19033
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Id24dc4b10afbd35cdb8750f75b934419e6e80290
Gerrit-PatchSet: 4
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins)
Martin Roth has posted comments on this change. ( https://review.coreboot.org/19054 )
Change subject: Documentation: Describe libgfxinit hook-up
......................................................................
Patch Set 2:
(3 comments)
Maybe say something about building the Ada compiler? Should we enable it by default in the makefile target for crossgcc-i386?
https://review.coreboot.org/#/c/19054/2/Documentation/gfx/libgfxinit.md
File Documentation/gfx/libgfxinit.md:
PS2, Line 13: Core i
This looks awkward - maybe "Intel Core i3/i5/i7 processor line"
PS2, Line 57:
This indentation causes a code block with just the rest of this line in it.
https://daringfireball.net/projects/markdown/syntax#precode
PS2, Line 59: failed `0`. Currently, only the case that no display
: could be found counts as failure. A failure at a la-
: ter stage (e.g. failure to train a DP) is not propa-
: gated.
same - indentation causes a code block containing the rest of this text.
--
To view, visit https://review.coreboot.org/19054
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: Ieeb53a1694193cd19b5e9aa5bee25e36a60e56bd
Gerrit-PatchSet: 2
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Philipp Deppenwiese <zaolin.daisuki(a)gmail.com>
Gerrit-Reviewer: Youness Alaoui <snifikino(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins)
Gerrit-HasComments: Yes