Hi Aaron,

PFA the console log for your reference.

Please look into this and provide feedback.

Thanks,
Antony

-----Original Message-----
From: Aaron Durbin [mailto:adur...@google.com]
Sent: Thursday, October 11, 2018 7:27 PM
To: Antony AbeePrakash X V <antonyabee.prakas...@lnttechservices.com>
Cc: Coreboot <coreboot@coreboot.org>; Dinesh Kumar 
<dineshkumar.varadara...@lnttechservices.com>
Subject: Re: [coreboot] MRC in coreboot

On Thu, Oct 11, 2018 at 3:24 AM Antony AbeePrakash X V 
<antonyabee.prakas...@lnttechservices.com> wrote:
>
> Hi All,
>
> We are able to achieve the memory initialization time reduction. Now we have 
> achieved the boot time as 5sec until the Postcode 0xf8 (entry into Elf boot).
>
> We have reduced the unwanted codes. We would like to reduce the boot time to 
> less than 2sec.
>
> Could anyone please tell what can be done further ?

You're going to need to post more information (cbmem timings and console logs).

>
> Thanks,
> Antony
>
> -----Original Message-----
> From: Aaron Durbin [mailto:adur...@google.com]
> Sent: Wednesday, September 05, 2018 7:39 PM
> To: Antony AbeePrakash X V <antonyabee.prakas...@lnttechservices.com>
> Cc: Coreboot <coreboot@coreboot.org>
> Subject: Re: [coreboot] MRC in coreboot
>
> On Wed, Sep 5, 2018 at 8:06 AM Antony AbeePrakash X V 
> <antonyabee.prakas...@lnttechservices.com> wrote:
> >
> > Hi,
> >
> >
> >
> > We are developing coreboot for Apollo lake custom board.  MRC training data 
> > save is enabled in FSP using Binary configuration tool.
> >
> >
> >
> > But we are getting logs like,
> >
> >
> >
> > No MRC cache found.
> >
> > MRC SeCUmaSize memory size from SeC ... 0
> >
> > MRC Parameters not valid. Status is Success
> >
> > MRC:CpuMemoryTest Successful!
> >
> > Saving MRC data using CSE through HECI interface
>
> I have never seen this path used in coreboot. This line above is saying CSE 
> is responsible for saving and retrieving training data. In coreboot we use 
> the main processor to save and restore. I suggest reading over the UPD 
> parameters and ensure they match with our typical use cases. BCT tool 
> enabling 'training data save' sounds like it's enabling CSE path.
>
> >
> > Try to find MRC training data HOB.
> >
> > No MRC training data found, perform data save via HECI.
> >
> > Saved MRC training data with status (0x80000003)
> >
> >
> >
> > It seems that MRC data is not found and saved. Also I found that there are 
> > options to add MRC file path and mrc.bin in menuconfig. The only option I 
> > have is save cached MRC settings.
> >
> >
> >
> > What this mrc.bin will do?
> >
> > How to add the mrc.bin in coreboot?
> >
> >
> >
> > Please explain on this.
> >
> >
> >
> > Thanks & Regards,
> >
> > Antony
> >
> >
> >
> > L&T Technology Services Ltd
> >
> > www.LntTechservices.com
> >
> > This Email may contain confidential or privileged information for the 
> > intended recipient (s). If you are not the intended recipient, please do 
> > not use or disseminate the information, notify the sender and delete it 
> > from your system.
> >
> > --
> > coreboot mailing list: coreboot@coreboot.org
> > https://mail.coreboot.org/mailman/listinfo/coreboot
> L&T Technology Services Ltd
>
> www.LntTechservices.com<http://www.lnttechservices.com/>
>
> This Email may contain confidential or privileged information for the 
> intended recipient (s). If you are not the intended recipient, please do not 
> use or disseminate the information, notify the sender and delete it from your 
> system.
L&T Technology Services Ltd

www.LntTechservices.com<http://www.lnttechservices.com/>

This Email may contain confidential or privileged information for the intended 
recipient (s). If you are not the intended recipient, please do not use or 
disseminate the information, notify the sender and delete it from your system.
coreboot-APOLLOLAKE Thu Oct 11 12:56:27 UTC 2018 verstage starting...
FSP TempRamInit successful
0xfef15ff0: fsp_boot_context
0x000000002436b782: tsc
0xffffdc94: fih
0x00000000: bist
0x5aa55aa5: hash
FSP_INFO_HEADER: ffffdc94
FSP Signature: $APLFSP$
FSP Header Version: 3
FSP Revision: 1.4.3.1
CBFS @ 0 size 7c40
CBFS: Locating 'verstage.rel'
CBFS: Found @ offset 1e80 size 140
verstage is relocated from ffff8054 to 0xfef07054
CPU: frequency set to 1300 MHz
CBFS provider active.
CBFS @ 0 size 70000
CBFS: Locating 'fallback/romstage'
CBFS: Found @ offset 0 size 73e8
'fallback/romstage' located at offset: 38 size: 73e8
CSE IBB verification result: 1
ID:18 Time:1540031CBFS @ 0 size 70000
CBFS: Locating 'fsp.bin'
CBFS: Found @ offset 16ec0 size 59000
ID:1 Time:1994427906

coreboot-APOLLOLAKE Thu Oct 11 12:56:27 UTC 2018 romstage starting...
bist: 0x00000000
tsc_low: 0x00000000
tsc_hi: 0x00000000
CONFIG_MMCONF_BASE_ADDRESS: 0xe0000000
Using: FSP 2.0
FSP_INFO_HEADER: fef56f94
FSP Signature: $APLFSP$
FSP Header Version: 3
FSP Revision: 1.4.3.1
PM1_STS:   0000
PM1_EN:    0000
PM1_CNT:   00000000
TCO_STS:   0000 0000
GPE0_STS:  00000000 00000000 00000000 00000000
GPE0_EN:   00000000 00000000 00000000 00000000
Previous Sleep State: S0
CPU: Intel(R) Atom(TM) Processor E3930 @ 1.30GHz
CPU: ID 506c9, Apollolake B0, ucode: 00000026
CPU: AES supported, TXT NOT supported, VT supported
CPU: frequency set to 1300 MHz
ID:2 Time:2082807019WEAK: src/soc/intel/common/romstage.c/mrc_cache_get_current 
called
No MRC cache found.
WEAK: src/soc/intel/common/romstage.c/mainboard_check_ec_image called
UPD Data: 0xfef57024
Full configuration
mainboard_memory _init_params 1
PreMemGpioTablePtr: 0x0
Calling FspMemoryInit: 0xfef572f8
    0x00000000: NvsBufferPtr
    0xfef1546c: FspmConfig
    0xfef153f0: HobListPtr
ID:950 Time:2133123904ID:951 Time:2355584891FspMemoryInit returned 0x00000000
Reserving 0x0000000000400000 bytes from 0x000000007abfe000 for FSP
0x00800000: smm_size
0x7b000000: smm_base
0x7b000000: cbmem_top
No Sleep state in  Migrate CAR data
CBMEM:
IMD: root @ 7afff000 254 entries.
IMD: root @ 7affec00 62 entries.
smm_subregion:1, start=0x7b300000, size=0x100000
External stage cache:
IMD: root @ 7b3ff000 254 entries.
IMD: root @ 7b3fec00 62 entries.
7.4: FSP_BOOTLOADER_TOLUM_HOB: 0x7ac1efc8
    0x000000007affe000: PhysicalStart
    0x0000000000002000: ResourceLength
7.2: FSP_RESERVED_MEMORY_RESOURCE_HOB: 0x7ac1eff8
    0x000000007abfe000: PhysicalStart
    0x0000000000400000: ResourceLength

=== FSP HOB Data Structure ===
0x7ac1e000: hob_list_ptr
HOB 7ac1e000 is an EFI_HOB_TYPE_HANDOFF (type 0x1)
HOB 7ac1e038 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac1e140 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac1e1f0 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac1e2b8 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac1e5c0 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac1e6b8 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac1e740 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac1e948 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac1e9d8 is an EFI_HOB_TYPE_GUID_EXTENSION (type 0x4)
HOB 7ac1ea70 is an EFI_HOB_TYPE_GUID_EXTENSION (type 0x4)
HOB 7ac1eae8 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac1eb88 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac1eba0 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac1ec20 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac1ec38 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac1ed20 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac1ed38 is an EFI_HOB_TYPE_GUID_EXTENSION (type 0x4)
HOB 7ac1ed60 is an EFI_HOB_TYPE_RESOURCE_DESCRIPTOR (type 0x3)
  Resource EFI_RESOURCE_MEMORY_MAPPED_IO (0x1) has attributes 0x403
  at location 0xd0000000 with length 0x1000000
HOB 7ac1ed90 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiLoaderCode (0x1)
  at location 0xd0000000 with length 0x1000000
HOB 7ac1edc0 is an EFI_HOB_TYPE_GUID_EXTENSION (type 0x4)
HOB 7ac1ee10 is an FSP_SMBIOS_MEMORY_INFO_GUID (type 0x4)
HOB 7ac1eea8 is an EFI_HOB_TYPE_RESOURCE_DESCRIPTOR (type 0x3)
  Resource EFI_RESOURCE_SYSTEM_MEMORY (0x0) has attributes 0x3c07
  at location 0x0 with length 0xa0000
HOB 7ac1eed8 is an EFI_HOB_TYPE_RESOURCE_DESCRIPTOR (type 0x3)
  Resource EFI_RESOURCE_MEMORY_RESERVED (0x5) has attributes 0x3c07
  at location 0xa0000 with length 0x60000
HOB 7ac1ef08 is an EFI_HOB_TYPE_RESOURCE_DESCRIPTOR (type 0x3)
  Resource EFI_RESOURCE_MEMORY_RESERVED (0x5) has attributes 0x407
  at location 0x7b000000 with length 0x800000
HOB 7ac1ef38 is an EFI_HOB_TYPE_RESOURCE_DESCRIPTOR (type 0x3)
  Resource EFI_RESOURCE_MEMORY_RESERVED (0x5) has attributes 0x3c07
  at location 0x7b800000 with length 0x4800000
HOB 7ac1ef68 is an EFI_HOB_TYPE_GUID_EXTENSION (type 0x4)
HOB 7ac1efc8 is an FSP_BOOTLOADER_TOLUM_HOB_GUID (type 0x3)
  Resource EFI_RESOURCE_MEMORY_RESERVED (0x5) has attributes 0x3c07
  at location 0x7affe000 with length 0x2000
HOB 7ac1eff8 is an FSP_RESERVED_MEMORY_RESOURCE_HOB (type 0x3)
  Resource EFI_RESOURCE_MEMORY_RESERVED (0x5) has attributes 0x3c07
  at location 0x7abfe000 with length 0x400000
HOB 7ac1f028 is an EFI_HOB_TYPE_RESOURCE_DESCRIPTOR (type 0x3)
  Resource EFI_RESOURCE_SYSTEM_MEMORY (0x0) has attributes 0x3c07
  at location 0x100000 with length 0xff00000
HOB 7ac1f058 is an EFI_HOB_TYPE_RESOURCE_DESCRIPTOR (type 0x3)
  Resource EFI_RESOURCE_MEMORY_RESERVED (0x5) has attributes 0x3c07
  at location 0x10000000 with length 0x2151000
HOB 7ac1f088 is an EFI_HOB_TYPE_RESOURCE_DESCRIPTOR (type 0x3)
  Resource EFI_RESOURCE_SYSTEM_MEMORY (0x0) has attributes 0x3c07
  at location 0x12151000 with length 0x68aad000
HOB 7ac1f0b8 is an FSP_NON_VOLATILE_STORAGE_HOB (type 0x4)
HOB 7ac2a390 is an EFI_HOB_TYPE_GUID_EXTENSION (type 0x4)
HOB 7ac2a3c0 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiBootServicesData (0x4)
  at location 0x7abfe000 with length 0x20000
HOB 7ac2a3f0 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiBootServicesData (0x4)
  at location 0x7affd000 with length 0x1000
HOB 7ac2a420 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiBootServicesData (0x4)
  at location 0x7aff7000 with length 0x6000
HOB 7ac2a450 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiBootServicesData (0x4)
  at location 0x7aff5000 with length 0x2000
HOB 7ac2a480 is an EFI_HOB_TYPE_GUID_EXTENSION (type 0x4)
HOB 7ac2a518 is an EFI_HOB_TYPE_GUID_EXTENSION (type 0x4)
HOB 7ac2a590 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiBootServicesData (0x4)
  at location 0x7afed000 with length 0x8000
HOB 7ac2a5c0 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiBootServicesData (0x4)
  at location 0x7af94000 with length 0x59000
HOB 7ac2a5f0 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac2a618 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac2a630 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac2a680 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac2a698 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac2a798 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac2a7b0 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac2a7f0 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac2a808 is an EFI_HOB_TYPE_UNRECOGNIZED (type 0x6)
HOB 7ac2a818 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiBootServicesData (0x4)
  at location 0x7af93000 with length 0x1000
HOB 7ac2a848 is an EFI_HOB_TYPE_END_OF_HOB_LIST (type 0xffff)
=== End of FSP HOB Data Structure ===

0x7abfe000: fsp_reserved_memory_area
****entering mrc_hob
ID:3 Time:3085396619MRC data at 7ac1f0d0 45792 bytes
boot mode in romstage_common :0
calling mrc_cache_stash_data
WEAK: src/soc/intel/common/romstage.c/mrc_cache_stash_data called
FSP_SMBIOS_MEMORY_INFO HOB
    0x01: Revision
    0x02: MemoryType
    1866: MemoryFrequencyInMHz
    16: DataWidth in bits
    0x03: ErrorCorrectionType
    0x01: ChannelCount
  Channel 0
      0x00: ChannelId
      0x01: DimmCount
   DIMM 0
      0x00: DimmId
      2048: SizeInMb
CBMEM entry for DIMM info: 0x7affe8c0
1 DIMMs found
WEAK: src/soc/intel/common/romstage.c/soc_after_ram_init called
Calling FspTempRamExit API
ID:952 Time:3164232216CBFS @ 0 size 70000
CBFS: Locating 'romstage.rel'
CBFS: Found @ offset 7440 size 5fc
romstage is relocated from fef40054 to 0x7abf0000
ID:953 Time:#^!1192240654FspTempRamExit returned successfully
WEAK: src/soc/intel/common/romstage.c/soc_after_temp_ram_exit called
S3 status: 0
Adding obb_reserved_memory_area = 0x7a9ef000
CBFS @ 0 size 1ffc40
CBFS: Locating 'fsp.bin'
CBFS: Found @ offset 1940 size 2a000
FSP_INFO_HEADER: 7a9f0a0c
FSP Signature: $APLFSP$
FSP Header Version: 3
FSP Revision: 1.4.3.1
ID:4 Time:#^!1241324044CBFS provider active.
CBFS @ 0 size 1ffc40
CBFS: Locating 'fallback/ramstage'
CBFS: Found @ offset 2b980 size 190ae
'fallback/ramstage' located at offset: 2b9b8 size: 190ae
ID:8 Time:#^!1266711448Decompressing stage fallback/ramstage @ 0x7a994fc0 
(365776 bytes)
ID:15 Time:#^!1277994242ID:16 Time:#^!1337294214Loading module at 7a995000 with 
entry 7a995000. filesize: 0x3fcc8 memsize: 0x59490
Processing 13600 relocs. Offset value of 0x7a995000
ID:9 Time:#^!1371199909

coreboot-APOLLOLAKE Thu Oct 11 12:56:27 UTC 2018 ramstage starting...
smm_subregion:1, start=0x7b300000, size=0x100000
Moving GDT to 7affe6a0...ok
ID:10 Time:#^!1394959096Normal boot.
BS: BS_PRE_DEVICE times (us): entry 0 run 4 exit 0
ID:30 Time:#^!1406377025CBFS @ 0 size 1ffc40
CBFS: Locating 'fsp.bin'
CBFS: Found @ offset 1940 size 2a000
FSP: Saving binary in cache
FSP_INFO_HEADER: 7a96a094
FSP Signature: $APLFSP$
FSP Header Version: 3
FSP Revision: 1.4.3.1
UPD Data: 0x7a96a124
CBFS @ 0 size 1ffc40
CBFS: Locating 'vbt.bin'
CBFS: Found @ offset 500 size 1400
FSP_INFO: VBT found at 7a9ef538, 0x00001400 bytes
Passing VBT to GOP
Calling FspSiliconInit
Calling FspSiliconInit(0x7a9d8b50) at 0x7a96a5b2
ID:954 Time:#^!1478784940ID:955 Time:#^!1719966688FspSiliconInit returned 
0x00000000

=== FSP HOB Data Structure ===
0x7ac1e000: hob_list_ptr
HOB 7ac1e000 is an EFI_HOB_TYPE_HANDOFF (type 0x1)
HOB 7ac1e038 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac1e140 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac1e1f0 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac1e2b8 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac1e5c0 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac1e6b8 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac1e740 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac1e948 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac1e9d8 is an EFI_HOB_TYPE_GUID_EXTENSION (type 0x4)
HOB 7ac1ea70 is an EFI_HOB_TYPE_GUID_EXTENSION (type 0x4)
HOB 7ac1eae8 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac1eb88 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac1eba0 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac1ec20 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac1ec38 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac1ed20 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac1ed38 is an EFI_HOB_TYPE_GUID_EXTENSION (type 0x4)
HOB 7ac1ed60 is an EFI_HOB_TYPE_RESOURCE_DESCRIPTOR (type 0x3)
  Resource EFI_RESOURCE_MEMORY_MAPPED_IO (0x1) has attributes 0x403
  at location 0xd0000000 with length 0x1000000
HOB 7ac1ed90 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiLoaderCode (0x1)
  at location 0xd0000000 with length 0x1000000
HOB 7ac1edc0 is an EFI_HOB_TYPE_GUID_EXTENSION (type 0x4)
HOB 7ac1ee10 is an FSP_SMBIOS_MEMORY_INFO_GUID (type 0x4)
HOB 7ac1eea8 is an EFI_HOB_TYPE_RESOURCE_DESCRIPTOR (type 0x3)
  Resource EFI_RESOURCE_SYSTEM_MEMORY (0x0) has attributes 0x3c07
  at location 0x0 with length 0xa0000
HOB 7ac1eed8 is an EFI_HOB_TYPE_RESOURCE_DESCRIPTOR (type 0x3)
  Resource EFI_RESOURCE_MEMORY_RESERVED (0x5) has attributes 0x3c07
  at location 0xa0000 with length 0x60000
HOB 7ac1ef08 is an EFI_HOB_TYPE_RESOURCE_DESCRIPTOR (type 0x3)
  Resource EFI_RESOURCE_MEMORY_RESERVED (0x5) has attributes 0x407
  at location 0x7b000000 with length 0x800000
HOB 7ac1ef38 is an EFI_HOB_TYPE_RESOURCE_DESCRIPTOR (type 0x3)
  Resource EFI_RESOURCE_MEMORY_RESERVED (0x5) has attributes 0x3c07
  at location 0x7b800000 with length 0x4800000
HOB 7ac1ef68 is an EFI_HOB_TYPE_GUID_EXTENSION (type 0x4)
HOB 7ac1efc8 is an FSP_BOOTLOADER_TOLUM_HOB_GUID (type 0x3)
  Resource EFI_RESOURCE_MEMORY_RESERVED (0x5) has attributes 0x3c07
  at location 0x7affe000 with length 0x2000
HOB 7ac1eff8 is an FSP_RESERVED_MEMORY_RESOURCE_HOB (type 0x3)
  Resource EFI_RESOURCE_MEMORY_RESERVED (0x5) has attributes 0x3c07
  at location 0x7abfe000 with length 0x400000
HOB 7ac1f028 is an EFI_HOB_TYPE_RESOURCE_DESCRIPTOR (type 0x3)
  Resource EFI_RESOURCE_SYSTEM_MEMORY (0x0) has attributes 0x3c07
  at location 0x100000 with length 0xff00000
HOB 7ac1f058 is an EFI_HOB_TYPE_RESOURCE_DESCRIPTOR (type 0x3)
  Resource EFI_RESOURCE_MEMORY_RESERVED (0x5) has attributes 0x3c07
  at location 0x10000000 with length 0x2151000
HOB 7ac1f088 is an EFI_HOB_TYPE_RESOURCE_DESCRIPTOR (type 0x3)
  Resource EFI_RESOURCE_SYSTEM_MEMORY (0x0) has attributes 0x3c07
  at location 0x12151000 with length 0x68aad000
HOB 7ac1f0b8 is an FSP_NON_VOLATILE_STORAGE_HOB (type 0x4)
HOB 7ac2a390 is an EFI_HOB_TYPE_GUID_EXTENSION (type 0x4)
HOB 7ac2a3c0 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiBootServicesData (0x4)
  at location 0x7abfe000 with length 0x20000
HOB 7ac2a3f0 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiBootServicesData (0x4)
  at location 0x7affd000 with length 0x1000
HOB 7ac2a420 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiBootServicesData (0x4)
  at location 0x7aff7000 with length 0x6000
HOB 7ac2a450 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiBootServicesData (0x4)
  at location 0x7aff5000 with length 0x2000
HOB 7ac2a480 is an EFI_HOB_TYPE_GUID_EXTENSION (type 0x4)
HOB 7ac2a518 is an EFI_HOB_TYPE_GUID_EXTENSION (type 0x4)
HOB 7ac2a590 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiBootServicesData (0x4)
  at location 0x7afed000 with length 0x8000
HOB 7ac2a5c0 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiBootServicesData (0x4)
  at location 0x7af94000 with length 0x59000
HOB 7ac2a5f0 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac2a618 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac2a630 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac2a680 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac2a698 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac2a798 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac2a7b0 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac2a7f0 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac2a808 is an EFI_HOB_TYPE_UNRECOGNIZED (type 0x6)
HOB 7ac2a818 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiBootServicesData (0x4)
  at location 0x7af93000 with length 0x1000
HOB 7ac2a848 is an EFI_HOB_TYPE_GUID_EXTENSION (type 0x4)
HOB 7ac2ac60 is an EFI_HOB_TYPE_GUID_EXTENSION (type 0x4)
HOB 7ac2ac88 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac2ad10 is an EFI_HOB_TYPE_GUID_EXTENSION (type 0x4)
HOB 7ac2ada8 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac2add0 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac2ade8 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiBootServicesData (0x4)
  at location 0x7af90000 with length 0x3000
HOB 7ac2ae18 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiBootServicesData (0x4)
  at location 0x7af8d000 with length 0x3000
HOB 7ac2ae48 is an EFI_HOB_TYPE_GUID_EXTENSION (type 0x4)
HOB 7ac2aff8 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiBootServicesData (0x4)
  at location 0x7af89000 with length 0x4000
HOB 7ac2b028 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiBootServicesData (0x4)
  at location 0x7af82000 with length 0x7000
HOB 7ac2b058 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiBootServicesData (0x4)
  at location 0x7af7d000 with length 0x5000
HOB 7ac2b088 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiBootServicesData (0x4)
  at location 0x7af7c000 with length 0x1000
HOB 7ac2b0b8 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac2bab0 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac2bac8 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac2bf10 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac2bf40 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac2bf58 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiBootServicesData (0x4)
  at location 0x7af78000 with length 0x4000
HOB 7ac2bf88 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiBootServicesData (0x4)
  at location 0x7af64000 with length 0x14000
HOB 7ac2bfb8 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiBootServicesData (0x4)
  at location 0x7af51000 with length 0x13000
HOB 7ac2bfe8 is an EFI_HOB_TYPE_GUID_EXTENSION (type 0x4)
HOB 7ac2c038 is an EFI_HOB_TYPE_GUID_EXTENSION (type 0x4)
HOB 7ac2ca40 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac2cc08 is an EFI_HOB_TYPE_GUID_EXTENSION (type 0x4)
HOB 7ac2cc28 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiRuntimeServicesData (0x6)
  at location 0x7af4b000 with length 0x6000
HOB 7ac2cc58 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiRuntimeServicesData (0x6)
  at location 0x7af3b000 with length 0x10000
HOB 7ac2cc88 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiRuntimeServicesData (0x6)
  at location 0x7af3a000 with length 0x1000
HOB 7ac2ccb8 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiRuntimeServicesData (0x6)
  at location 0x7af39000 with length 0x1000
HOB 7ac2cce8 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiRuntimeServicesData (0x6)
  at location 0x7af38000 with length 0x1000
HOB 7ac2cd18 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiRuntimeServicesData (0x6)
  at location 0x7af37000 with length 0x1000
HOB 7ac2cd48 is an EFI_HOB_TYPE_GUID_EXTENSION (type 0x4)
HOB 7ac2cda0 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiACPIMemoryNVS (0xa)
  at location 0x7af36000 with length 0x1000
HOB 7ac2cdd0 is an EFI_HOB_TYPE_GUID_EXTENSION (type 0x4)
HOB 7ac2ce00 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiBootServicesData (0x4)
  at location 0x7af32000 with length 0x4000
HOB 7ac2ce30 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiBootServicesData (0x4)
  at location 0x7af24000 with length 0xe000
HOB 7ac2ce60 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiBootServicesData (0x4)
  at location 0x7af20000 with length 0x4000
HOB 7ac2ce90 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiBootServicesData (0x4)
  at location 0x7af1c000 with length 0x4000
HOB 7ac2cec0 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiBootServicesData (0x4)
  at location 0x7af19000 with length 0x3000
HOB 7ac2cef0 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiBootServicesData (0x4)
  at location 0x7af15000 with length 0x4000
HOB 7ac2cf20 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiBootServicesData (0x4)
  at location 0x7af12000 with length 0x3000
HOB 7ac2cf50 is an EFI_HOB_TYPE_MEMORY_ALLOCATION (type 0x2)
  Memory type EfiBootServicesData (0x4)
  at location 0x7af11000 with length 0x1000
HOB 7ac2cf80 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac2cfa8 is an EFI_HOB_TYPE_GUID_EXTENSION (type 0x4)
HOB 7ac2cfe0 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac2d008 is an EFI_HOB_TYPE_GUID_EXTENSION (type 0x4)
HOB 7ac2d040 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac2d068 is an EFI_HOB_TYPE_GUID_EXTENSION (type 0x4)
HOB 7ac2d0a0 is an EFI_HOB_TYPE_MEMORY_POOL (type 0x7)
HOB 7ac2d110 is an EFI_HOB_TYPE_GUID_EXTENSION (type 0x4)
HOB 7ac2d190 is an EFI_HOB_TYPE_END_OF_HOB_LIST (type 0xffff)
=== End of FSP HOB Data Structure ===

7.5: EFI_PEI_GRAPHICS_INFO_HOB missing!
ERROR - Missing one or more required FSP HOBs!
 src/soc/intel/apllake/ramstage.c/soc_after_silicon_init called
Hiding P2SB before bus enumerate so P2SB bar will not be re-written
BS: BS_DEV_INIT_CHIPS times (us): entry 0 run 4291539104 exit 0
Enumerating buses...
Show all devs... Before device enumeration.
Root Device: enabled 1
CPU_CLUSTER: 0: enabled 1
APIC: 00: enabled 1
DOMAIN: 0000: enabled 1
PCI: 00:00.0: enabled 1
PCI: 00:02.0: enabled 1
PCI: 00:0d.0: enabled 1
PCI: 00:0d.1: enabled 1
PCI: 00:0d.2: enabled 1
PCI: 00:0d.3: enabled 1
PCI: 00:0e.0: enabled 1
PCI: 00:11.0: enabled 1
PCI: 00:15.0: enabled 1
PCI: 00:14.0: enabled 1
PCI: 00:14.1: enabled 1
PCI: 00:18.1: enabled 1
PCI: 00:18.2: enabled 1
PCI: 00:1a.0: enabled 1
PCI: 00:1f.0: enabled 1
PCI: 00:1f.1: enabled 1
Compare with tree...
Root Device: enabled 1
 CPU_CLUSTER: 0: enabled 1
  APIC: 00: enabled 1
 DOMAIN: 0000: enabled 1
  PCI: 00:00.0: enabled 1
  PCI: 00:02.0: enabled 1
  PCI: 00:0d.0: enabled 1
  PCI: 00:0d.1: enabled 1
  PCI: 00:0d.2: enabled 1
  PCI: 00:0d.3: enabled 1
  PCI: 00:0e.0: enabled 1
  PCI: 00:11.0: enabled 1
  PCI: 00:15.0: enabled 1
  PCI: 00:14.0: enabled 1
  PCI: 00:14.1: enabled 1
  PCI: 00:18.1: enabled 1
  PCI: 00:18.2: enabled 1
  PCI: 00:1a.0: enabled 1
  PCI: 00:1f.0: enabled 1
  PCI: 00:1f.1: enabled 1
Root Device scanning...
root_dev_scan_bus for Root Device
CPU_CLUSTER: 0 enabled
DOMAIN: 0000 enabled
DOMAIN: 0000 scanning...
PCI: pci_scan_bus for bus 00
PCI: 00:00.0 [8086/0000] ops
PCI: 00:00.0 [8086/5af0] enabled
PCI: 00:00.1 [8086/5a8c] enabled
PCI: 00:02.0 [8086/5a85] enabled
PCI: Static device PCI: 00:0d.0 not found, disabling it.
PCI: 00:0d.1 [8086/5a94] enabled
PCI: 00:0d.2 [8086/5a96] enabled
PCI: 00:0d.3 [8086/5aec] enabled
PCI: Static device PCI: 00:0e.0 not found, disabling it.
PCI: 00:0f.0 [8086/5a9a] enabled
PCI: 00:0f.1 [8086/5a9c] enabled
PCI: 00:0f.2 [8086/5a9e] enabled
PCI: 00:11.0 [8086/5aa2] enabled
PCI: 00:13.0 [8086/0000] bus ops
PCI: 00:13.0 [8086/5ada] enabled
PCI: 00:13.3 [8086/0000] bus ops
PCI: 00:13.3 [8086/5adb] enabled
PCI: Static device PCI: 00:14.0 not found, disabling it.
PCI: Static device PCI: 00:14.1 not found, disabling it.
PCI: 00:15.0 [8086/5aa8] enabled
PCI: Static device PCI: 00:1a.0 not found, disabling it.
PCI: 00:1f.0 [8086/0000] bus ops
PCI: 00:1f.0 [8086/5ae8] enabled
PCI: 00:1f.1 [8086/0000] bus ops
PCI: 00:1f.1 [8086/5ad4] enabled
PCI: Left over static devices:
PCI: 00:18.1
PCI: 00:18.2
PCI: Check your devicetree.cb.
PCI: 00:13.0 scanning...
do_pci_scan_bridge for PCI: 00:13.0
PCI: pci_scan_bus for bus 01
PCI: 00:13.3 scanning...
do_pci_scan_bridge for PCI: 00:13.3
PCI: pci_scan_bus for bus 02
PCI: 00:1f.0 scanning...
scan_lpc_bus for PCI: 00:1f.0
scan_lpc_bus for PCI: 00:1f.0 done
PCI: 00:1f.1 scanning...
scan_smbus for PCI: 00:1f.1
scan_smbus for PCI: 00:1f.1 done
root_dev_scan_bus for Root Device done
done
BS: BS_DEV_ENUMERATE times (us): entry 0 run 269691 exit 0
ID:40 Time:#^!3387650109found VGA at PCI: 00:02.0
Setting up VGA for PCI: 00:02.0
Setting PCI_BRIDGE_CTL_VGA for bridge DOMAIN: 0000
Setting PCI_BRIDGE_CTL_VGA for bridge Root Device
Allocating resources...
Reading resources...
Root Device read_resources bus 0 link: 0
CPU_CLUSTER: 0 missing read_resources
DOMAIN: 0000 read_resources bus 0 link: 0
PCI: 00:13.0 read_resources bus 1 link: 0
PCI: 00:13.0 read_resources bus 1 link: 0 done
PCI: 00:13.3 read_resources bus 2 link: 0
PCI: 00:13.3 read_resources bus 2 link: 0 done
DOMAIN: 0000 read_resources bus 0 link: 0 done
Root Device read_resources bus 0 link: 0 done
Done reading resources.
Show resources in subtree (Root Device)...After reading.
 Root Device child on link 0 CPU_CLUSTER: 0
  CPU_CLUSTER: 0 child on link 0 APIC: 00
   APIC: 00
  DOMAIN: 0000 child on link 0 PCI: 00:00.0
  DOMAIN: 0000 resource base 0 size 0 align 0 gran 0 limit ffff flags 40040100 
index 10000000
  DOMAIN: 0000 resource base 0 size 0 align 0 gran 0 limit ffffffff flags 
40040200 index 10000100
   PCI: 00:00.0
   PCI: 00:00.0 resource base 0 size a0000 align 0 gran 0 limit 0 flags 
e0004200 index 0
   PCI: 00:00.0 resource base a0000 size 20000 align 0 gran 0 limit 0 flags 
f0000200 index 1
   PCI: 00:00.0 resource base c0000 size 40000 align 0 gran 0 limit 0 flags 
f0004200 index 2
   PCI: 00:00.0 resource base 7b000000 size 800000 align 0 gran 0 limit 0 flags 
f0004200 index 3
   PCI: 00:00.0 resource base 7b800000 size 4800000 align 0 gran 0 limit 0 
flags f0004200 index 4
   PCI: 00:00.0 resource base 7affe000 size 2000 align 0 gran 0 limit 0 flags 
f0004200 index 5
   PCI: 00:00.0 resource base 7abfe000 size 400000 align 0 gran 0 limit 0 flags 
f0004200 index 6
   PCI: 00:00.0 resource base 100000 size ff00000 align 0 gran 0 limit 0 flags 
e0004200 index 7
   PCI: 00:00.0 resource base 10000000 size 2151000 align 0 gran 0 limit 0 
flags f0004200 index 8
   PCI: 00:00.0 resource base 12151000 size 68aad000 align 0 gran 0 limit 0 
flags e0004200 index 9
   PCI: 00:00.0 resource base d0000000 size 10000000 align 0 gran 0 limit 0 
flags f0000200 index a
   PCI: 00:00.0 resource base fef00000 size 1000 align 0 gran 0 limit 0 flags 
f0000200 index b
   PCI: 00:00.0 resource base e0000000 size 10000000 align 0 gran 0 limit 0 
flags f0000200 index c
   PCI: 00:00.1
   PCI: 00:00.1 resource base 0 size 8000 align 15 gran 15 limit #^!ffffffff 
flags 201 index 10
   PCI: 00:02.0
   PCI: 00:02.0 resource base 0 size 1000000 align 24 gran 24 limit #^!ffffffff 
flags 201 index 10
   PCI: 00:02.0 resource base 0 size 10000000 align 28 gran 28 limit 
#^!ffffffff flags 1201 index 18
   PCI: 00:02.0 resource base 0 size 40 align 6 gran 6 limit ffff flags 100 
index 20
   PCI: 00:0d.0
   PCI: 00:0d.1
   PCI: 00:0d.1 resource base 0 size 2000 align 13 gran 13 limit #^!ffffffff 
flags 201 index 10
   PCI: 00:0d.1 resource base 0 size 1000 align 12 gran 12 limit #^!ffffffff 
flags 201 index 18
   PCI: 00:0d.2
   PCI: 00:0d.2 resource base 0 size 1000 align 12 gran 12 limit ffffffff flags 
200 index 10
   PCI: 00:0d.3
   PCI: 00:0d.3 resource base 0 size 2000 align 13 gran 13 limit #^!ffffffff 
flags 201 index 10
   PCI: 00:0d.3 resource base 0 size 1000 align 12 gran 12 limit #^!ffffffff 
flags 201 index 18
   PCI: 00:0e.0
   PCI: 00:0f.0
   PCI: 00:0f.0 resource base 0 size 1000 align 12 gran 12 limit #^!ffffffff 
flags 201 index 10
   PCI: 00:0f.1
   PCI: 00:0f.1 resource base 0 size 1000 align 12 gran 12 limit #^!ffffffff 
flags 201 index 10
   PCI: 00:0f.2
   PCI: 00:0f.2 resource base 0 size 1000 align 12 gran 12 limit #^!ffffffff 
flags 201 index 10
   PCI: 00:11.0
   PCI: 00:11.0 resource base 0 size 2000 align 13 gran 13 limit #^!ffffffff 
flags 201 index 10
   PCI: 00:11.0 resource base 0 size 1000 align 12 gran 12 limit #^!ffffffff 
flags 201 index 18
   PCI: 00:13.0
   PCI: 00:13.0 resource base 0 size 0 align 12 gran 12 limit ffff flags 80102 
index 1c
   PCI: 00:13.0 resource base 0 size 0 align 20 gran 20 limit #^!ffffffff flags 
81202 index 24
   PCI: 00:13.0 resource base 0 size 0 align 20 gran 20 limit ffffffff flags 
80202 index 20
   PCI: 00:13.3
   PCI: 00:13.3 resource base 0 size 0 align 12 gran 12 limit ffff flags 80102 
index 1c
   PCI: 00:13.3 resource base 0 size 0 align 20 gran 20 limit #^!ffffffff flags 
81202 index 24
   PCI: 00:13.3 resource base 0 size 0 align 20 gran 20 limit ffffffff flags 
80202 index 20
   PCI: 00:14.0
   PCI: 00:14.1
   PCI: 00:15.0
   PCI: 00:15.0 resource base 0 size 10000 align 16 gran 16 limit #^!ffffffff 
flags 201 index 10
   PCI: 00:1a.0
   PCI: 00:1f.0
   PCI: 00:1f.0 resource base d0000000 size 30000000 align 0 gran 0 limit 0 
flags d0000200 index 10
   PCI: 00:1f.0 resource base 0 size 1000 align 0 gran 0 limit 0 flags c0000100 
index 0
   PCI: 00:1f.1
   PCI: 00:1f.1 resource base efa0 size 20 align 0 gran 0 limit efbf flags 
f0000100 index 20
   PCI: 00:1f.1 resource base 0 size 100 align 8 gran 8 limit #^!ffffffff flags 
201 index 10
DOMAIN: 0000 io: base: 0 size: 0 align: 0 gran: 0 limit: ffff
PCI: 00:13.0 io: base: 0 size: 0 align: 12 gran: 12 limit: ffff
PCI: 00:13.0 io: base: 0 size: 0 align: 12 gran: 12 limit: ffff done
PCI: 00:13.3 io: base: 0 size: 0 align: 12 gran: 12 limit: ffff
PCI: 00:13.3 io: base: 0 size: 0 align: 12 gran: 12 limit: ffff done
PCI: 00:02.0 20 *  [0x0 - 0x3f] io
DOMAIN: 0000 io: base: 40 size: 40 align: 6 gran: 0 limit: ffff done
DOMAIN: 0000 mem: base: 0 size: 0 align: 0 gran: 0 limit: ffffffff
PCI: 00:13.0 prefmem: base: 0 size: 0 align: 20 gran: 20 limit: #^!ffffffff
PCI: 00:13.0 prefmem: base: 0 size: 0 align: 20 gran: 20 limit: #^!ffffffff done
PCI: 00:13.0 mem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffff
PCI: 00:13.0 mem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffff done
PCI: 00:13.3 prefmem: base: 0 size: 0 align: 20 gran: 20 limit: #^!ffffffff
PCI: 00:13.3 prefmem: base: 0 size: 0 align: 20 gran: 20 limit: #^!ffffffff done
PCI: 00:13.3 mem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffff
PCI: 00:13.3 mem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffff done
PCI: 00:02.0 18 *  [0x0 - 0xfffffff] prefmem
PCI: 00:02.0 10 *  [0x10000000 - 0x10ffffff] mem
PCI: 00:15.0 10 *  [0x11000000 - 0x1100ffff] mem
PCI: 00:00.1 10 *  [0x11010000 - 0x11017fff] mem
PCI: 00:0d.1 10 *  [0x11018000 - 0x11019fff] mem
PCI: 00:0d.3 10 *  [0x1101a000 - 0x1101bfff] mem
PCI: 00:11.0 10 *  [0x1101c000 - 0x1101dfff] mem
PCI: 00:0d.1 18 *  [0x1101e000 - 0x1101efff] mem
PCI: 00:0d.2 10 *  [0x1101f000 - 0x1101ffff] mem
PCI: 00:0d.3 18 *  [0x11020000 - 0x11020fff] mem
PCI: 00:0f.0 10 *  [0x11021000 - 0x11021fff] mem
PCI: 00:0f.1 10 *  [0x11022000 - 0x11022fff] mem
PCI: 00:0f.2 10 *  [0x11023000 - 0x11023fff] mem
PCI: 00:11.0 18 *  [0x11024000 - 0x11024fff] mem
PCI: 00:1f.1 10 *  [0x11025000 - 0x110250ff] mem
DOMAIN: 0000 mem: base: 11025100 size: 11025100 align: 28 gran: 0 limit: 
ffffffff done
avoid_fixed_resources: DOMAIN: 0000
avoid_fixed_resources:@DOMAIN: 0000 10000000 limit 0000ffff
avoid_fixed_resources:@DOMAIN: 0000 10000100 limit ffffffff
constrain_resources: PCI: 00:00.0 00 base 00000000 limit 0009ffff mem (fixed)
constrain_resources: PCI: 00:00.0 01 base 000a0000 limit 000bffff mem (fixed)
constrain_resources: PCI: 00:00.0 02 base 000c0000 limit 000fffff mem (fixed)
constrain_resources: PCI: 00:00.0 03 base 7b000000 limit 7b7fffff mem (fixed)
constrain_resources: PCI: 00:00.0 04 base 7b800000 limit 7fffffff mem (fixed)
constrain_resources: PCI: 00:00.0 0a base d0000000 limit dfffffff mem (fixed)
constrain_resources: PCI: 00:1f.0 00 base 00000000 limit 00000fff io (fixed)
constrain_resources: PCI: 00:1f.1 20 base 0000efa0 limit 0000efbf io (fixed)
avoid_fixed_resources:@DOMAIN: 0000 10000000 base 00001000 limit 0000ef9f
avoid_fixed_resources:@DOMAIN: 0000 10000100 base b0000000 limit cfffffff
Setting resources...
DOMAIN: 0000 io: base:1000 size:40 align:6 gran:0 limit:ef9f
PCI: 00:02.0 20 *  [0x1000 - 0x103f] io
DOMAIN: 0000 io: next_base: 1040 size: 40 align: 6 gran: 0 done
PCI: 00:13.0 io: base:ef9f size:0 align:12 gran:12 limit:ef9f
PCI: 00:13.0 io: next_base: ef9f size: 0 align: 12 gran: 12 done
PCI: 00:13.3 io: base:ef9f size:0 align:12 gran:12 limit:ef9f
PCI: 00:13.3 io: next_base: ef9f size: 0 align: 12 gran: 12 done
DOMAIN: 0000 mem: base:b0000000 size:11025100 align:28 gran:0 limit:cfffffff
PCI: 00:02.0 18 *  [0xb0000000 - 0xbfffffff] prefmem
PCI: 00:02.0 10 *  [0xc0000000 - 0xc0ffffff] mem
PCI: 00:15.0 10 *  [0xc1000000 - 0xc100ffff] mem
PCI: 00:00.1 10 *  [0xc1010000 - 0xc1017fff] mem
PCI: 00:0d.1 10 *  [0xc1018000 - 0xc1019fff] mem
PCI: 00:0d.3 10 *  [0xc101a000 - 0xc101bfff] mem
PCI: 00:11.0 10 *  [0xc101c000 - 0xc101dfff] mem
PCI: 00:0d.1 18 *  [0xc101e000 - 0xc101efff] mem
PCI: 00:0d.2 10 *  [0xc101f000 - 0xc101ffff] mem
PCI: 00:0d.3 18 *  [0xc1020000 - 0xc1020fff] mem
PCI: 00:0f.0 10 *  [0xc1021000 - 0xc1021fff] mem
PCI: 00:0f.1 10 *  [0xc1022000 - 0xc1022fff] mem
PCI: 00:0f.2 10 *  [0xc1023000 - 0xc1023fff] mem
PCI: 00:11.0 18 *  [0xc1024000 - 0xc1024fff] mem
PCI: 00:1f.1 10 *  [0xc1025000 - 0xc10250ff] mem
DOMAIN: 0000 mem: next_base: c1025100 size: 11025100 align: 28 gran: 0 done
PCI: 00:13.0 prefmem: base:cfffffff size:0 align:20 gran:20 limit:cfffffff
PCI: 00:13.0 prefmem: next_base: cfffffff size: 0 align: 20 gran: 20 done
PCI: 00:13.0 mem: base:cfffffff size:0 align:20 gran:20 limit:cfffffff
PCI: 00:13.0 mem: next_base: cfffffff size: 0 align: 20 gran: 20 done
PCI: 00:13.3 prefmem: base:cfffffff size:0 align:20 gran:20 limit:cfffffff
PCI: 00:13.3 prefmem: next_base: cfffffff size: 0 align: 20 gran: 20 done
PCI: 00:13.3 mem: base:cfffffff size:0 align:20 gran:20 limit:cfffffff
PCI: 00:13.3 mem: next_base: cfffffff size: 0 align: 20 gran: 20 done
Root Device assign_resources, bus 0 link: 0
DOMAIN: 0000 assign_resources, bus 0 link: 0
PCI: 00:00.1 10 <- [0x00c1010000 - 0x00c1017fff] size 0x00008000 gran 0x0f mem64
PCI: 00:02.0 10 <- [0x00c0000000 - 0x00c0ffffff] size 0x01000000 gran 0x18 mem64
PCI: 00:02.0 18 <- [0x00b0000000 - 0x00bfffffff] size 0x10000000 gran 0x1c 
prefmem64
PCI: 00:02.0 20 <- [0x0000001000 - 0x000000103f] size 0x00000040 gran 0x06 io
PCI: 00:0d.1 10 <- [0x00c1018000 - 0x00c1019fff] size 0x00002000 gran 0x0d mem64
PCI: 00:0d.1 18 <- [0x00c101e000 - 0x00c101efff] size 0x00001000 gran 0x0c mem64
PCI: 00:0d.2 10 <- [0x00c101f000 - 0x00c101ffff] size 0x00001000 gran 0x0c mem
PCI: 00:0d.3 10 <- [0x00c101a000 - 0x00c101bfff] size 0x00002000 gran 0x0d mem64
PCI: 00:0d.3 18 <- [0x00c1020000 - 0x00c1020fff] size 0x00001000 gran 0x0c mem64
PCI: 00:0f.0 10 <- [0x00c1021000 - 0x00c1021fff] size 0x00001000 gran 0x0c mem64
PCI: 00:0f.1 10 <- [0x00c1022000 - 0x00c1022fff] size 0x00001000 gran 0x0c mem64
PCI: 00:0f.2 10 <- [0x00c1023000 - 0x00c1023fff] size 0x00001000 gran 0x0c mem64
PCI: 00:11.0 10 <- [0x00c101c000 - 0x00c101dfff] size 0x00002000 gran 0x0d mem64
PCI: 00:11.0 18 <- [0x00c1024000 - 0x00c1024fff] size 0x00001000 gran 0x0c mem64
PCI: 00:13.0 1c <- [0x000000ef9f - 0x000000ef9e] size 0x00000000 gran 0x0c bus 
01 io
PCI: 00:13.0 24 <- [0x00cfffffff - 0x00cffffffe] size 0x00000000 gran 0x14 bus 
01 prefmem
PCI: 00:13.0 20 <- [0x00cfffffff - 0x00cffffffe] size 0x00000000 gran 0x14 bus 
01 mem
PCI: 00:13.3 1c <- [0x000000ef9f - 0x000000ef9e] size 0x00000000 gran 0x0c bus 
02 io
PCI: 00:13.3 24 <- [0x00cfffffff - 0x00cffffffe] size 0x00000000 gran 0x14 bus 
02 prefmem
PCI: 00:13.3 20 <- [0x00cfffffff - 0x00cffffffe] size 0x00000000 gran 0x14 bus 
02 mem
PCI: 00:15.0 10 <- [0x00c1000000 - 0x00c100ffff] size 0x00010000 gran 0x10 mem64
PCI: 00:1f.1 10 <- [0x00c1025000 - 0x00c10250ff] size 0x00000100 gran 0x08 mem64
DOMAIN: 0000 assign_resources, bus 0 link: 0
Root Device assign_resources, bus 0 link: 0
Done setting resources.
Show resources in subtree (Root Device)...After assigning values.
 Root Device child on link 0 CPU_CLUSTER: 0
  CPU_CLUSTER: 0 child on link 0 APIC: 00
   APIC: 00
  DOMAIN: 0000 child on link 0 PCI: 00:00.0
  DOMAIN: 0000 resource base 1000 size 40 align 6 gran 0 limit ef9f flags 
40040100 index 10000000
  DOMAIN: 0000 resource base b0000000 size 11025100 align 28 gran 0 limit 
cfffffff flags 40040200 index 10000100
   PCI: 00:00.0
   PCI: 00:00.0 resource base 0 size a0000 align 0 gran 0 limit 0 flags 
e0004200 index 0
   PCI: 00:00.0 resource base a0000 size 20000 align 0 gran 0 limit 0 flags 
f0000200 index 1
   PCI: 00:00.0 resource base c0000 size 40000 align 0 gran 0 limit 0 flags 
f0004200 index 2
   PCI: 00:00.0 resource base 7b000000 size 800000 align 0 gran 0 limit 0 flags 
f0004200 index 3
   PCI: 00:00.0 resource base 7b800000 size 4800000 align 0 gran 0 limit 0 
flags f0004200 index 4
   PCI: 00:00.0 resource base 7affe000 size 2000 align 0 gran 0 limit 0 flags 
f0004200 index 5
   PCI: 00:00.0 resource base 7abfe000 size 400000 align 0 gran 0 limit 0 flags 
f0004200 index 6
   PCI: 00:00.0 resource base 100000 size ff00000 align 0 gran 0 limit 0 flags 
e0004200 index 7
   PCI: 00:00.0 resource base 10000000 size 2151000 align 0 gran 0 limit 0 
flags f0004200 index 8
   PCI: 00:00.0 resource base 12151000 size 68aad000 align 0 gran 0 limit 0 
flags e0004200 index 9
   PCI: 00:00.0 resource base d0000000 size 10000000 align 0 gran 0 limit 0 
flags f0000200 index a
   PCI: 00:00.0 resource base fef00000 size 1000 align 0 gran 0 limit 0 flags 
f0000200 index b
   PCI: 00:00.0 resource base e0000000 size 10000000 align 0 gran 0 limit 0 
flags f0000200 index c
   PCI: 00:00.1
   PCI: 00:00.1 resource base c1010000 size 8000 align 15 gran 15 limit 
c1017fff flags 60000201 index 10
   PCI: 00:02.0
   PCI: 00:02.0 resource base c0000000 size 1000000 align 24 gran 24 limit 
c0ffffff flags 60000201 index 10
   PCI: 00:02.0 resource base b0000000 size 10000000 align 28 gran 28 limit 
bfffffff flags 60001201 index 18
   PCI: 00:02.0 resource base 1000 size 40 align 6 gran 6 limit 103f flags 
60000100 index 20
   PCI: 00:0d.0
   PCI: 00:0d.1
   PCI: 00:0d.1 resource base c1018000 size 2000 align 13 gran 13 limit 
c1019fff flags 60000201 index 10
   PCI: 00:0d.1 resource base c101e000 size 1000 align 12 gran 12 limit 
c101efff flags 60000201 index 18
   PCI: 00:0d.2
   PCI: 00:0d.2 resource base c101f000 size 1000 align 12 gran 12 limit 
c101ffff flags 60000200 index 10
   PCI: 00:0d.3
   PCI: 00:0d.3 resource base c101a000 size 2000 align 13 gran 13 limit 
c101bfff flags 60000201 index 10
   PCI: 00:0d.3 resource base c1020000 size 1000 align 12 gran 12 limit 
c1020fff flags 60000201 index 18
   PCI: 00:0e.0
   PCI: 00:0f.0
   PCI: 00:0f.0 resource base c1021000 size 1000 align 12 gran 12 limit 
c1021fff flags 60000201 index 10
   PCI: 00:0f.1
   PCI: 00:0f.1 resource base c1022000 size 1000 align 12 gran 12 limit 
c1022fff flags 60000201 index 10
   PCI: 00:0f.2
   PCI: 00:0f.2 resource base c1023000 size 1000 align 12 gran 12 limit 
c1023fff flags 60000201 index 10
   PCI: 00:11.0
   PCI: 00:11.0 resource base c101c000 size 2000 align 13 gran 13 limit 
c101dfff flags 60000201 index 10
   PCI: 00:11.0 resource base c1024000 size 1000 align 12 gran 12 limit 
c1024fff flags 60000201 index 18
   PCI: 00:13.0
   PCI: 00:13.0 resource base ef9f size 0 align 12 gran 12 limit ef9f flags 
60080102 index 1c
   PCI: 00:13.0 resource base cfffffff size 0 align 20 gran 20 limit cfffffff 
flags 60081202 index 24
   PCI: 00:13.0 resource base cfffffff size 0 align 20 gran 20 limit cfffffff 
flags 60080202 index 20
   PCI: 00:13.3
   PCI: 00:13.3 resource base ef9f size 0 align 12 gran 12 limit ef9f flags 
60080102 index 1c
   PCI: 00:13.3 resource base cfffffff size 0 align 20 gran 20 limit cfffffff 
flags 60081202 index 24
   PCI: 00:13.3 resource base cfffffff size 0 align 20 gran 20 limit cfffffff 
flags 60080202 index 20
   PCI: 00:14.0
   PCI: 00:14.1
   PCI: 00:15.0
   PCI: 00:15.0 resource base c1000000 size 10000 align 16 gran 16 limit 
c100ffff flags 60000201 index 10
   PCI: 00:1a.0
   PCI: 00:1f.0
   PCI: 00:1f.0 resource base d0000000 size 30000000 align 0 gran 0 limit 0 
flags d0000200 index 10
   PCI: 00:1f.0 resource base 0 size 1000 align 0 gran 0 limit 0 flags c0000100 
index 0
   PCI: 00:1f.1
   PCI: 00:1f.1 resource base efa0 size 20 align 0 gran 0 limit efbf flags 
f0000100 index 20
   PCI: 00:1f.1 resource base c1025000 size 100 align 8 gran 8 limit c10250ff 
flags 60000201 index 10
Done allocating resources.
Calling FspNotify(0x00000020)
ID:956 Time:#^!1173507658ID:957 Time:#^!1176703767BS: BS_DEV_RESOURCES times 
(us): entry 0 run 1614328 exit 7947
ID:50 Time:#^!1187864199Enabling resources...
PCI: 00:00.0 subsystem <- 0000/0000
PCI: 00:00.0 cmd <- 07
PCI: 00:00.1 cmd <- 02
PCI: 00:02.0 subsystem <- 0000/0000
PCI: 00:02.0 cmd <- 03
PCI: 00:0d.1 subsystem <- 0000/0000
PCI: 00:0d.1 cmd <- 106
PCI: 00:0d.2 subsystem <- 0000/0000
PCI: 00:0d.2 cmd <- 502
PCI: 00:0d.3 subsystem <- 0000/0000
PCI: 00:0d.3 cmd <- 106
PCI: 00:0f.0 cmd <- 06
PCI: 00:0f.1 cmd <- 06
PCI: 00:0f.2 cmd <- 06
PCI: 00:11.0 subsystem <- 0000/0000
PCI: 00:11.0 cmd <- 106
PCI: 00:13.0 bridge ctrl <- 0003
PCI: 00:13.0 cmd <- 00
PCI: 00:13.3 bridge ctrl <- 0003
PCI: 00:13.3 cmd <- 00
PCI: 00:15.0 subsystem <- 0000/0000
PCI: 00:15.0 cmd <- 102
PCI: 00:1f.0 subsystem <- 0000/0000
PCI: 00:1f.0 cmd <- 107
PCI: 00:1f.1 subsystem <- 0000/0000
PCI: 00:1f.1 cmd <- 103
done.
BS: BS_DEV_ENABLE times (us): entry 0 run 80210 exit 0
ID:60 Time:#^!1298080681Initializing devices...
Root Device init ...
SMBUS transaction error
pmic version val = 0xffffffff
PMIC Version: PMIC_A0
SMBUS transaction error
SMBUS transaction error
SMBUS transaction error
Root Device init finished in 18958 usecs
CPU_CLUSTER: 0 init ...
CPU has 2 cores, 2 threads enabled.
CBFS @ 0 size 1ffc40
CBFS: Locating 'cpu_microcode_blob.bin'
CBFS: 'cpu_microcode_blob.bin' not found.
CPU: Intel(R) Atom(TM) Processor E3930 @ 1.30GHz.
Loading module at 00030000 with entry 00030000. filesize: 0x140 memsize: 0x140
Processing 16 relocs. Offset value of 0x00030000
Attempting to start 1 APs
Waiting for 10ms after sending INIT.
Waiting for 1st SIPI to complete...AP: slot 1 apic_id 4.
done.
Waiting for 2nd SIPI to complete...done.
Open SMM.
Loading module at 00038000 with entry 00038000. filesize: 0x180 memsize: 0x180
Processing 10 relocs. Offset value of 0x00038000
SMM Module: stub loaded at 00038000. Will call 7a998243(00000000)
Installing SMM handler to 0x7b000000
Loading module at 7b010000 with entry 7b01004e. filesize: 0x5c8 memsize: 0x45e8
Processing 25 relocs. Offset value of 0x7b010000
Loading module at 7b008000 with entry 7b008000. filesize: 0x180 memsize: 0x180
Processing 10 relocs. Offset value of 0x7b008000
SMM Module: placing jmp sequence at 7b007c00 rel16 0x03fd
SMM Module: stub loaded at 7b008000. Will call 7b01004e(00000000)
Initializing Southbridge SMI... ... pmbase = 0x0400
SMI# handler already enabled?
Boot UEFI payload, not set smrr here since it would disable SMRAM access
will set smrr in another place to ensure UEFI SMM code could work.
New SMBASE 0x7b000000
Relocation complete.
Boot UEFI payload, not set smrr here since it would disable SMRAM access
will set smrr in another place to ensure UEFI SMM code could work.
New SMBASE 0x7afffc00
Relocation complete.
Initializing CPU #0
CPU: vendor Intel device 506c9
CPU: family 06, model 5c, stepping 09
CPU #0 initialized
Initializing CPU #1
CPU: vendor Intel device 506c9
CPU: family 06, model 5c, stepping 09
CPU #1 initialized
Enabling SMIs.
Locking SMM.
Boot UEFI payload, not lock SMM here since it would disable SMRAM access
will lock SMM in another place to ensure UEFI SMM code could work.
Turbo is available and visible
cpu: frequency set to 1800
CPU_CLUSTER: 0 init finished in 212504 usecs
PCI: 00:00.0 init ...
PCI: 00:00.0 init finished in 2246 usecs
PCI: 00:00.1 init ...
PCI: 00:00.1 init finished in 2246 usecs
PCI: 00:02.0 init ...
PCI: 00:02.0 init finished in 2245 usecs
PCI: 00:0d.1 init ...
PCI: 00:0d.1 init finished in 2245 usecs
PCI: 00:0d.2 init ...
PCI: 00:0d.2 init finished in 2245 usecs
PCI: 00:0d.3 init ...
PCI: 00:0d.3 init finished in 2244 usecs
PCI: 00:0f.0 init ...
PCI: 00:0f.0 init finished in 2246 usecs
PCI: 00:0f.1 init ...
PCI: 00:0f.1 init finished in 2234 usecs
PCI: 00:0f.2 init ...
PCI: 00:0f.2 init finished in 2236 usecs
PCI: 00:11.0 init ...
PCI: 00:11.0 init finished in 2237 usecs
PCI: 00:13.0 init ...
Initializing PCH PCIe bridge.
PCI: 00:13.0 init finished in 5277 usecs
PCI: 00:13.3 init ...
Initializing PCH PCIe bridge.
PCI: 00:13.3 init finished in 5258 usecs
PCI: 00:15.0 init ...
PCI: 00:15.0 init finished in 2246 usecs
PCI: 00:1f.0 init ...
IOAPIC: Initializing IOAPIC at 0xfec00000
IOAPIC: Bootstrap Processor Local APIC = 0x00
IOAPIC: ID = 0x02
IOAPIC: Dumping registers
  reg 0x0000: 0x02000000
  reg 0x0001: 0x00770020
  reg 0x0002: 0x00000000
PCI: 00:1f.0 init finished in 23250 usecs
PCI: 00:1f.1 init ...
PCI: 00:1f.1 init finished in 2244 usecs
Devices initialized
Show all devs... After init.
Root Device: enabled 1
CPU_CLUSTER: 0: enabled 1
APIC: 00: enabled 1
DOMAIN: 0000: enabled 1
PCI: 00:00.0: enabled 1
PCI: 00:02.0: enabled 1
PCI: 00:0d.0: enabled 0
PCI: 00:0d.1: enabled 1
PCI: 00:0d.2: enabled 1
PCI: 00:0d.3: enabled 1
PCI: 00:0e.0: enabled 0
PCI: 00:11.0: enabled 1
PCI: 00:15.0: enabled 1
PCI: 00:14.0: enabled 0
PCI: 00:14.1: enabled 0
PCI: 00:18.1: enabled 1
PCI: 00:18.2: enabled 1
PCI: 00:1a.0: enabled 0
PCI: 00:1f.0: enabled 1
PCI: 00:1f.1: enabled 1
PCI: 00:00.1: enabled 1
PCI: 00:0f.0: enabled 1
PCI: 00:0f.1: enabled 1
PCI: 00:0f.2: enabled 1
PCI: 00:13.0: enabled 1
PCI: 00:13.3: enabled 1
APIC: 04: enabled 1
BS: BS_DEV_INIT times (us): entry 0 run 437292 exit 1
Finalize devices...
Devices finalized
ID:70 Time:#^!1872605955BS: BS_POST_DEVICE times (us): entry 0 run 6247 exit 0
ID:75 Time:#^!1882644062BS: BS_OS_RESUME_CHECK times (us): entry 0 run 2345 
exit 0
ID:80 Time:#^!1893183754CBFS @ 0 size 1ffc40
CBFS: Locating 'fallback/slic'
CBFS: 'fallback/slic' not found.
ACPI: Writing ACPI tables at 7a936000.
ACPI:    * FACS
ACPI:    * DSDT
Set ACPI NVSA address = 0x7affe520
ACPI:    * FADT
SCI is IRQ9
ACPI: added table 1/32, length now 40
ACPI:     * SSDT
Found 1 CPU(s) with 2 core(s) each.
PSS: 1301MHz power 6000 control 0x1200 status 0x1200
PSS: 1200MHz power 5471 control 0xc00 status 0xc00
PSS: 1000MHz power 4457 control 0xa00 status 0xa00
PSS: 800MHz power 3479 control 0x800 status 0x800
PSS: 1301MHz power 6000 control 0x1200 status 0x1200
PSS: 1200MHz power 5471 control 0xc00 status 0xc00
PSS: 1000MHz power 4457 control 0xa00 status 0xa00
PSS: 800MHz power 3479 control 0x800 status 0x800
ACPI: added table 2/32, length now 44
ACPI:    * MCFG
ACPI: added table 3/32, length now 48
ACPI:    * MADT
SCI is IRQ9
ACPI: added table 4/32, length now 52
current = 7a9396d0
ACPI:    * HPET
ACPI: added table 5/32, length now 56
ACPI:    * IGD OpRegion
CBFS @ 0 size 1ffc40
CBFS: Locating 'vbt.bin'
CBFS: Found @ offset 500 size 1400
FSP_INFO: VBT found at 7a9ef538, 0x00001400 bytes
ACPI:     * SSDT2 not generated.
current = 7a93b710
ACPI: done.
ACPI tables: 22288 bytes.
smbios_write_tables: 7a935000
Create SMBIOS type 17
Root Device (Intel Leafhill)
CPU_CLUSTER: 0 (Intel Apollolake)
APIC: 00 (Intel Apollolake)
DOMAIN: 0000 (Intel Apollolake)
PCI: 00:00.0 (Intel Apollolake)
PCI: 00:02.0 (Intel Apollolake)
PCI: 00:0d.0 (Intel Apollolake)
PCI: 00:0d.1 (Intel Apollolake)
PCI: 00:0d.2 (Intel Apollolake)
PCI: 00:0d.3 (Intel Apollolake)
PCI: 00:0e.0 (Intel Apollolake)
PCI: 00:11.0 (Intel Apollolake)
PCI: 00:15.0 (Intel Apollolake)
PCI: 00:14.0 (Intel Apollolake)
PCI: 00:14.1 (Intel Apollolake)
PCI: 00:18.1 (Intel Apollolake)
PCI: 00:18.2 (Intel Apollolake)
PCI: 00:1a.0 (Intel Apollolake)
PCI: 00:1f.0 (Intel Apollolake)
PCI: 00:1f.1 (Intel Apollolake)
PCI: 00:00.1 (unknown)
PCI: 00:0f.0 (unknown)
PCI: 00:0f.1 (unknown)
PCI: 00:0f.2 (unknown)
PCI: 00:13.0 (unknown)
PCI: 00:13.3 (unknown)
APIC: 04 (unknown)
SMBIOS tables: 415 bytes.
Writing table forward entry at 0x00000500
Wrote coreboot table at: 00000500, 0x10 bytes, checksum b54b
Table forward entry ends at 0x00000528.
... aligned to 0x00001000
Writing coreboot table at 0x7a92d000
rom_table_end = 0x7a92d000
... aligned to 0x7a930000
 0. 0000000000000000-0000000000000fff: CONFIGURATION TABLES
 1. 0000000000001000-000000000009ffff: RAM
 2. 00000000000a0000-00000000000fffff: RESERVED
 3. 0000000000100000-000000000fffffff: RAM
 4. 0000000010000000-0000000012150fff: RESERVED
 5. 0000000012151000-000000007a92cfff: RAM
 6. 000000007a92d000-000000007affffff: CONFIGURATION TABLES
 7. 000000007b000000-000000007fffffff: RESERVED
 8. 00000000d0000000-00000000ffffffff: RESERVED
FSP_ERR: Graphics Data HOB is not present
FSP image address = 0x7a96a000
FSP header = 0x7a96a094
CORE_THREAD_COUNT_MSR = 35, num_cpus = 0x2
smm_subregion:3, start=0x7b400000, size=0x400000
SMM region address: 0x7a92d1b0
smm region for payload base:0x7b400000, size:0x400000
smmueficomm addr:7b400000, num cpus: 0x2
cpu [0] apic id 0x0
cpu [1] apic id 0x4
CBFS @ 0 size 1ffc40
Wrote coreboot table at: 7a92d000, 0x204 bytes, checksum f8ec
coreboot table: 540 bytes.
IMD ROOT    0. 7afff000 00001000
IMD SMALL   1. 7affe000 00001000
FSP MEMORY  2. 7abfe000 00400000
TIME STAMP  3. 7abfd000 000002e0
ROMSTG STCK 4. 7abf8000 00005000
ROMSTG RAM  5. 7abef000 000083cc
OBB IMAGE   6. 7a9ef000 00200000
RAMSTAGE    7. 7a994000 0005b000
REFCODE     8. 7a96a000 0002a000
SMM BACKUP  9. 7a95a000 00010000
ACPI       10. 7a936000 00024000
SMBIOS     11. 7a935000 00000800
COREBOOT   12. 7a92d000 00008000
IMD small region:
  IMD ROOT    0. 7affec00 00000400
  CAR GLOBALS 1. 7affea80 00000180
  POWER STATE 2. 7affea40 00000040
  FSP RUNTIME 3. 7affea20 00000008
  MEM INFO    4. 7affe8c0 00000141
  ROMSTAGE    5. 7affe8a0 00000004
  GDT         6. 7affe6a0 00000200
  ACPI GNVS   7. 7affe520 00000163
  GNVS PTR    8. 7affe500 00000004
BS: BS_WRITE_TABLES times (us): entry 1 run 403986 exit 0
ID:90 Time:#^!2420323002CBFS provider active.
CBFS @ 0 size 1ffc40
CBFS: Locating 'fallback/payload'
CBFS: Found @ offset 44a80 size 7ed7c
'fallback/payload' located at offset: 44ab8 size: 7ed7c
Loading segment from rom address 0x7aa33ab8
  code (compression=1)
  New segment dstaddr 0x800000 memsize 0x410000 srcaddr 0x7aa33af0 filesize 
0x7ed44
Loading segment from rom address 0x7aa33ad4
  Entry Point 0x008007a0
Loading Segment: addr: 0x0000000000800000 memsz: 0x0000000000410000 filesz: 
0x000000000007ed44
lb: [0x000000007a995000, 0x000000007a9ee490)
Post relocation: addr: 0x0000000000800000 memsz: 0x0000000000410000 filesz: 
0x000000000007ed44
using LZMA
ID:15 Time:#^!2504976083ID:16 Time:#^!2699003007[ 0x00800000, 00c10000, 
0x00c10000) <- 7aa33af0
dest 00800000, end 00c10000, bouncebuffer ffffffff
Loaded segments
Coreboot FSP Performance Data
ID: 950 - 951: 2355584891 - 2133123904 --> 171ms
ID: 952 - 953: #^!1192240654 - 3164232216 --> 1786ms
ID: 954 - 955: #^!1719966688 - #^!1478784940 --> 185ms
ID: 956 - 957: #^!1176703767 - #^!1173507658 --> 2ms
Finalizing chipset.
BS: BS_PAYLOAD_LOAD times (us): entry 0 run 230459 exit 25934
Jumping to boot code at 008007a0(7a92d000)
ID:99 Time:#^!2763635487CPU0: stack: 7a9d8000 - 7a9d9000, lowest used address 
7a9d880c, stack used: 2036 bytes
-- 
coreboot mailing list: coreboot@coreboot.org
https://mail.coreboot.org/mailman/listinfo/coreboot

Reply via email to