Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ sudo apt-get install mono-complete
sudo apt-get install mtools
rustup override set nightly
cargo install cargo-make
cargo install cargo-binutils
export GCC5_AARCH64_PREFIX=/usr/bin/aarch64-linux-gnu-
stuart_setup -c Platforms/QemuSbsaPkg/PlatformBuild.py TOOL_CHAIN_TAG=GCC5
stuart_update -c Platforms/QemuSbsaPkg/PlatformBuild.py TOOL_CHAIN_TAG=GCC5
Expand Down
2 changes: 2 additions & 0 deletions bookshelf/Shelf 3 Specifications/EC Interface/book.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[book]
title = "EC Interface Specification"
11 changes: 11 additions & 0 deletions bookshelf/Shelf 3 Specifications/EC Interface/src/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Embedded Controller Interface Specification

Embedded Controller(EC) Interface Specification describes base set of requirements to interface to core windows features.
It covers the following areas:
- Firmware Management
- Battery
- Time and Alarm
- UCSI
- Thermal and Power
- Input Devices
- Customization
31 changes: 31 additions & 0 deletions bookshelf/Shelf 3 Specifications/EC Interface/src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Summary

[Introduction](README.md)

[EC SOC Interface](ec-soc-interface.md)

[Legacy EC Interface](legacy-ec-interface.md)

[Secure EC Services Overview](secure-ec-services-overview.md)

[EC Firmware Management](ec-firmware-management.md)

[EC Power Service](ec-power-service.md)

[Battery Service](battery-service.md)

[Thermal Service](thermal-service.md)

[UCSI Interface](ucsi-interface.md)

[EC Input Management](ec-input-management.md)

[EC Time Alarm Service](ec-time-alarm-service.md)

[EC Debug Service](ec-debug-service.md)

[EC Manufacturing Service](ec-manufacturing-service.md)

[EC OEM Service](ec-oem-service.md)

[Sample System Implementation](sample-system-implementation.md)
Loading