[coreboot-gerrit] Change in coreboot[master]: README: Convert to Markdown

Jonathan Neuschäfer (Code Review) gerrit at coreboot.org
Sun Sep 16 12:33:50 CEST 2018


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 at 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 at gmx.net>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180916/1de57dfb/attachment.html>


More information about the coreboot-gerrit mailing list