Patrick Rudolph has posted comments on this change. ( https://review.coreboot.org/22762 )
Change subject: mb/compulab/intense_pc: Change devicetree to correct CPU socket
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://review.coreboot.org/22762
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ie657af2f51dfb7add90b19b26c0c37d312d59821
Gerrit-Change-Number: 22762
Gerrit-PatchSet: 1
Gerrit-Owner: Hal Martin <hal.martin+coreboot(a)gmail.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Thu, 07 Dec 2017 16:14:15 +0000
Gerrit-HasComments: No
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/22772
to look at the new patch set (#2).
Change subject: soc/amd/common: Move Agesa related files
......................................................................
soc/amd/common: Move Agesa related files
Move Agesa related files in soc/amd/common under block directory. Folder
soc/amd/common/block subfolders should mimic soc/intel/common/block
subfolders (one subfolder per subject). Header files should go to
soc/amd/common/block/include/amdblocks.
BUG=b:69262110
TEST=Build with no error gardenia and kahlee (no code change, just folder
reorg).
Change-Id: I5d3064625ddf8caaf370aabaf93165c6817f1ca0
Signed-off-by: Richard Spiegel <richard.spiegel(a)silverbackltd.com>
---
M src/mainboard/amd/gardenia/BiosCallOuts.c
M src/mainboard/amd/gardenia/OemCustomize.c
M src/mainboard/amd/gardenia/bootblock/BiosCallOuts.c
M src/mainboard/amd/gardenia/bootblock/OemCustomize.c
M src/mainboard/amd/gardenia/mainboard.c
M src/mainboard/google/kahlee/BiosCallOuts.c
M src/mainboard/google/kahlee/OemCustomize.c
M src/mainboard/google/kahlee/bootblock/OemCustomize.c
M src/mainboard/google/kahlee/mainboard.c
M src/mainboard/google/kahlee/variants/baseboard/gpio.c
M src/mainboard/google/kahlee/variants/baseboard/include/baseboard/variants.h
M src/mainboard/google/kahlee/variants/kahlee/gpio.c
M src/soc/amd/common/Makefile.inc
R src/soc/amd/common/block/include/amdblocks/BiosCallOuts.h
R src/soc/amd/common/block/include/amdblocks/agesawrapper.h
R src/soc/amd/common/block/include/amdblocks/agesawrapper_call.h
M src/soc/amd/common/block/include/amdblocks/dimm_spd.h
M src/soc/amd/common/block/include/amdblocks/psp.h
A src/soc/amd/common/block/pi/Kconfig
A src/soc/amd/common/block/pi/Makefile.inc
R src/soc/amd/common/block/pi/agesawrapper.c
R src/soc/amd/common/block/pi/amd_late_init.c
R src/soc/amd/common/block/pi/def_callouts.c
R src/soc/amd/common/block/pi/heapmanager.c
M src/soc/amd/stoneyridge/BiosCallOuts.c
M src/soc/amd/stoneyridge/Kconfig
M src/soc/amd/stoneyridge/bootblock/bootblock.c
M src/soc/amd/stoneyridge/chip.c
M src/soc/amd/stoneyridge/early_setup.c
M src/soc/amd/stoneyridge/imc.c
M src/soc/amd/stoneyridge/include/fchec.h
M src/soc/amd/stoneyridge/northbridge.c
M src/soc/amd/stoneyridge/romstage.c
M src/soc/amd/stoneyridge/smbus_spd.c
M src/vendorcode/amd/pi/00670F00/Makefile.inc
35 files changed, 226 insertions(+), 166 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/72/22772/2
--
To view, visit https://review.coreboot.org/22772
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I5d3064625ddf8caaf370aabaf93165c6817f1ca0
Gerrit-Change-Number: 22772
Gerrit-PatchSet: 2
Gerrit-Owner: Richard Spiegel <richard.spiegel(a)silverbackltd.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Richard Spiegel has posted comments on this change. ( https://review.coreboot.org/22765 )
Change subject: soc/amd/common: Move files to common/block
......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/22765/1//COMMIT_MSG
Commit Message:
https://review.coreboot.org/#/c/22765/1//COMMIT_MSG@11
PS1, Line 11: After AGESA related files are moved, Kconfig and Makefile.inc
: will be removed too, thus rending a clean soc/amd/common folder.
This is a mistake, I'll remove it in my next commit. Kconfig and Makefile.inc are needed.
--
To view, visit https://review.coreboot.org/22765
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I3f965afa21124d4874d3b7bfe0f404a58b070e23
Gerrit-Change-Number: 22765
Gerrit-PatchSet: 1
Gerrit-Owner: Richard Spiegel <richard.spiegel(a)silverbackltd.com>
Gerrit-Reviewer: Richard Spiegel <richard.spiegel(a)silverbackltd.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Thu, 07 Dec 2017 14:43:58 +0000
Gerrit-HasComments: Yes