Re: [coreboot] Coreboot table

2016-03-06 Thread Stefan Reinauer

On 03/06/2016 07:50 AM, daoud yessine wrote:

Hi

I need your help please :)

About coreboot table , where is its location in memory ? Its size ? 
Its contents ? Is it saved in buffer ?




The coreboot table typically lives at the end of physical memory in the 
4G space (e.g. in "cbmem space"). There is a
forwarder entry pointing to it, living in the lower 4k of memory 
(typically at 0x500)


The coreboot table contains various information coreboot collects about 
the system, such as

- memory map
- coreboot version
- cmos options
- framebuffer configuration

You can use the nvramtool utility to dump the coreboot table and look at it.

Stefan
-- 
coreboot mailing list: coreboot@coreboot.org
https://www.coreboot.org/mailman/listinfo/coreboot

[coreboot] Coreboot table

2016-03-06 Thread daoud yessine
Hi

I need your help please :)

About coreboot table , where is its location in memory ? Its size ? Its
contents ? Is it saved in buffer ?

Thanks
ᐧ
-- 
coreboot mailing list: coreboot@coreboot.org
https://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] coreboot table and i82801xx GPIO conflicts

2008-06-18 Thread Rudolf Marek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Peter Stuge wrote:
 On Wed, Jun 18, 2008 at 12:33:32PM -0400, Joseph Smith wrote:
 Ah, duh, your right. But what could be causing this then?

 Kernel:
 PCI quirk: region 0400-047f claimed by ICH4 ACPI/GPIO/TCO
 PCI quirk: region 0500-053f claimed by ICH4 GPIO
 
 Can't say without more kernel message context.

Well that the PNP subsytem needs to be aware on non-std bars which claim this
IO. Imagine if PCI IO allocator in linux will for some non-assigned resource
assign same region as above. Well this wont happen because PCI io usually starts
at 1000 but in general it might be above 1000 too. I think this was the reason
for this quirk. - The ACPI pnp might claim this region too and in fact ACPI
should do that. Even more specially this quirk is here mostly when ACPI fails to
do so and the IO is above 1000 ;)

You may ignore this as mostly harmless.  No really it is harmless for you.

Thanks,
Rudolf
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIWY9O3J9wPJqZRNURAqiZAJ9FHan7sztUCbnH0HPBabm8DF86IgCfYpzf
qXGUZBwRg9gV/x+1raU0GgU=
=VpT6
-END PGP SIGNATURE-

-- 
coreboot mailing list
coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot