From 05c0215ff31c80a06e3824fb55f5983b62f894cd Mon Sep 17 00:00:00 2001 From: Lee Leahy Date: Tue, 2 Feb 2016 07:55:38 -0800 Subject: Documenation: x86 Quark/Galileo remove i586 warning Leverage patch 13552 by adding USE_MARCH_586 to soc/intel/quark/Kconfig. TEST=None Change-Id: Ifac947db53e967b98b9494db3f6c3f8ee039ac73 Signed-off-by: Lee Leahy Reviewed-on: https://review.coreboot.org/13561 Reviewed-by: Martin Roth Tested-by: build bot (Jenkins) --- Documentation/Intel/SoC/quark.html | 40 ++++++++++---------------------------- 1 file changed, 10 insertions(+), 30 deletions(-) (limited to 'Documentation/Intel/SoC/quark.html') diff --git a/Documentation/Intel/SoC/quark.html b/Documentation/Intel/SoC/quark.html index 14dd5076b3..6ebaa14bdd 100644 --- a/Documentation/Intel/SoC/quark.html +++ b/Documentation/Intel/SoC/quark.html @@ -10,35 +10,15 @@ Quark Block Diagram - - - - -
-Warning: Use of the Intel® Quark™ SoC code requires modification of the util/xcompile/xcompile file to change the machine -architecture from i686 to i586 because the Quark™ processor does not support the instructions -introduced with the Pentium™ 6 architecture. -
    -
  1. Edit the file util/xcompile/xcompile
  2. -
  3. Search for --march
  4. -
  5. Replace i686 with i586
  6. -
  7. Save the result
  8. -
-Without this change the Quark™ processor will halt when it executes one of the -instructions introduced with the Pentium™ 6 architecture. -
-

- The Quark™ SoC code was developed using the - Galileo Gen 2 - board: -

- + The Quark™ SoC code was developed using the + Galileo Gen 2 + board: + @@ -93,6 +73,6 @@ build -p QuarkPlatformPkg/Quark.dsc -a IA32 -t VS2012x86 -b DEBUG -DDEBUG_PR
-

Modified: 30 January 2016

+

Modified: 1 February 2016

\ No newline at end of file -- cgit v1.2.3