Subrata Banik has uploaded a new patch set (#7) to the change originally created by Shelley Chen. ( https://review.coreboot.org/c/coreboot/+/29753 )
Change subject: mb/google/dragonegg: Patch for Audio Enabling
......................................................................
mb/google/dragonegg: Patch for Audio Enabling
1. Enable Boot Beep support
2. Enable Audio over Speaker
Change-Id: Ia4843185dd79a35476c4f0fc0666ebaf3773db4c
Signed-off-by: Subrata Banik <subrata.banik(a)intel.com>
---
M src/mainboard/google/dragonegg/variants/baseboard/devicetree.cb
M src/mainboard/google/dragonegg/variants/baseboard/gpio.c
2 files changed, 40 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/53/29753/7
--
To view, visit https://review.coreboot.org/c/coreboot/+/29753
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ia4843185dd79a35476c4f0fc0666ebaf3773db4c
Gerrit-Change-Number: 29753
Gerrit-PatchSet: 7
Gerrit-Owner: Shelley Chen <shchen(a)google.com>
Gerrit-Reviewer: Subrata Banik <subrata.banik(a)intel.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/+/29393
to look at the new patch set (#3).
Change subject: src/soc/intel/braswell/include/soc/irq.h: Set bit 7 of PIRQ register to disable
......................................................................
src/soc/intel/braswell/include/soc/irq.h: Set bit 7 of PIRQ register to disable
PIRQ register is not set to disabled.
Set bit 7 of the PIRQ registers to disable the PIRQ
BUG=N/A
TEST=Intel CherryHill CRB
Change-Id: I18706f12e7c2293e948eb10818393f0d1870f514
Signed-off-by: Frans Hendriks <fhendriks(a)eltan.com>
---
M src/soc/intel/braswell/include/soc/irq.h
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/93/29393/3
--
To view, visit https://review.coreboot.org/c/coreboot/+/29393
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I18706f12e7c2293e948eb10818393f0d1870f514
Gerrit-Change-Number: 29393
Gerrit-PatchSet: 3
Gerrit-Owner: Frans Hendriks <fhendriks(a)eltan.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/+/29371
to look at the new patch set (#2).
Change subject: src/drivers/intel/fsp1_1/raminit.c: Make check FSP HOBs independent of CONFIG_DISPLAY_HOBS
......................................................................
src/drivers/intel/fsp1_1/raminit.c: Make check FSP HOBs independent of CONFIG_DISPLAY_HOBS
Check for FSP HOBS is disabled when CONFIG_DISPLAY_HOBS is disabled.
Use the CONFIG_DISPLAY_HOBS for determination of display HOB info only.
BUG=N/A
TEST=Intel CherryHill CRB
Change-Id: I3776fa37866c7ef3aea090842387660c22bbdd4d
Signed-off-by: Frans Hendriks <fhendriks(a)eltan.com>
---
M src/drivers/intel/fsp1_1/raminit.c
1 file changed, 2 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/71/29371/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/29371
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I3776fa37866c7ef3aea090842387660c22bbdd4d
Gerrit-Change-Number: 29371
Gerrit-PatchSet: 2
Gerrit-Owner: Frans Hendriks <fhendriks(a)eltan.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/+/29765
to look at the new patch set (#2).
Change subject: mb/google/fizz/variants/karma: Disable SD controller and update GPIO
......................................................................
mb/google/fizz/variants/karma: Disable SD controller and update GPIO
The SD cardreader is on USB bus, not on SDIO/SDXC.
BUG=b:119798840
BRANCH=master
TEST=Compiles successfully and boot on DUT.
Change-Id: I8015fe35a4ff79469b5781942f588c3e1b88b751
Signed-off-by: David Wu <David_Wu(a)quanta.corp-partner.google.com>
---
M src/mainboard/google/fizz/variants/karma/gpio.c
M src/mainboard/google/fizz/variants/karma/overridetree.cb
2 files changed, 24 insertions(+), 9 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/65/29765/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/29765
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I8015fe35a4ff79469b5781942f588c3e1b88b751
Gerrit-Change-Number: 29765
Gerrit-PatchSet: 2
Gerrit-Owner: David Wu <david_wu(a)quanta.corp-partner.google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: newpatchset
Subrata Banik has uploaded a new patch set (#6) to the change originally created by Shelley Chen. ( https://review.coreboot.org/c/coreboot/+/29749 )
Change subject: mb/google/dragonegg: Add initial mainboard code support
......................................................................
mb/google/dragonegg: Add initial mainboard code support
This patch includes support for both ICL ES0 and ES1 samples.
Change-Id: I2cc269cb0050bf5b031f48cfe114485c55ab8fa9
Signed-off-by: Aamir Bohra <aamir.bohra(a)intel.com>
---
A src/mainboard/google/dragonegg/Kconfig
A src/mainboard/google/dragonegg/Kconfig.name
A src/mainboard/google/dragonegg/Makefile.inc
A src/mainboard/google/dragonegg/acpi_tables.c
A src/mainboard/google/dragonegg/board_info.txt
A src/mainboard/google/dragonegg/bootblock.c
A src/mainboard/google/dragonegg/chromeos.c
A src/mainboard/google/dragonegg/chromeos.fmd
A src/mainboard/google/dragonegg/dsdt.asl
A src/mainboard/google/dragonegg/ec.c
A src/mainboard/google/dragonegg/mainboard.c
A src/mainboard/google/dragonegg/ramstage.c
A src/mainboard/google/dragonegg/romstage.c
A src/mainboard/google/dragonegg/smihandler.c
A src/mainboard/google/dragonegg/spd/Hynix_H9HCNNN8KUMLHR_2GB.spd.hex
A src/mainboard/google/dragonegg/spd/Hynix_H9HCNNNCPMMLHR_4GB.spd.hex
A src/mainboard/google/dragonegg/spd/Makefile.inc
A src/mainboard/google/dragonegg/spd/Micron_MT53E2G32D8QD_8GB.spd.hex
A src/mainboard/google/dragonegg/spd/Micron_MT53E512M32D2NP_2GB.spd.hex
A src/mainboard/google/dragonegg/spd/empty.spd.hex
A src/mainboard/google/dragonegg/variants/baseboard/Makefile.inc
A src/mainboard/google/dragonegg/variants/baseboard/devicetree.cb
A src/mainboard/google/dragonegg/variants/baseboard/gpio.c
A src/mainboard/google/dragonegg/variants/baseboard/include/baseboard/ec.h
A src/mainboard/google/dragonegg/variants/baseboard/include/baseboard/gpio.h
A src/mainboard/google/dragonegg/variants/baseboard/include/baseboard/variants.h
A src/mainboard/google/dragonegg/variants/baseboard/memory.c
A src/mainboard/google/dragonegg/variants/dragonegg/include/variant/ec.h
A src/mainboard/google/dragonegg/variants/dragonegg/include/variant/gpio.h
29 files changed, 1,355 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/49/29749/6
--
To view, visit https://review.coreboot.org/c/coreboot/+/29749
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I2cc269cb0050bf5b031f48cfe114485c55ab8fa9
Gerrit-Change-Number: 29749
Gerrit-PatchSet: 6
Gerrit-Owner: Shelley Chen <shchen(a)google.com>
Gerrit-Reviewer: Aamir Bohra <aamir.bohra(a)intel.com>
Gerrit-Reviewer: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: newpatchset
Subrata Banik has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/29748 )
Change subject: soc/intel/icelake: Create macros for FSP consumption as per ICL requirement
......................................................................
Patch Set 1:
Shelley, looks like this is redundant patch as i have ready push it once :) https://review.coreboot.org/#/c/coreboot/+/29697/
--
To view, visit https://review.coreboot.org/c/coreboot/+/29748
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I524c7ed116aeb8b353123d7b1d9815b0f249d0e6
Gerrit-Change-Number: 29748
Gerrit-PatchSet: 1
Gerrit-Owner: Shelley Chen <shchen(a)google.com>
Gerrit-Reviewer: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Wed, 21 Nov 2018 02:09:28 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment