2020-06-30 23:06:59 +02:00
|
|
|
# OCP Delta Lake
|
|
|
|
|
|
|
|
This page describes coreboot support status for the [OCP] (Open Compute Project)
|
2020-08-11 01:05:55 +02:00
|
|
|
Delta Lake server platform. This page is updated following each 4-weeks
|
|
|
|
build/test/release cycle.
|
2020-06-30 23:06:59 +02:00
|
|
|
|
|
|
|
## Introduction
|
|
|
|
|
|
|
|
OCP Delta Lake server platform is a component of multi-host server system
|
|
|
|
Yosemite-V3. Both were announced by Facebook and Intel in [OCP virtual summit 2020].
|
|
|
|
|
2020-12-02 23:12:50 +01:00
|
|
|
Delta Lake server is a single socket Cooper Lake Scalable Processor (CPX-SP) server.
|
2020-06-30 23:06:59 +02:00
|
|
|
|
|
|
|
Yosemite-V3 has multiple configurations. Depending on configurations, it may
|
|
|
|
host up to 4 Delta Lake servers in one sled.
|
|
|
|
|
2020-12-02 23:12:50 +01:00
|
|
|
The Yosemite-V3 program is in PVT phase. Facebook, Intel and partners
|
2020-09-24 21:17:20 +02:00
|
|
|
jointly develop FSP/coreboot/LinuxBoot stack on Delta Lake as an alternative
|
2020-12-02 23:12:50 +01:00
|
|
|
solution. This development reached EVT exit equivalent status.
|
2020-06-30 23:06:59 +02:00
|
|
|
|
|
|
|
## Required blobs
|
|
|
|
|
|
|
|
This board currently requires:
|
|
|
|
- FSP blob: The blob (Intel Cooper Lake Scalable Processor Firmware Support Package)
|
|
|
|
is not yet available to the public. It will be made public some time after the MP
|
2020-12-02 23:12:50 +01:00
|
|
|
(Mass Production) of CPX-SP.
|
2020-08-11 01:05:55 +02:00
|
|
|
- Microcode: Available through github.com:otcshare/Intel-Generic-Microcode.git.
|
2020-12-02 23:12:50 +01:00
|
|
|
- ME binary: Ignition binary will be made public some time after the MP
|
|
|
|
of CPX-SP.
|
|
|
|
- ACM binaries: only required for CBnT enablement.
|
2020-06-30 23:06:59 +02:00
|
|
|
|
|
|
|
## Payload
|
|
|
|
- LinuxBoot: This is necessary only if you use LinuxBoot as coreboot payload.
|
|
|
|
U-root as initramfs, is used in the joint development. It can be built
|
|
|
|
following [All about u-root].
|
|
|
|
|
|
|
|
## Flashing coreboot
|
|
|
|
|
|
|
|
To do in-band FW image update, use [flashrom]:
|
|
|
|
flashrom -p internal:ich_spi_mode=hwseq -c "Opaque flash chip" --ifd \
|
|
|
|
-i bios --noverify-all -w <path to coreboot image>
|
|
|
|
|
|
|
|
From OpenBMC, to update FW image:
|
|
|
|
fw-util slotx --update bios <path to coreboot image>
|
|
|
|
|
|
|
|
To power off/on the host:
|
|
|
|
power-util slotx off
|
|
|
|
power-util slotx on
|
|
|
|
|
|
|
|
To connect to console through SOL (Serial Over Lan):
|
|
|
|
sol-util slotx
|
|
|
|
|
2020-12-02 23:12:50 +01:00
|
|
|
## Firmware configurations
|
|
|
|
[ChromeOS VPD] is used to store most of the firmware configurations.
|
|
|
|
RO_VPD region holds default values, while RW_VPD region holds customized
|
|
|
|
values.
|
|
|
|
|
|
|
|
VPD variables supported are:
|
|
|
|
- firmware_version: This variable holds overall firmware version. coreboot
|
|
|
|
uses that value to populate smbios type 1 version field.
|
2021-02-08 03:08:18 +01:00
|
|
|
- bmc_bootorder_override: When it's set to 1 IPMI OEM command can override boot
|
|
|
|
order. The boot order override is done in the u-root LinuxBoot payload.
|
|
|
|
- systemboot_log_level: u-root package systemboot log levels, would be mapped to
|
|
|
|
quiet/verbose in systemboot as that is all we have for now. 5 to 8 would be mapped
|
|
|
|
to verbose, 0 to 4 and 9 would be mapped to quiet.
|
2020-12-02 23:12:50 +01:00
|
|
|
- DeltaLake specific VPDs: check mb/ocp/deltalake/vpd.h.
|
|
|
|
|
2020-06-30 23:06:59 +02:00
|
|
|
## Working features
|
|
|
|
The solution is developed using LinuxBoot payload with Linux kernel 5.2.9, and [u-root]
|
|
|
|
as initramfs.
|
|
|
|
- SMBIOS:
|
|
|
|
- Type 0 -- BIOS Information
|
|
|
|
- Type 1 -- System Information
|
|
|
|
- Type 2 -- Baseboard Information
|
|
|
|
- Type 3 -- System Enclosure or Chassis
|
|
|
|
- Type 4 -- Processor Information
|
2020-08-11 01:05:55 +02:00
|
|
|
- Type 7 -- Cache Information
|
2020-06-30 23:06:59 +02:00
|
|
|
- Type 8 -- Port Connector Information
|
|
|
|
- Type 9 -- PCI Slot Information
|
|
|
|
- Type 11 -- OEM String
|
2020-12-02 23:12:50 +01:00
|
|
|
- Type 16 -- Physical Memory Array
|
|
|
|
- Type 17 -- Memory Device
|
|
|
|
- Type 19 -- Memory Array Mapped Address
|
2020-08-11 01:05:55 +02:00
|
|
|
- Type 32 -- System Boot Information
|
|
|
|
- Type 38 -- IPMI Device Information
|
2020-12-02 23:12:50 +01:00
|
|
|
- Type 41 -- Onboard Devices Extended Information
|
2020-06-30 23:06:59 +02:00
|
|
|
- Type 127 -- End-of-Table
|
|
|
|
- BMC integration:
|
|
|
|
- BMC readiness check
|
|
|
|
- IPMI commands
|
|
|
|
- watchdog timer
|
|
|
|
- POST complete pin acknowledgement
|
2020-08-11 01:05:55 +02:00
|
|
|
- Check BMC version: ipmidump -device
|
2020-06-30 23:06:59 +02:00
|
|
|
- SEL record generation
|
2020-12-02 23:12:50 +01:00
|
|
|
- Converged Bootguard and TXT (CBnT)
|
|
|
|
- TPM
|
|
|
|
- Bootguard profile 0T
|
|
|
|
- TXT
|
|
|
|
- SRTM (verified through tboot)
|
|
|
|
- memory secret clearance upon ungraceful shutdown
|
2020-06-30 23:06:59 +02:00
|
|
|
- Early serial output
|
|
|
|
- port 80h direct to GPIO
|
2020-08-11 01:05:55 +02:00
|
|
|
- ACPI tables: APIC/DMAR/DSDT/FACP/FACS/HPET/MCFG/SPMI/SRAT/SLIT/SSDT
|
2020-06-30 23:06:59 +02:00
|
|
|
- Skipping memory training upon subsequent reboots by using MRC cache
|
|
|
|
- BMC crash dump
|
|
|
|
- Error injection through ITP
|
2020-08-11 01:05:55 +02:00
|
|
|
- Versions
|
|
|
|
- Check FSP version: cbmem | grep LB_TAG_PLATFORM_BLOB_VERSION
|
|
|
|
- Check Microcode version: cat /proc/cpuinfo | grep microcode
|
|
|
|
- Devices:
|
|
|
|
- Boot drive
|
|
|
|
- NIC card
|
|
|
|
- All 5 data drives
|
|
|
|
- Power button
|
|
|
|
- localboot
|
|
|
|
- netboot from IPv6
|
2020-12-02 23:12:50 +01:00
|
|
|
- basic memory hardware error injection/detection (SMI handler not upstreamed)
|
|
|
|
- basic PCIe hardware error injection/detection (SMI handler not upstreamed)
|
2020-08-11 01:05:55 +02:00
|
|
|
|
|
|
|
## Stress/performance tests passed
|
2020-12-02 23:12:50 +01:00
|
|
|
- OS warm reboot (1000 cycles)
|
|
|
|
- DC reboot (1000 cycles)
|
|
|
|
- AC reboot (1000 cycle)
|
2020-08-11 01:05:55 +02:00
|
|
|
- Mprime test (6 hours)
|
2020-09-24 21:17:20 +02:00
|
|
|
- StressAppTest (6 hours)
|
|
|
|
- Ptugen (6 hours)
|
2020-12-02 23:12:50 +01:00
|
|
|
|
|
|
|
## Performance tests on par with traditional firmware
|
|
|
|
- coremark
|
|
|
|
- SpecCPU
|
2020-08-11 01:05:55 +02:00
|
|
|
- Linkpack
|
2020-09-24 21:17:20 +02:00
|
|
|
- Iperf(IPv6)
|
|
|
|
- FIO
|
2020-06-30 23:06:59 +02:00
|
|
|
|
2020-12-02 23:12:50 +01:00
|
|
|
## Other tests passed
|
|
|
|
- Power
|
|
|
|
- Thermal
|
2020-06-30 23:06:59 +02:00
|
|
|
|
|
|
|
## Known issues
|
2020-12-02 23:12:50 +01:00
|
|
|
- MLC (Intel Memory Latency Check) and stream performance issue
|
|
|
|
- HECI access at OS run time:
|
|
|
|
- spsInfoLinux64 command fail to return ME version
|
|
|
|
- ptugen command fail to get memory power
|
2020-06-30 23:06:59 +02:00
|
|
|
|
|
|
|
## Feature gaps
|
2020-12-02 23:12:50 +01:00
|
|
|
- flashrom command not able to update ME region
|
|
|
|
- ACPI APEI tables
|
|
|
|
- PCIe hotplug, Virtual Pin Ports
|
|
|
|
- PCIe Live Error Recovery
|
|
|
|
- RO_VPD region as well as other RO regions are not write protected
|
|
|
|
- Not able to selectively enable/disable core
|
2020-06-30 23:06:59 +02:00
|
|
|
|
|
|
|
## Technology
|
|
|
|
|
|
|
|
```eval_rst
|
|
|
|
+------------------------+---------------------------------------------+
|
|
|
|
| Processor (1 socket) | Intel Cooper Lake Scalable Processor |
|
|
|
|
+------------------------+---------------------------------------------+
|
|
|
|
| BMC | Aspeed AST 2500 |
|
|
|
|
+------------------------+---------------------------------------------+
|
2020-08-11 01:05:55 +02:00
|
|
|
| PCH | Intel Lewisburg C620 Series |
|
2020-06-30 23:06:59 +02:00
|
|
|
+------------------------+---------------------------------------------+
|
|
|
|
```
|
|
|
|
|
|
|
|
[OCP]: https://www.opencompute.org
|
|
|
|
[OCP virtual summit 2020]: https://www.opencompute.org/summit/virtual-summit/schedule
|
|
|
|
[flashrom]: https://flashrom.org/Flashrom
|
|
|
|
[All about u-root]: https://github.com/linuxboot/book/tree/master/u-root
|
|
|
|
[u-root]: https://u-root.org/
|
|
|
|
[ChromeOS VPD]: https://chromium.googlesource.com/chromiumos/platform/vpd/+/master/README.md
|