Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
796dd66
SDK: SerDe HOB: Add FV2 and FV3 Support
os-d Sep 2, 2026
b2933e8
Chore: Update crate versions to 23.1.1 (#1766)
patina-automation[bot] Sep 3, 2026
bca86a2
SDK: SerDe HOB: Implement Interval for FvHobSerDe (#1769)
vineelko Sep 8, 2026
8c9d81a
Merge branch 'main' at bca86a23 into major
makubacki Sep 8, 2026
8757b07
sdk: Allow char16!/char8! to be used inside const and static items
makubacki Aug 28, 2026
b6f3ff4
sdk: Add a dedicated CRC-32 module for Patina
makubacki Aug 20, 2026
483a774
patina_dxe_core: Use the Patina SDK CRC-32 implementation
makubacki Aug 20, 2026
99da72f
sdk: Implement ProtocolInterface for TimerProtocol
makubacki Aug 10, 2026
5f0e005
sdk: Add Patina UEFI Services
makubacki Jul 21, 2026
84fe40d
Implement the ConfigTable trait on config table types
makubacki Aug 20, 2026
06301ea
patina_dxe_core/misc_boot_services: Treat protocol pointer as static …
makubacki Aug 14, 2026
2c4652e
patina_dxe_core: Produce UEFI Services
makubacki Jul 23, 2026
8e5d257
components/patina_samples: Add UEFI Services sample components
makubacki Jul 24, 2026
cf9f6d7
sdk: Add ServiceCell<T> for bridging services to context-free callbacks
makubacki Aug 8, 2026
5f27114
sdk: Impl Debug for Service<T>
makubacki Aug 12, 2026
6c01742
Swap Service::new_unit() usage to ServiceCell<T>
makubacki Aug 12, 2026
a017d52
sdk: Drop Service::new_uninit()
makubacki Aug 12, 2026
aa8e1ff
Remove clone calls on Service<T> instances
makubacki Aug 20, 2026
c80959a
patina_performance: Migrate protocol.rs to MeasurementProtocolPublisher
makubacki Aug 8, 2026
34487de
patina_performance: Add PropertyPublisher component
makubacki Aug 8, 2026
3574fd1
patina_performance: Fix get_variable() call
makubacki Aug 12, 2026
04ddc70
patina_performance: Add FbptPublisher component
makubacki Aug 3, 2026
bbfbf43
patina_performance: Add MmRecordCollector component
makubacki Aug 3, 2026
89c4490
patina_performance: Remove the monolithic Performance component
makubacki Aug 3, 2026
f8f5086
Update docs for the patina_performance component split
makubacki Aug 3, 2026
eca798d
sdk: Implement TplController for Service<dyn TplServices>
makubacki Aug 3, 2026
6ea17a5
components/patina_smbios: Add a Busy error for SMBIOS lock contention
makubacki Aug 3, 2026
5064a7a
components/patina_smbios: Extend the Smbios trait with record lookup …
makubacki Jul 31, 2026
eb88c32
components/patina_smbios: Move SMBIOS service off raw BootServices
makubacki Jul 31, 2026
49fb559
components/patina_smbios: Split SmbiosProvider and add SmbiosProtocol…
makubacki Aug 4, 2026
e98fa22
Update SMBIOS docs for the two component split
makubacki Aug 4, 2026
869e9e8
components/patina_adv_logger: Update to use UEFI Services
makubacki Aug 4, 2026
6e95b4a
components/patina_mm: Replace StandardBootServices with UEFI Services
makubacki Aug 5, 2026
93aeede
components/patina_test: Add mockall dev-dependency for UEFI service m…
makubacki Aug 5, 2026
d292dc8
components/patina_test: Migrate TestRunner to UEFI Services
makubacki Aug 5, 2026
bce65f3
components/patina_acpi: Cover all AcpiError enum variants with tests
makubacki Aug 14, 2026
17060f7
components/patina_acpi: Rename BootServicesAlreadyInitialized
makubacki Aug 5, 2026
81dd029
components/patina_acpi: Use UEFI Services in the ACPI component
makubacki Aug 5, 2026
829dee5
components/patina_acpi: Use ProtocolServices in acpi_protocol_test
makubacki Aug 6, 2026
69e4282
patina_dxe_core: Migrate internal components off StandardBootServices
makubacki Aug 6, 2026
be7e28c
patina_dxe_core: Remove StandardBootServices from the dispatcher
makubacki Aug 6, 2026
35fe018
sdk: Update component benchmark to drop StandardBootServices
makubacki Aug 6, 2026
f681148
sdk: Remove StandardBootServices from the Patina SDK component model
makubacki Aug 7, 2026
d5fce5b
docs: Account for StandardBootServices removal
makubacki Aug 10, 2026
c4bc4e6
sdk: Add locate_first_handle() to Protocol Services
makubacki Sep 1, 2026
c6d07f2
Add UEFI Driver Binding support to UEFI Services
makubacki Sep 2, 2026
8f48934
Group UEFI driver model services under a driver_model module
makubacki Sep 3, 2026
ae0bacb
sdk: Add a language table for driver model name protocols
makubacki Sep 3, 2026
7ddf94c
sdk: Add a temporary Component Name protocol definition (until in r-efi)
makubacki Sep 4, 2026
c805123
sdk: Add a temporary EFI Driver Supported EFI Version protocol defini…
makubacki Sep 2, 2026
97461c1
sdk: Add UefiDriverModelComponentName to publish component name proto…
makubacki Sep 3, 2026
3368d18
components: Add a UEFI Driver Model component name producer sample
makubacki Sep 3, 2026
84aa3ee
sdk: Add support for EFI Driver Supported EFI Version protocol to UEF…
makubacki Sep 2, 2026
257740d
components: Add EFI Driver Supported EFI Version protocol sample
makubacki Sep 2, 2026
ef6de6d
Add Protocol<P> component dependency parameter
makubacki Sep 2, 2026
beb6497
components/patina_samples: Add a protocol dispatch dependency sample
makubacki Sep 4, 2026
0d7893c
sdk/pi: Add PCD Protocol definition
makubacki Sep 3, 2026
979d61f
sdk: Add the PcdServices trait
makubacki Sep 3, 2026
a8f0061
Add PCD (Platform Configuration Database) component
makubacki Sep 4, 2026
22aaaf0
components: Add patina_graphics_console
makubacki Sep 4, 2026
9cc7b5b
components/patina_graphics_console: Add default font data
makubacki Sep 4, 2026
dd8b933
docs: Add component state storage docs
makubacki Aug 12, 2026
89f426b
docs: Add Patina UEFI Services documentation
makubacki Aug 13, 2026
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
4 changes: 2 additions & 2 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ A component only executes when all its declared dependencies are available.
- Define components with the `#[component]` attribute macro on an `impl` block.
The impl must contain `fn entry_point(self, ...) -> Result<()>`.
- Register service implementations with `#[derive(IntoService)]` and `#[service(dyn Trait)]`.
- Param types: `Config<T>`, `ConfigMut<T>`, `Service<T>`, `Hob<T>`, `Commands`,
`Handle`, `StandardBootServices`, `StandardRuntimeServices`, `&Storage`/`&mut Storage`,
- Param types: `Config<T>`, `ConfigMut<T>`, `Service<T>`, `Hob<T>`, `Protocol<P>`, `Commands`,
`Handle`, `StandardRuntimeServices`, `&Storage`/`&mut Storage`,
`Option<P>`, tuples.
- `ConfigMut<T>` components run first (config is unlocked); calling `lock()` makes the
value immutable and enables `Config<T>` components to execute.
Expand Down
27 changes: 14 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver = "3"
members = ["components/*", "core/*", "sdk/*", "patina_dxe_core"]

[workspace.package]
version = "23.1.0"
version = "23.1.1"
license = "Apache-2.0"
edition = "2024"
rust-version = "1.90"
Expand Down Expand Up @@ -34,21 +34,22 @@ linkme = { version = "0.3.36" }
log = { version = "0.4", default-features = false }
memoffset = {version = "0.9.1" }
num-traits = { version = "0.2", default-features = false }
patina = { version = "23.1.0", path = "sdk/patina" }
patina_debugger = { version = "23.1.0", path = "core/patina_debugger" }
patina_ffs = { version = "23.1.0", path = "sdk/patina_ffs" }
patina_ffs_extractors = { version = "23.1.0", path = "sdk/patina_ffs_extractors" }
patina_internal_core = { version = "23.1.0", path = "core/patina_internal_core", default-features = false }
patina_internal_cpu = { version = "23.1.0", path = "core/patina_internal_cpu" }
patina = { version = "23.1.1", path = "sdk/patina" }
patina_debugger = { version = "23.1.1", path = "core/patina_debugger" }
patina_ffs = { version = "23.1.1", path = "sdk/patina_ffs" }
patina_ffs_extractors = { version = "23.1.1", path = "sdk/patina_ffs_extractors" }
patina_internal_core = { version = "23.1.1", path = "core/patina_internal_core", default-features = false }
patina_internal_cpu = { version = "23.1.1", path = "core/patina_internal_cpu" }
lzma-rust2 = { version = "0.16", default-features = false }
patina_macro = { version = "23.1.0", path = "sdk/patina_macro" }
patina_mm = { version = "23.1.0", path = "components/patina_mm" }
patina_macro = { version = "23.1.1", path = "sdk/patina_macro" }
patina_mm = { version = "23.1.1", path = "components/patina_mm" }
patina_mtrr = { version = "1.1.9" }
patina_paging = { version = "11.0.4" }
patina_performance = { version = "23.1.0", path = "components/patina_performance" }
patina_smbios = { version = "23.1.0", path = "components/patina_smbios" }
patina_stacktrace = { version = "23.1.0", path = "core/patina_stacktrace" }
patina_test = { version = "23.1.0", path = "components/patina_test" }
patina_pcd = { version = "23.1.1", path = "components/patina_pcd" }
patina_performance = { version = "23.1.1", path = "components/patina_performance" }
patina_smbios = { version = "23.1.1", path = "components/patina_smbios" }
patina_stacktrace = { version = "23.1.1", path = "core/patina_stacktrace" }
patina_test = { version = "23.1.1", path = "components/patina_test" }
proc-macro2 = { version = "1" }
quote = { version = "1" }
scroll = { version = "0.13", default-features = false, features = ["derive"]}
Expand Down
Loading
Loading