From 0c273ae208bb3ce74282e90b2bd68d9df114f136 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Mon, 26 Nov 2018 11:36:15 +0530 Subject: Documentation/../../icelake_rvp: Add RVP coreboot development documentation Change-Id: If063cbd3436d9ee107945f425a31ba0009039a1d Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/29828 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- Documentation/mainboard/intel/icelake_rvp.md | 40 ++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 Documentation/mainboard/intel/icelake_rvp.md (limited to 'Documentation/mainboard/intel') diff --git a/Documentation/mainboard/intel/icelake_rvp.md b/Documentation/mainboard/intel/icelake_rvp.md new file mode 100644 index 0000000000..09f2185b0b --- /dev/null +++ b/Documentation/mainboard/intel/icelake_rvp.md @@ -0,0 +1,40 @@ +# 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 +```eval_rst +:doc:`../../soc/intel/iceLake_coreboot_development.md` +``` + +## Building coreboot + +* Follow build instructions mentioned in Ice Lake document +```eval_rst +:doc:`../../soc/intel/iceLake_coreboot_development.md` +``` + +* The default options for this board should result in a fully working image: +```bash + # echo "CONFIG_VENDOR_INTEL=y" > .config + # echo "CONFIG_BOARD_INTEL_ICELAKE_RVPU=y" >> .config + # make olddefconfig && make +``` + +## Flashing coreboot + +```eval_rst ++---------------------+------------+ +| Type | Value | ++=====================+============+ +| Socketed flash | no | ++---------------------+------------+ +| Vendor | Winbond | ++---------------------+------------+ +| Size | 32 MiB | ++---------------------+------------+ +| Internal flashing | yes | ++---------------------+------------+ +| External flashing | yes | ++---------------------+------------+ +``` -- cgit v1.2.3