Commit History

Author SHA1 Message Date
  Isaac Woods 932bae5d07 acpi: add `alloc` feature for easy use of the global allocator 1 year ago
  Isaac Woods c86972d6b9 acpi: make `ManagedSlice` a little more readable 1 year ago
  Mark Poliakov b2a5f4a75b AML: Implement OpReg-relative PkgLength parser 1 year ago
  Mark Poliakov 9d2fa982f8 AML: Implement tests for DefPackage parsing 1 year ago
  Mark Poliakov 05c5578c5c AML: Fix DefPackage len < NumElements failing 1 year ago
  Isaac Woods 2010bb80b8 Update `rustfmt.toml` to current edition and format 1 year ago
  Mark Poliakov bec70c4a3d AML: Fix `UnexpectedEndOfStream` in `DefIfElse` in terminal position 1 year ago
  Mark Poliakov 0e1534640e aml: `DefSizeOf` implementation 1 year ago
  Isaac Woods 301302efd5 Publish `aml v0.16.4` 1 year ago
  Alex Olson 4e08a215c8 acpi: fix length of "extended_area_bytes" in RSDP search 2 years ago
  Zavier Divelbiss 6076ae7511 clean up allocator_api feature 2 years ago
  Niklas Sombert 24ef7f740c rsdp: Make whole RSDP readable 2 years ago
  Isaac Woods a77817f48f Improve the documentation for `PhysicalMapping` 2 years ago
  Alex Olson c6f332704e acpi: Allow Madt and Mcfg fields to be accessed without allocator_api 2 years ago
  Ron Williams 2d4f81cf9e add Unimplmented error code 2 years ago
  Ron Williams dc6c8f93b9 remove extra debug message 2 years ago
  Ron Williams 7d3c85253c Add minimal CondRefOf support - only handles checking for source, does not assign to target 2 years ago
  Isaac Woods b328d8286a Autoformat `aml_tester`, update CI to use new CLI interface 2 years ago
  Ron Williams 0b3a35d725 aml_tester: Add positional file arguments, in-order parsing and shared namespace 2 years ago
  Alex Olson d8140ca0e6 acpi: Fix compile error when allocator_api is not enabled 2 years ago
  rcerc 20f562f423 aml: Do not require unstable features from rustc that are not used 2 years ago
  Isaac Woods e41036d374 Publish `aml v0.16.3` with hack for 32-bit targets 2 years ago
  Isaac Woods d5def73b37 Add hack to get `aml` compiling on 32-bit platforms 2 years ago
  rcerc 9fd1120d9c acpi: Add missing and new fields to GIC CPU interface structure 2 years ago
  Ron Williams 25680a20db Add l_and parser and opcode 2 years ago
  rcerc 066cb83cf5 acpi: Include header in `Dsdt` struct to avoid pointer dereference 2 years ago
  rcerc 2c3bc2a7d7 acpi: Avoid entirely mapping a table if its header is invalid 2 years ago
  rcerc a0db984096 rsdp: Improve handling of RSDP search areas' ends 2 years ago
  rcerc 526d622f5f acpi: Reduce duplicate code to iterate over root table entries 2 years ago
  rcerc 245258b031 acpi: Map a table entirely before attempting to validate it 2 years ago