|
10 | 10 | - [Concepts](./intro/concepts/Concepts.md) |
11 | 11 | - [A Quick Look at Rust](./intro/concepts/rust_quick_look.md) |
12 | 12 | - [Patina](./intro/concepts/patina.md) |
13 | | - - [Patina Evolution](./intro/concepts/patina_evolution.md) |
14 | | - - [Patina Resources](./intro/concepts/patina_resources.md) |
15 | 13 | - [Embedded Controller](./intro/concepts/Embedded_controller.md) |
16 | | - - [EC Services](./intro/concepts/EC_Services.md) |
| 14 | + - [EC Services](./intro/concepts/EC_Services.md) |
17 | 15 | -[EC Services Example](./intro/concepts/ec_services_example/ec_services_example.md) |
18 | 16 | - [Sample System Implementation](./intro/concepts/ec_services_example/sample-system-implementation.md) |
19 | 17 | - [Legacy EC Interface](./intro/concepts/ec_services_example/legacy_ec_interface.md) |
20 | | - - [Secure EC Services](./intro/concepts/ec_services_example/secure-ec-services-overview.md) |
| 18 | + - [Secure EC Services](./intro/concepts/ec_services_example/secure-ec-services-overview.md) |
21 | 19 | - [Tutorials](./intro/tutorial/tutorial.md) |
22 | 20 | - [Discovery](./intro/tutorial/Discovery.md) |
23 | 21 | - [Button](./intro/tutorial/UserButton.md) |
24 | 22 | - [Listener](./intro/tutorial/LEDApi.md) |
25 | | - - [Logic](./intro/tutorial/Logic.md) |
| 23 | + - [Logic](./intro/tutorial/Logic.md) |
26 | 24 | - [Tracks of ODP](./tracks.md) |
27 | 25 | - [What is in ODP?](./what/what.md) |
28 | | -- [Building a virtual laptop](./laptop/laptop.md) |
| 26 | +- [Building a virtual laptop](./laptop/laptop.md) |
29 | 27 | - [Setting up Development](./how/setting_up.md) |
30 | 28 | [Introduction](./how/qemu/qemu_setup_guide.md) |
31 | 29 | - [Setting up QEMU](./how/qemu/qemu-setup.md) |
32 | 30 | - [Windbg Setup for QEMU](./how/qemu/qemu-windbg.md) |
33 | 31 | - [Compiling UEFI for QEMU](./how/qemu/mu-tianocore-build.md) |
34 | 32 | - [ACPI Customization](./how/qemu/qemu-acpi.md) |
35 | 33 | - [Modifying Windows Image](./how/qemu/qemu-windows.md) |
36 | | - |
| 34 | + |
37 | 35 | - [Embedded Controller](./how/ec/embedded_controller.md) |
38 | 36 | - [Battery](./how/ec/battery/0-overview.md) |
39 | 37 | - [Battery Example Goals](./how/ec/battery/2-goals.md) |
|
65 | 63 | - [MCU Firmware](./how/ec/thermal/mptf/mcu-firmware.md) |
66 | 64 | - [Apps Interface](./how/ec/thermal/mptf/apps-interface.md) |
67 | 65 | - [Debugging](./how/ec/thermal/mptf/mcu-debugging.md) |
68 | | - - [Demo](./how/ec/thermal/mptf/mptf-demo.md) |
| 66 | + - [Demo](./how/ec/thermal/mptf/mptf-demo.md) |
69 | 67 | - [Thermal Example Goals](./how/ec/thermal/2-goals.md) |
70 | 68 | - [Thermal Example Approach](./how/ec/thermal/3-approach.md) |
71 | 69 | - [Thermal Example Diagrams](./how/ec/thermal/4-diagrams.md) |
|
86 | 84 | - [USB](./how/ec/usb.md) |
87 | 85 | - [WiFi](./how/ec/wifi.md) |
88 | 86 | - [Bluetooth](./how/ec/bluetooth.md) |
89 | | - - [Patina](./how/patina/overview.md) |
90 | | - - [Setting up for Patina](./how/patina/tree/setting_up_for_patina.md) |
91 | | - - [Patina-dxe-core-qemu Code](./how/patina/tree/patina-dxe-core-qemu_code.md) |
92 | | - - [Creating_a_Component](./how/patina/tree/creating_a_component.md) |
93 | | - - [Using the Patina FW Patcher](./how/patina/tree/using_patina_fw_patcher.md) |
94 | | - |
95 | | - - [Security](./how/patina/security.md) |
96 | | - - [Runtime](./how/patina/runtime.md) |
97 | | - - [Booting into Windows](./how/patina/windows.md) |
98 | 87 |
|
99 | 88 | - [Integrating the Virtual Laptop](./laptop/integrating.md) |
100 | 89 | - [Summary and Takeaways](./conclusions.md) |
|
109 | 98 | - [EC Power Service](./specs/ec_interface/ec-power-service.md) |
110 | 99 | - [Battery Service](./specs/ec_interface/battery-service.md) |
111 | 100 | - [Thermal Service](./specs/ec_interface/thermal-service.md) |
112 | | - - [UCSI Interface](./specs/ec_interface/ucsi-interface.md) |
113 | | - - [EC Input Management](./specs/ec_interface/ec-input-management.md) |
| 101 | + - [UCSI Interface](./specs/ec_interface/ucsi-interface.md) |
| 102 | + - [EC Input Management](./specs/ec_interface/ec-input-management.md) |
114 | 103 | - [EC Time Alarm Service](./specs/ec_interface/ec-time-alarm-service.md) |
115 | 104 | - [EC Debug Service](./specs/ec_interface/ec-debug-service.md) |
116 | 105 | - [EC Manufacturing Service](./specs/ec_interface/ec-manufacturing-service.md) |
|
0 commit comments