1.. _intel_rpl_crb:
2
3Raptor Lake CRB
4###############
5
6Overview
7********
8Raptor Lake processor is a 13th generation 64-bit multi-core processor built
9on a 10-nanometer technology process. Raptor Lake is based on a Hybrid
10architecture, utilizing P-cores for performance and E-Cores for efficiency.
11
12Raptor Lake S and Raptor Lake P processor lines are supported.
13
14The S-Processor line is a 2-Chip Platform that includes the Processor Die and
15Platform Controller Hub (PCH-S) Die in the Package.
16
17The P-Processor line is a 2-Die Multi Chip Package (MCP) that includes the
18Processor Die and Platform Controller Hub (PCH-P) Die on the same package as
19the Processor Die.
20
21For more information about Raptor Lake Processor lines, P-cores, and E-cores
22please refer to `RPL`_.
23
24Raptor Lake Customer Reference Board (RPL CRB) is an example implementation of a
25compact single board computer with high performance for IoT edge devices. The
26supported boards are ``intel_rpl_s_crb`` and ``intel_rpl_p_crb``.
27
28These board configurations enable kernel support for the supported Raptor Lake
29boards.
30
31Hardware
32********
33
34General information about the board can be found at the `RPL`_.
35
36.. include:: ../../../../soc/intel/raptor_lake/doc/supported_features.txt
37
38
39Connections and IOs
40===================
41
42Refer to the `RPL`_ for more information.
43
44Programming and Debugging
45*************************
46Use the following procedures for booting an image on an RPL CRB board.
47
48.. contents::
49   :depth: 1
50   :local:
51   :backlinks: top
52
53Build Zephyr application
54========================
55
56#. Build a Zephyr application; for instance, to build the ``hello_world``
57   application on Raptor Lake S CRB:
58
59   .. zephyr-app-commands::
60      :zephyr-app: samples/hello_world
61      :board: intel_rpl_s_crb
62      :goals: build
63
64   .. note::
65
66      A Zephyr EFI image file named :file:`zephyr.efi` is automatically
67      created in the build directory after the application is built.
68
69Booting the Raptor Lake S CRB Board using UEFI
70==============================================
71
72.. include:: ../../../intel/common/efi_boot.rst
73   :start-after: start_include_here
74
75.. _RPL: https://edc.intel.com/content/www/us/en/design/products/platforms/details/raptor-lake-s/13th-generation-core-processors-datasheet-volume-1-of-2/
76