Historique des commits

Auteur SHA1 Message Date
  Michael Melanson be9203db8a Remove breaking changes il y a 4 ans
  Michael Melanson 672a693000 Add several parsers: il y a 4 ans
  Isaac Woods e966e5fac4 Publish version 0.9.0 of aml il y a 4 ans
  Isaac Woods 1a414f39fe Publish version 1.1.0 of acpi il y a 4 ans
  Isaac Woods e54158ee01 Only read from field if update rule is Preserve il y a 4 ans
  Isaac Woods df7d29e3a7 Make PciConfigRegions clonable il y a 4 ans
  Isaac Woods 8dd5b21cf2 Implement DefLNotEqual il y a 4 ans
  Isaac Woods 39fbc94a4b Implement DefLLessEqual il y a 4 ans
  Isaac Woods 7cd2c2e42b Implement DefLLess il y a 4 ans
  Isaac Woods ecf95e7af7 Implement DefLGreaterEqual il y a 4 ans
  Isaac Woods 28e46b3cd2 Make all type-2 opcode parsers concrete to avoid type limit il y a 4 ans
  Isaac Woods 6424f48a0f Implement DefLGreater il y a 4 ans
  Isaac Woods 438bd9e4cc Factor out value comparison code from DefLEqual il y a 4 ans
  Isaac Woods a322e83a92 Merge pull request #73 from IsaacWoods/master il y a 4 ans
  Isaac Woods 221d09a981 Fix tests il y a 4 ans
  Isaac Woods 11bbf69405 Support sub-byte accesses for field reads il y a 4 ans
  Isaac Woods c75ab47434 Add TODO for proper DefLEqual support il y a 4 ans
  Isaac Woods d550f5b95f Handle writes to operation regions il y a 4 ans
  Isaac Woods ca43822c85 Factor out accesses to op-regions il y a 4 ans
  Isaac Woods bf6199a480 Invoke _INI if needed, and correctly traverse child devices il y a 4 ans
  Isaac Woods 5bc675af6c Support field reads from PCI config space il y a 4 ans
  Isaac Woods 8ccaaffa3c Record the path to the parent object of OpRegions if needed il y a 4 ans
  Isaac Woods e33dc862ac Add methods to AmlHandler for reading from PCI config space il y a 4 ans
  Isaac Woods a0971776da Don't complain if a method isn't actually a method il y a 4 ans
  Isaac Woods d5a3899a04 Parse DefAnd il y a 4 ans
  Isaac Woods de46158512 Properly handle MethodInvocation when it's actually a method il y a 4 ans
  Isaac Woods 28f15a900c Split out method context and save them over method invocations il y a 4 ans
  Isaac Woods b78bd47f5c Parse LOr il y a 4 ans
  Isaac Woods 7ee3f5ce99 Allow conversion of integers to booleans by comparing to 0 il y a 4 ans
  Isaac Woods 9ae1bb077a Create AmlHandler in aml_tester, hopefully fixes CI il y a 4 ans