Philipp Deppenwiese has submitted this change and it was merged. ( https://review.coreboot.org/28624 )
Change subject: README: Convert to Markdown
......................................................................
README: Convert to Markdown
Markdown allows easy conversion to HTML, so this change should make the
GitHub mirror look a little better.
Change-Id: I1a9fde648b8960c01b69fc682f0908c5243d2013
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer(a)gmx.net>
Reviewed-on: https://review.coreboot.org/28624
Tested-by: build bot (Jenkins) <no-reply(a)coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi(a)google.com>
---
R README.md
1 file changed, 10 insertions(+), 11 deletions(-)
Approvals:
build bot (Jenkins): Verified
Patrick Georgi: Looks good to me, approved
diff --git a/README b/README.md
similarity index 80%
rename from README
rename to README.md
index 651aa61..b13ace5 100644
--- a/README
+++ b/README.md
@@ -1,6 +1,5 @@
--------------------------------------------------------------------------------
coreboot README
--------------------------------------------------------------------------------
+===============
coreboot is a Free Software project aimed at replacing the proprietary BIOS
(firmware) found in most computers. coreboot performs a little bit of
@@ -24,7 +23,7 @@
After the basic initialization of the hardware has been performed, any
desired "payload" can be started by coreboot.
-See https://www.coreboot.org/Payloads for a list of supported payloads.
+See <https://www.coreboot.org/Payloads> for a list of supported payloads.
Supported Hardware
@@ -34,8 +33,8 @@
For details please consult:
- * https://www.coreboot.org/Supported_Motherboards
- * https://www.coreboot.org/Supported_Chipsets_and_Devices
+ * <https://www.coreboot.org/Supported_Motherboards>
+ * <https://www.coreboot.org/Supported_Chipsets_and_Devices>
Build Requirements
@@ -48,7 +47,7 @@
to those patches, sometimes by gcc aborting, sometimes - and that's worse -
by generating broken object code.
Two options: use our toolchain (eg. make crosstools-i386) or enable the
- ANY_TOOLCHAIN Kconfig option if you're feeling lucky (no support in this
+ `ANY_TOOLCHAIN` Kconfig option if you're feeling lucky (no support in this
case).
* iasl (for targets with ACPI support)
* pkg-config
@@ -58,14 +57,14 @@
* doxygen (for generating/viewing documentation)
* gdb (for better debugging facilities on some targets)
- * ncurses (for 'make menuconfig' and 'make nconfig')
+ * ncurses (for `make menuconfig` and `make nconfig`)
* flex and bison (for regenerating parsers)
Building coreboot
-----------------
-Please consult https://www.coreboot.org/Build_HOWTO for details.
+Please consult <https://www.coreboot.org/Build_HOWTO> for details.
Testing coreboot Without Modifying Your Hardware
@@ -75,7 +74,7 @@
to use it on your hardware, you can use the QEMU system emulator to run
coreboot virtually in QEMU.
-Please see https://www.coreboot.org/QEMU for details.
+Please see <https://www.coreboot.org/QEMU> for details.
Website and Mailing List
@@ -84,11 +83,11 @@
Further details on the project, a FAQ, many HOWTOs, news, development
guidelines and more can be found on the coreboot website:
- https://www.coreboot.org
+ <https://www.coreboot.org>
You can contact us directly on the coreboot mailing list:
- https://www.coreboot.org/Mailinglist
+ <https://www.coreboot.org/Mailinglist>
Copyright and License
--
To view, visit https://review.coreboot.org/28624
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I1a9fde648b8960c01b69fc682f0908c5243d2013
Gerrit-Change-Number: 28624
Gerrit-PatchSet: 2
Gerrit-Owner: Jonathan Neuschäfer <j.neuschaefer(a)gmx.net>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Philipp Deppenwiese <zaolin.daisuki(a)gmail.com>
Gerrit-Reviewer: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Patrick Rudolph has posted comments on this change. ( https://review.coreboot.org/28625 )
Change subject: Documentation/mb/intel/sandybridge/nri: Change column name to "Comments"
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://review.coreboot.org/28625
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: I714972ee336bc1f8a4feb75292ee9efa583f0bb1
Gerrit-Change-Number: 28625
Gerrit-PatchSet: 1
Gerrit-Owner: Jonathan Neuschäfer <j.neuschaefer(a)gmx.net>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Sun, 16 Sep 2018 12:58:39 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: Yes
Felix Held has posted comments on this change. ( https://review.coreboot.org/28596 )
Change subject: mb/asrock/g41m_vs3_r2: Add mainboard
......................................................................
Patch Set 5:
(1 comment)
https://review.coreboot.org/#/c/28596/5/src/mainboard/asrock/g41c-gs/gpio.c
File src/mainboard/asrock/g41c-gs/gpio.c:
https://review.coreboot.org/#/c/28596/5/src/mainboard/asrock/g41c-gs/gpio.c…
PS5, Line 75: #if IS_ENABLED(CONFIG_BOARD_ASROCK_G41M_VS3_R2_0)
: .gpio8 = GPIO_LEVEL_LOW,
: .gpio9 = GPIO_LEVEL_LOW,
: #endif
this IS_ENABLED(CONFIG_BOARD_ASROCK_G41M_VS3_R2_0) is always false, since it's inside the IS_ENABLED(CONFIG_BOARD_ASROCK_G41C_GS_R2_0) block and only one board is or at least should be selected at a time
--
To view, visit https://review.coreboot.org/28596
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: Ibce9ecdc0e44db3703401f116c9a8bff5b66437f
Gerrit-Change-Number: 28596
Gerrit-PatchSet: 5
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Comment-Date: Sun, 16 Sep 2018 10:59:02 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Felix Held has posted comments on this change. ( https://review.coreboot.org/28623 )
Change subject: Add support for Sunsetrise Point LP to inteltool
......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/28623/1/util/inteltool/inteltool.h
File util/inteltool/inteltool.h:
https://review.coreboot.org/#/c/28623/1/util/inteltool/inteltool.h@148
PS1, Line 148: SUNRISEPOINT_LP
the device name in the datasheet is "PCH-U with iHDCP 2.2 Premium", so just SUNRISEPOINT_LP isn't specific enough. See https://www.intel.com/content/dam/www/public/us/en/documents/datasheets/7th… page 23. Would also be good if you add all PCI IDs of the LPC controllers of the PCH SKUs. The PCI ID of the LPC controller is the way to identify the different SKUs. Maybe also try to coordinate the patch with #28618
--
To view, visit https://review.coreboot.org/28623
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: I16237ffc9a225b46271f2a51d77a7f28dfc36138
Gerrit-Change-Number: 28623
Gerrit-PatchSet: 1
Gerrit-Owner: Felix Singer <migy(a)darmstadt.ccc.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Comment-Date: Sun, 16 Sep 2018 10:48:21 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Felix Held has posted comments on this change. ( https://review.coreboot.org/28618 )
Change subject: util/inteltool: Add Sunrise Point LP
......................................................................
Patch Set 5:
(1 comment)
https://review.coreboot.org/#/c/28618/5/util/inteltool/inteltool.h
File util/inteltool/inteltool.h:
https://review.coreboot.org/#/c/28618/5/util/inteltool/inteltool.h@144
PS5, Line 144: PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP
> 0x9d58 should be KabyLake. […]
Yep, that PCI ID is the LPC controller of 7 series (Kabylake) PCH-U Premium. See https://www.intel.com/content/dam/www/public/us/en/documents/datasheets/7th… page 23 vs. https://www.intel.com/content/dam/www/public/us/en/documents/datasheets/6th… page 28. Would be good if you'd add support for those different SKUs
--
To view, visit https://review.coreboot.org/28618
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: I2454cc11d83a860815bfaab5197c25b29f3384df
Gerrit-Change-Number: 28618
Gerrit-PatchSet: 5
Gerrit-Owner: Daniel Maslowski <info(a)orangecms.org>
Gerrit-Reviewer: Daniel Maslowski <info(a)orangecms.org>
Gerrit-Reviewer: Johanna Schander <coreboot(a)mimoja.de>
Gerrit-Reviewer: Jonathan Neuschäfer <j.neuschaefer(a)gmx.net>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-CC: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Comment-Date: Sun, 16 Sep 2018 10:36:22 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Jonathan Neuschäfer has uploaded this change for review. ( https://review.coreboot.org/28624
Change subject: README: Convert to Markdown
......................................................................
README: Convert to Markdown
Markdown allows easy conversion to HTML, so this change should make the
GitHub mirror look a little better.
Change-Id: I1a9fde648b8960c01b69fc682f0908c5243d2013
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer(a)gmx.net>
---
R README.md
1 file changed, 10 insertions(+), 11 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/28624/1
diff --git a/README b/README.md
similarity index 80%
rename from README
rename to README.md
index 651aa61..b13ace5 100644
--- a/README
+++ b/README.md
@@ -1,6 +1,5 @@
--------------------------------------------------------------------------------
coreboot README
--------------------------------------------------------------------------------
+===============
coreboot is a Free Software project aimed at replacing the proprietary BIOS
(firmware) found in most computers. coreboot performs a little bit of
@@ -24,7 +23,7 @@
After the basic initialization of the hardware has been performed, any
desired "payload" can be started by coreboot.
-See https://www.coreboot.org/Payloads for a list of supported payloads.
+See <https://www.coreboot.org/Payloads> for a list of supported payloads.
Supported Hardware
@@ -34,8 +33,8 @@
For details please consult:
- * https://www.coreboot.org/Supported_Motherboards
- * https://www.coreboot.org/Supported_Chipsets_and_Devices
+ * <https://www.coreboot.org/Supported_Motherboards>
+ * <https://www.coreboot.org/Supported_Chipsets_and_Devices>
Build Requirements
@@ -48,7 +47,7 @@
to those patches, sometimes by gcc aborting, sometimes - and that's worse -
by generating broken object code.
Two options: use our toolchain (eg. make crosstools-i386) or enable the
- ANY_TOOLCHAIN Kconfig option if you're feeling lucky (no support in this
+ `ANY_TOOLCHAIN` Kconfig option if you're feeling lucky (no support in this
case).
* iasl (for targets with ACPI support)
* pkg-config
@@ -58,14 +57,14 @@
* doxygen (for generating/viewing documentation)
* gdb (for better debugging facilities on some targets)
- * ncurses (for 'make menuconfig' and 'make nconfig')
+ * ncurses (for `make menuconfig` and `make nconfig`)
* flex and bison (for regenerating parsers)
Building coreboot
-----------------
-Please consult https://www.coreboot.org/Build_HOWTO for details.
+Please consult <https://www.coreboot.org/Build_HOWTO> for details.
Testing coreboot Without Modifying Your Hardware
@@ -75,7 +74,7 @@
to use it on your hardware, you can use the QEMU system emulator to run
coreboot virtually in QEMU.
-Please see https://www.coreboot.org/QEMU for details.
+Please see <https://www.coreboot.org/QEMU> for details.
Website and Mailing List
@@ -84,11 +83,11 @@
Further details on the project, a FAQ, many HOWTOs, news, development
guidelines and more can be found on the coreboot website:
- https://www.coreboot.org
+ <https://www.coreboot.org>
You can contact us directly on the coreboot mailing list:
- https://www.coreboot.org/Mailinglist
+ <https://www.coreboot.org/Mailinglist>
Copyright and License
--
To view, visit https://review.coreboot.org/28624
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1a9fde648b8960c01b69fc682f0908c5243d2013
Gerrit-Change-Number: 28624
Gerrit-PatchSet: 1
Gerrit-Owner: Jonathan Neuschäfer <j.neuschaefer(a)gmx.net>
Johanna Schander has posted comments on this change. ( https://review.coreboot.org/28618 )
Change subject: util/inteltool: Add Sunrise Point LP
......................................................................
Patch Set 5:
(1 comment)
https://review.coreboot.org/#/c/28618/5/util/inteltool/inteltool.h
File util/inteltool/inteltool.h:
https://review.coreboot.org/#/c/28618/5/util/inteltool/inteltool.h@144
PS5, Line 144: PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP
0x9d58 should be KabyLake. Can you provide source, if you are sure?
--
To view, visit https://review.coreboot.org/28618
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: I2454cc11d83a860815bfaab5197c25b29f3384df
Gerrit-Change-Number: 28618
Gerrit-PatchSet: 5
Gerrit-Owner: Daniel Maslowski <info(a)orangecms.org>
Gerrit-Reviewer: Daniel Maslowski <info(a)orangecms.org>
Gerrit-Reviewer: Johanna Schander <coreboot(a)mimoja.de>
Gerrit-Reviewer: Jonathan Neuschäfer <j.neuschaefer(a)gmx.net>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Comment-Date: Sun, 16 Sep 2018 00:31:09 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Alex Thiessen has posted comments on this change. ( https://review.coreboot.org/28198 )
Change subject: Makefile.inc: Fix dependency tracking of fmap{_config.h,.desc}
......................................................................
Patch Set 2:
> Patch Set 2:
>
> > Patch Set 2:
> >
> > The code looks quite strange and in fact, these are false dependencies. If you e.g. `touch fmap.fmap`, `make` will call `true` in an attempt to update `fmap_config.h`, every time without real success.
> >
> > If you have a recipe like the one for `fmap.fmap` that builds a number of targets, then the right thing to do is to define multiple targets in the rule: https://www.gnu.org/software/make/manual/html_node/Multiple-Targets.html
> >
> > Feel free to update the fix :)
>
> well, don't touch fmap.fmap then :)
>
> The problem with multiple targets in make is that it's just a shorthand:
>
> a b c: d
> foo
>
> means that it call foo to generate a, call foo to generate b, and call foo to generate c. in a parallelized build, it will even call them in parallel, which means you have three processes trying to write to the same three files at the same time - which might or might not work out well (nevermind the additional build load)
You're right, guess I forgot to think about that. But then, order-only dependencies should do the job.
It would be a nice exercise to make the build interlock for the three files, to get rid of these dependency games altogether.
--
To view, visit https://review.coreboot.org/28198
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: Ic7ecb88cf7df7f2488defd47ea02255fc10a67e9
Gerrit-Change-Number: 28198
Gerrit-PatchSet: 2
Gerrit-Owner: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Alex Thiessen <alex.thiessen.de+coreboot(a)gmail.com>
Gerrit-CC: Elyes HAOUAS <ehaouas(a)noos.fr>
Gerrit-Comment-Date: Sat, 15 Sep 2018 16:18:33 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No