mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-29 06:31:28 +01:00
x86: tangier: Replace Method() by Name() for _STA object
There is no point to use Method() for the constant. Replace it with Name() defined object. For the _STA case it saves 3 bytes per each entry. Before: 2881 After: 2833 Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
c97bd17b2c
commit
d3023b8139
@ -123,10 +123,7 @@ Device (PCI0)
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
Method (_STA)
|
Name (_STA, STA_VISIBLE)
|
||||||
{
|
|
||||||
Return (STA_VISIBLE)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Device (SDHC)
|
Device (SDHC)
|
||||||
@ -138,10 +135,7 @@ Device (PCI0)
|
|||||||
})
|
})
|
||||||
Name (PSTS, Zero)
|
Name (PSTS, Zero)
|
||||||
|
|
||||||
Method (_STA)
|
Name (_STA, STA_VISIBLE)
|
||||||
{
|
|
||||||
Return (STA_VISIBLE)
|
|
||||||
}
|
|
||||||
|
|
||||||
Method (_PS3, 0, NotSerialized)
|
Method (_PS3, 0, NotSerialized)
|
||||||
{
|
{
|
||||||
@ -168,10 +162,7 @@ Device (PCI0)
|
|||||||
GPIO
|
GPIO
|
||||||
})
|
})
|
||||||
|
|
||||||
Method (_STA)
|
Name (_STA, STA_VISIBLE)
|
||||||
{
|
|
||||||
Return (STA_VISIBLE)
|
|
||||||
}
|
|
||||||
|
|
||||||
Method (_RMV, 0, NotSerialized)
|
Method (_RMV, 0, NotSerialized)
|
||||||
{
|
{
|
||||||
@ -203,10 +194,8 @@ Device (PCI0)
|
|||||||
Device (BRC2)
|
Device (BRC2)
|
||||||
{
|
{
|
||||||
Name (_ADR, 0x02)
|
Name (_ADR, 0x02)
|
||||||
Method (_STA, 0, NotSerialized)
|
|
||||||
{
|
Name (_STA, STA_VISIBLE)
|
||||||
Return (STA_VISIBLE)
|
|
||||||
}
|
|
||||||
|
|
||||||
Method (_RMV, 0, NotSerialized)
|
Method (_RMV, 0, NotSerialized)
|
||||||
{
|
{
|
||||||
@ -257,20 +246,14 @@ Device (PCI0)
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
Method (_STA, 0, NotSerialized)
|
Name (_STA, STA_VISIBLE)
|
||||||
{
|
|
||||||
Return (STA_VISIBLE)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Device (I2C1)
|
Device (I2C1)
|
||||||
{
|
{
|
||||||
Name (_ADR, 0x00080000)
|
Name (_ADR, 0x00080000)
|
||||||
|
|
||||||
Method (_STA, 0, NotSerialized)
|
Name (_STA, STA_VISIBLE)
|
||||||
{
|
|
||||||
Return (STA_VISIBLE)
|
|
||||||
}
|
|
||||||
|
|
||||||
Name (SSCN, Package ()
|
Name (SSCN, Package ()
|
||||||
{
|
{
|
||||||
@ -303,10 +286,7 @@ Device (PCI0)
|
|||||||
{
|
{
|
||||||
Name (_ADR, 0x00090001)
|
Name (_ADR, 0x00090001)
|
||||||
|
|
||||||
Method (_STA, 0, NotSerialized)
|
Name (_STA, STA_VISIBLE)
|
||||||
{
|
|
||||||
Return (STA_VISIBLE)
|
|
||||||
}
|
|
||||||
|
|
||||||
Name (SSCN, Package ()
|
Name (SSCN, Package ()
|
||||||
{
|
{
|
||||||
@ -328,10 +308,7 @@ Device (PCI0)
|
|||||||
{
|
{
|
||||||
Name (_ADR, 0x000c0000)
|
Name (_ADR, 0x000c0000)
|
||||||
|
|
||||||
Method (_STA)
|
Name (_STA, STA_VISIBLE)
|
||||||
{
|
|
||||||
Return (STA_VISIBLE)
|
|
||||||
}
|
|
||||||
|
|
||||||
Name (AVBL, Zero)
|
Name (AVBL, Zero)
|
||||||
Method (_REG, 2, NotSerialized)
|
Method (_REG, 2, NotSerialized)
|
||||||
@ -361,10 +338,7 @@ Device (PCI0)
|
|||||||
^IPC1.PMIC
|
^IPC1.PMIC
|
||||||
})
|
})
|
||||||
|
|
||||||
Method (_STA, 0, NotSerialized)
|
Name (_STA, STA_VISIBLE)
|
||||||
{
|
|
||||||
Return (STA_VISIBLE)
|
|
||||||
}
|
|
||||||
|
|
||||||
Device (RHUB)
|
Device (RHUB)
|
||||||
{
|
{
|
||||||
@ -404,20 +378,14 @@ Device (PCI0)
|
|||||||
{
|
{
|
||||||
Name (_ADR, 0x00170000)
|
Name (_ADR, 0x00170000)
|
||||||
|
|
||||||
Method (_STA, 0, NotSerialized)
|
Name (_STA, STA_VISIBLE)
|
||||||
{
|
|
||||||
Return (STA_VISIBLE)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Device (HSU0)
|
Device (HSU0)
|
||||||
{
|
{
|
||||||
Name (_ADR, 0x00040001)
|
Name (_ADR, 0x00040001)
|
||||||
|
|
||||||
Method (_STA, 0, NotSerialized)
|
Name (_STA, STA_VISIBLE)
|
||||||
{
|
|
||||||
Return (STA_VISIBLE)
|
|
||||||
}
|
|
||||||
|
|
||||||
Device (BTH0)
|
Device (BTH0)
|
||||||
{
|
{
|
||||||
@ -428,10 +396,7 @@ Device (PCI0)
|
|||||||
HSU0
|
HSU0
|
||||||
})
|
})
|
||||||
|
|
||||||
Method (_STA, 0, NotSerialized)
|
Name (_STA, STA_VISIBLE)
|
||||||
{
|
|
||||||
Return (STA_VISIBLE)
|
|
||||||
}
|
|
||||||
|
|
||||||
Name (RBUF, ResourceTemplate()
|
Name (RBUF, ResourceTemplate()
|
||||||
{
|
{
|
||||||
@ -466,10 +431,7 @@ Device (PCI0)
|
|||||||
{
|
{
|
||||||
Name (_ADR, 0x00130000)
|
Name (_ADR, 0x00130000)
|
||||||
|
|
||||||
Method (_STA, 0, NotSerialized)
|
Name (_STA, STA_VISIBLE)
|
||||||
{
|
|
||||||
Return (STA_VISIBLE)
|
|
||||||
}
|
|
||||||
|
|
||||||
Device (PMIC)
|
Device (PMIC)
|
||||||
{
|
{
|
||||||
@ -481,10 +443,7 @@ Device (PCI0)
|
|||||||
IPC1
|
IPC1
|
||||||
})
|
})
|
||||||
|
|
||||||
Method (_STA, 0, NotSerialized)
|
Name (_STA, STA_VISIBLE)
|
||||||
{
|
|
||||||
Return (STA_VISIBLE)
|
|
||||||
}
|
|
||||||
|
|
||||||
Name (RBUF, ResourceTemplate()
|
Name (RBUF, ResourceTemplate()
|
||||||
{
|
{
|
||||||
@ -554,10 +513,7 @@ Device (PCI0)
|
|||||||
Name (_ADR, 0x00150000)
|
Name (_ADR, 0x00150000)
|
||||||
Name (_UID, Zero)
|
Name (_UID, Zero)
|
||||||
|
|
||||||
Method (_STA, 0, NotSerialized)
|
Name (_STA, STA_VISIBLE)
|
||||||
{
|
|
||||||
Return (STA_VISIBLE)
|
|
||||||
}
|
|
||||||
|
|
||||||
Name (RBUF, ResourceTemplate ()
|
Name (RBUF, ResourceTemplate ()
|
||||||
{
|
{
|
||||||
@ -594,8 +550,5 @@ Device (FLIS)
|
|||||||
Return (RBUF)
|
Return (RBUF)
|
||||||
}
|
}
|
||||||
|
|
||||||
Method (_STA, 0, NotSerialized)
|
Name (_STA, STA_VISIBLE)
|
||||||
{
|
|
||||||
Return (STA_VISIBLE)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user