Philippe Mathieu-Daudé has posted comments on this change. ( https://review.coreboot.org/19034 )
Change subject: abuild: add timeless build command line parameter
......................................................................
Patch Set 1: Code-Review+1
--
To view, visit https://review.coreboot.org/19034
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I96b4c027ccf3e5563dbf4598a0d1fb5e83a5985a
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Philippe Mathieu-Daudé <philippe.mathieu.daude(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins)
Gerrit-HasComments: No
Hello Philipp Deppenwiese, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/18011
to look at the new patch set (#3).
Change subject: mainboard/lenovo/t430: Add Thinkpad T430 support
......................................................................
mainboard/lenovo/t430: Add Thinkpad T430 support
TODO:
* Implement USB port mapping
* Check devicetree
* Test all hardware
Fixed and tested since intial commit:
* Native gfx init broken due to wrong devicetree
* No EC events due to wrong devicetree
* No internal flashing possible due to missing SPI registers
* Fan always running at maxiumum due to wrong devicetree
Change-Id: I5403cfb80a57753e873c570d95ca535cf5f45630
Signed-off-by: Philipp Deppenwiese <zaolin(a)das-labor.org>
Signed-off-by: Patrick Rudolph <siro(a)das-labor.org>
---
A src/mainboard/lenovo/t430/Kconfig
A src/mainboard/lenovo/t430/Kconfig.name
A src/mainboard/lenovo/t430/Makefile.inc
A src/mainboard/lenovo/t430/acpi/ec.asl
A src/mainboard/lenovo/t430/acpi/platform.asl
A src/mainboard/lenovo/t430/acpi/superio.asl
A src/mainboard/lenovo/t430/acpi_tables.c
A src/mainboard/lenovo/t430/board_info.txt
A src/mainboard/lenovo/t430/cmos.default
A src/mainboard/lenovo/t430/cmos.layout
A src/mainboard/lenovo/t430/devicetree.cb
A src/mainboard/lenovo/t430/dock.c
A src/mainboard/lenovo/t430/dsdt.asl
A src/mainboard/lenovo/t430/gpio.c
A src/mainboard/lenovo/t430/hda_verb.c
A src/mainboard/lenovo/t430/mainboard.c
A src/mainboard/lenovo/t430/romstage.c
A src/mainboard/lenovo/t430/smihandler.c
A src/mainboard/lenovo/t430/thermal.h
19 files changed, 1,049 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/18011/3
--
To view, visit https://review.coreboot.org/18011
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I5403cfb80a57753e873c570d95ca535cf5f45630
Gerrit-PatchSet: 3
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Philipp Deppenwiese <zaolin.daisuki(a)gmail.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Philipp Deppenwiese <zaolin.daisuki(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins)
Sumeet R Pawnikar has posted comments on this change. ( https://review.coreboot.org/19067 )
Change subject: cpu/intel/model_106cx: Add tsc_freq_mhz() function
......................................................................
Patch Set 1:
(3 comments)
https://review.coreboot.org/#/c/19067/1/src/cpu/intel/model_106cx/tsc_freq.c
File src/cpu/intel/model_106cx/tsc_freq.c:
PS1, Line 4: 2014
Need to correct this to 2017
PS1, Line 29: 400
>From where this value came ? can we use macro for this ?
PS1, Line 32: 533
same as above comment.
--
To view, visit https://review.coreboot.org/19067
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: Ifb6074f3f097d7e6fc501a376754a05eb9e4faa0
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Philippe Mathieu-Daudé <philippe.mathieu.daude(a)gmail.com>
Gerrit-Reviewer: Sumeet R Pawnikar <sumeet.r.pawnikar(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins)
Gerrit-HasComments: Yes
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/19067 )
Change subject: cpu/intel/model_106cx: Add tsc_freq_mhz() function
......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/19067/1/src/cpu/intel/model_106cx/tsc_freq.c
File src/cpu/intel/model_106cx/tsc_freq.c:
> > you mean model_2065x ?
1067x does not seem to have this function/file. I think cbmem on 1067x uses a sys file which is not available on 106cx
--
To view, visit https://review.coreboot.org/19067
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: Ifb6074f3f097d7e6fc501a376754a05eb9e4faa0
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Philippe Mathieu-Daudé <philippe.mathieu.daude(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins)
Gerrit-HasComments: Yes
Hello Paul Menzel, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/18927
to look at the new patch set (#5).
Change subject: [NOTFORMERGE]sb/intel/i82801gx: Make smbus_block_read available in romstage
......................................................................
[NOTFORMERGE]sb/intel/i82801gx: Make smbus_block_read available in romstage
Using block_read might speed things up compared to reading each byte
one by one.
Change-Id: I6d768a2ba128329168f26445a4fca6921c0c8642
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M src/northbridge/intel/i945/raminit.c
M src/southbridge/intel/i82801gx/early_smbus.c
M src/southbridge/intel/i82801gx/i82801gx.h
M src/southbridge/intel/i82801gx/smbus.c
M src/southbridge/intel/i82801gx/smbus.h
5 files changed, 62 insertions(+), 56 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/18927/5
--
To view, visit https://review.coreboot.org/18927
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I6d768a2ba128329168f26445a4fca6921c0c8642
Gerrit-PatchSet: 5
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins)