Skip to content
Snippets Groups Projects
  1. Oct 17, 2023
  2. Oct 13, 2023
  3. Oct 12, 2023
  4. Oct 11, 2023
  5. Oct 10, 2023
    • Gerd Hoffmann's avatar
    • Gerd Hoffmann's avatar
      tests/acpi: update expected data files · c1774bdb
      Gerd Hoffmann authored
      
       DefinitionBlock ("", "DSDT", 1, "BOCHS ", "BXPC    ", 0x00000001)
       {
           Scope (\)
           {
               OperationRegion (DBG, SystemIO, 0x0402, One)
               Field (DBG, ByteAcc, NoLock, Preserve)
               {
                   DBGB,   8
               }
      
                   DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed, NonCacheable, ReadWrite,
                       0x00000000,         // Granularity
                       0x08000000,         // Range Minimum
                       0xAFFFFFFF,         // Range Maximum
                       0x00000000,         // Translation Offset
                       0xA8000000,         // Length
                       ,, , AddressRangeMemory, TypeStatic)
                   DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed, NonCacheable, ReadWrite,
                       0x00000000,         // Granularity
                       0xC0000000,         // Range Minimum
                       0xFEBFFFFF,         // Range Maximum
                       0x00000000,         // Translation Offset
                       0x3EC00000,         // Length
                       ,, , AddressRangeMemory, TypeStatic)
                   QWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed, Cacheable, ReadWrite,
                       0x0000000000000000, // Granularity
      -                0x0000000200000000, // Range Minimum
      -                0x00000009FFFFFFFF, // Range Maximum
      +                0x000000FF00000000, // Range Minimum
      +                0x00000106FFFFFFFF, // Range Maximum
                       0x0000000000000000, // Translation Offset
                       0x0000000800000000, // Length
                       ,, , AddressRangeMemory, TypeStatic)
               })
      
      Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
      c1774bdb
    • Gerd Hoffmann's avatar
Loading