|
| 1 | +.. zephyr:board:: intel_wcl_crb |
| 2 | +
|
| 3 | +Overview |
| 4 | +******** |
| 5 | +Wildcat lake processor is a 64-bit multi-core processor. |
| 6 | + |
| 7 | +Wildcat Lake is based on a Hybrid architecture, utilizing P-cores E-cores Xe3 cores |
| 8 | +for performance and efficiency. |
| 9 | + |
| 10 | +For more information about Wildcat Lake Processor lines, P-cores, and E-cores |
| 11 | +please refer to `INTEL_WCL`_. |
| 12 | + |
| 13 | +This board configuration enables kernel support for the Wildcat Lake boards. |
| 14 | + |
| 15 | +Hardware |
| 16 | +******** |
| 17 | + |
| 18 | +.. zephyr:board-supported-hw:: |
| 19 | +
|
| 20 | +General information about the board can be found at the `INTEL_WCL`_. website. |
| 21 | + |
| 22 | +Connections and IOs |
| 23 | +=================== |
| 24 | + |
| 25 | +Refer to the `INTEL_WCL`_. website for more information. |
| 26 | + |
| 27 | +Programming and Debugging |
| 28 | +************************* |
| 29 | +Use the following procedures for booting an image for an Wildcat Lake RVP board. |
| 30 | + |
| 31 | +.. contents:: |
| 32 | + :depth: 1 |
| 33 | + :local: |
| 34 | + :backlinks: top |
| 35 | + |
| 36 | +Build Zephyr application |
| 37 | +======================== |
| 38 | + |
| 39 | +#. Build a Zephyr application; for instance, to build the ``hello_world`` |
| 40 | + application for Wildcat Lake RVP: |
| 41 | + |
| 42 | + .. zephyr-app-commands:: |
| 43 | + :zephyr-app: samples/hello_world |
| 44 | + :board: intel_wcl_crb |
| 45 | + :goals: build |
| 46 | + |
| 47 | + .. note:: |
| 48 | + |
| 49 | + A Zephyr EFI image file named :file:`zephyr.efi` is automatically |
| 50 | + created in the build directory after the application is built. |
| 51 | + |
| 52 | +.. include:: ../../../intel/common/efi_boot.rst |
| 53 | + :start-after: start_include_here |
| 54 | + |
| 55 | +.. _INTEL_WCL: https://edc.intel.com/content/www/us/en/secure/design/confidential/products/platforms/details/wildcat-lake-processor-external-design-specification-volume-1-of-2/ |
0 commit comments