Commit History

Author SHA1 Message Date
  Isaac Woods 69971d0444 Merge pull request #114 from Dentosal/pci-route-method 3 years ago
  Hannes Karppila 0552e88dfd Execute PciRoute LinkObject if it's a method 3 years ago
  Isaac Woods 2273964aef Publish acpi v4.1.0 3 years ago
  Isaac Woods 57f6278f42 Merge pull request #113 from ethindp/master 3 years ago
  Ethin Probst 6d1de7a6ac Format code, fix some minor errors and add some doc comments to clarify 3 years ago
  Ethin Probst a368c8a7d5 Add the boot graphics resource table as specified in SEC. 5.2.22 of the ACPI specification v. 6.4 3 years ago
  Isaac Woods 0be060ea78 acpi v4.0.0 3 years ago
  Isaac Woods 09ae1063c9 aml v0.16.0 3 years ago
  Isaac Woods 2b862d9d7f Remove make_parser_concrete hack! 3 years ago
  Isaac Woods a6cff51d11 Switch to new opcode names: statement, expression, and reference type 3 years ago
  Isaac Woods 00a61d8b74 Implement ToInteger 3 years ago
  Isaac Woods 556969a41d Handle conversions to buffers from as_type 3 years ago
  Isaac Woods fb1bc5870a Support reads from buffer fields, implicitly converting to integer or buffer 3 years ago
  Isaac Woods 0b67c96509 Add test of reads from buffer fields 3 years ago
  Isaac Woods f97e39a447 Fix tests 3 years ago
  Isaac Woods b7afb442b6 Implement zero-extension in stores to buffer fields 3 years ago
  Isaac Woods 8cb1df1f64 Support writes from buffers into buffer fields (minus zero extension) 3 years ago
  Isaac Woods 14e966731c Handle writes from integers into buffer fields 3 years ago
  Isaac Woods 6a610dc1d8 Wrap buffer data in spinning_top::Spinlock 3 years ago
  Isaac Woods 0ef11142c6 Parse MADT entries related to the X2APIC 3 years ago
  Isaac Woods c0d5fbcf1a Change the APIC interrupt model to support the X2APIC 3 years ago
  Isaac Woods dacbe3cdf7 Correct formatting of match block 3 years ago
  Isaac Woods 7d41016697 aml v0.15.0 3 years ago
  Isaac Woods 2e8b76a054 Merge pull request #107 from Andy-Python-Programmer/patch-1 3 years ago
  Andy-Python-Programmer e1a8c12d0d Export all of the public items in namespace 3 years ago
  Isaac Woods b854d5491e Implement DefIncrement and DefDecrement 3 years ago
  Isaac Woods ed0400092e Add support for DefContinue 3 years ago
  Isaac Woods ae77cb741b Add test for DefContinue 3 years ago
  Isaac Woods da5f5cec80 Implement DefBreak 3 years ago
  Isaac Woods 26b7ddfaf4 Add test for DefBreak 3 years ago