build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/25725 )
Change subject: cpu/x86: Add support to run function with argument over APs
......................................................................
Patch Set 7:
Build Successful
https://qa.coreboot.org/job/coreboot-gerrit/71260/ : SUCCESS
https://qa.coreboot.org/job/coreboot-checkpatch/25431/ : SUCCESS
--
To view, visit https://review.coreboot.org/25725
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I668b36752f6b21cb99cd1416c385d53e96117213
Gerrit-Change-Number: 25725
Gerrit-PatchSet: 7
Gerrit-Owner: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Aaron Durbin <adurbin(a)chromium.org>
Gerrit-CC: Nico Huber <nico.h(a)gmx.de>
Gerrit-Comment-Date: Thu, 03 May 2018 04:05:17 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No
Martin Roth has uploaded a new patch set (#2). ( https://review.coreboot.org/26020 )
Change subject: mainboard/google: Comment variant names in Kconfig
......................................................................
mainboard/google: Comment variant names in Kconfig
It's very confusing trying to find the google platform names, because
they seem all unsorted in Kconfig. They're actually sorted according
to the variant name, but previously, that was impossible to tell.
- Add a comment to the top of variants in Kconfig.name
- Inset each variant name. If you start a prompt with whitespace,
it gets ignored, so after trying various ways to indent, the arrow
was the option I thought looked the best.
It now looks like this:
*** Beltino ***
-> Mccloud (Acer Chromebox CXI)
-> Monroe (LG Chromebase 22CV241 & 22CB25S)
-> Panther (ASUS Chromebox CN60)
-> Tricky (Dell Chromebox 3010)
-> Zako (HP Chromebox G1)
Butterfly (HP Pavilion Chromebook 14)
Chell (HP Chromebook 13 G1)
Cheza
*** Cyan ***
Change-Id: I35cb16b040651cd1bd0c4aef98494368ef5ca512
Signed-off-by: Martin Roth <martinroth(a)google.com>
---
M src/mainboard/google/auron/Kconfig.name
M src/mainboard/google/beltino/Kconfig.name
M src/mainboard/google/cyan/Kconfig.name
M src/mainboard/google/gru/Kconfig.name
M src/mainboard/google/jecht/Kconfig.name
M src/mainboard/google/kahlee/Kconfig.name
M src/mainboard/google/oak/Kconfig.name
M src/mainboard/google/octopus/Kconfig.name
M src/mainboard/google/poppy/Kconfig.name
M src/mainboard/google/rambi/Kconfig.name
M src/mainboard/google/reef/Kconfig.name
M src/mainboard/google/slippy/Kconfig.name
M src/mainboard/google/veyron/Kconfig.name
M src/mainboard/google/zoombini/Kconfig.name
14 files changed, 108 insertions(+), 80 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/20/26020/2
--
To view, visit https://review.coreboot.org/26020
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I35cb16b040651cd1bd0c4aef98494368ef5ca512
Gerrit-Change-Number: 26020
Gerrit-PatchSet: 2
Gerrit-Owner: Martin Roth <martinroth(a)google.com>