coreboot-kgpe-d16/Documentation/mainboard/intel/icelake_rvp.md
Subrata Banik 0c273ae208 Documentation/../../icelake_rvp: Add RVP coreboot development documentation
Change-Id: If063cbd3436d9ee107945f425a31ba0009039a1d
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-on: https://review.coreboot.org/c/29828
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
2018-11-27 08:56:49 +00:00

1.2 KiB

Intel Ice Lake RVP (Reference Validation Platform)

This page describes how to run coreboot on the Intel icelake_rvp board.

Ice Lake RVP is based on Intel Ice Lake platform, please refer to below link to get more details

:doc:`../../soc/intel/iceLake_coreboot_development.md`

Building coreboot

  • Follow build instructions mentioned in Ice Lake document
:doc:`../../soc/intel/iceLake_coreboot_development.md`
  • The default options for this board should result in a fully working image:
	# echo "CONFIG_VENDOR_INTEL=y" > .config
	# echo "CONFIG_BOARD_INTEL_ICELAKE_RVPU=y" >> .config
	# make olddefconfig && make

Flashing coreboot

+---------------------+------------+
| Type                | Value      |
+=====================+============+
| Socketed flash      | no         |
+---------------------+------------+
| Vendor              | Winbond    |
+---------------------+------------+
| Size                | 32 MiB     |
+---------------------+------------+
| Internal flashing   | yes        |
+---------------------+------------+
| External flashing   | yes        |
+---------------------+------------+