src/southbridge: Serialize methods with named objects inside

Change-Id: Ia9d884d7247f0cc3a175de31649d0163c69f1299
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/26152
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Martin Roth 2018-05-07 20:45:21 -05:00 committed by Patrick Georgi
parent 49a4c6af58
commit 621e4d8b48
7 changed files with 9 additions and 9 deletions

View File

@ -28,7 +28,7 @@ Device (SATA)
Name (_ADR, 0)
// Get Timing Mode
Method (_GTM)
Method (_GTM, 0, Serialized)
{
Name(PBUF, Buffer(20) {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,

View File

@ -28,7 +28,7 @@ Device (SATA)
Name (_ADR, 0)
// Get Timing Mode
Method (_GTM)
Method (_GTM, 0, Serialized)
{
Name(PBUF, Buffer(20) {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,

View File

@ -25,7 +25,7 @@ Device (PATA)
Name (_ADR, 0)
// Get Timing Mode
Method (_GTM)
Method (_GTM, 0, Serialized)
{
Name(PBUF, Buffer(20) {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,

View File

@ -28,7 +28,7 @@ Device (SATA)
Name (_ADR, 0)
// Get Timing Mode
Method (_GTM)
Method (_GTM, 0, Serialized)
{
Name(PBUF, Buffer(20) {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,

View File

@ -28,7 +28,7 @@ Device (AHC1)
Name (_ADR, 0)
// Get Timing Mode
Method (_GTM)
Method (_GTM, 0, Serialized)
{
Name(PBUF, Buffer(20) {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
@ -87,7 +87,7 @@ Device (AHC2)
Name (_ADR, 0)
// Get Timing Mode
Method (_GTM)
Method (_GTM, 0, Serialized)
{
Name(PBUF, Buffer(20) {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,

View File

@ -28,7 +28,7 @@ Device (AHC1)
Name (_ADR, 0)
// Get Timing Mode
Method (_GTM)
Method (_GTM, 0, Serialized)
{
Name(PBUF, Buffer(20) {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
@ -87,7 +87,7 @@ Device (AHC2)
Name (_ADR, 0)
// Get Timing Mode
Method (_GTM)
Method (_GTM, 0, Serialized)
{
Name(PBUF, Buffer(20) {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,

View File

@ -28,7 +28,7 @@ Device (SATA)
Name (_ADR, 0)
// Get Timing Mode
Method (_GTM)
Method (_GTM, 0, Serialized)
{
Name(PBUF, Buffer(20) {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,