From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v1 2/2] WIP: x86: acpi: Generate SPCR table
Date: Thu, 15 Nov 2018 18:06:33 +0200 [thread overview]
Message-ID: <20181115160633.GU10650@smile.fi.intel.com> (raw)
In-Reply-To: <CAEUhbmU3wLWc_TX3g9MQo+297wb_WYQ1OALU=PJBowsvEq9VXA@mail.gmail.com>
On Tue, Sep 25, 2018 at 10:27:33AM +0800, Bin Meng wrote:
> On Sat, Sep 22, 2018 at 9:05 PM Andy Shevchenko
> <andriy.shevchenko@linux.intel.com> wrote:
> > +/* SPCR (Serial Port Console Redirection table) */
> > +struct __packed acpi_spcr {
> > + struct acpi_table_header header; /* Common ACPI table header */
> > + u8 interface_type; /* 0=full 16550, 1=subset of 16550 */
> > + u8 reserved[3];
> > + struct acpi_gen_regaddr serial_port; /* The base address of the Serial Port register set */
> > + u8 interrupt_type;
> > + u8 pc_interrupt;
> > + u32 interrupt; /* Global system interrupt */
> > + u8 baud_rate;
> > + u8 parity;
> > + u8 stop_bits;
> > + u8 flow_control;
> > + u8 terminal_type;
> > + u8 reserved1;
> > + u16 pci_device_id; /* Must be 0xffff if not PCI device */
> > + u16 pci_vendor_id; /* Must be 0xffff if not PCI device */
> > + u8 pci_bus;
> > + u8 pci_device;
> > + u8 pci_function;
> > + u32 pci_flags;
> > + u8 pci_segment;
> > + u32 reserved2;
> > +};
> I see not every member of 'struct __packed acpi_spcr' is populated.
> Are they not used by kernel? If kernel does not use it, it is used by
> Windows?
No idea about Windows, but there are two statements:
- *not all* should be filled, otherwise it would be contradictory
(PCI vs. non-PCI device, for example)
- Linux doesn't use all of them, indeed
--
With Best Regards,
Andy Shevchenko
prev parent reply other threads:[~2018-11-15 16:06 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-22 13:05 [U-Boot] [PATCH v1 0/2] ACPI: Generate SPCR table Andy Shevchenko
2018-09-22 13:05 ` [U-Boot] [PATCH v1 1/2] WIP: serial: Introduce ->getinfo() callback Andy Shevchenko
2018-09-24 7:43 ` Patrice CHOTARD
2018-09-24 7:52 ` Andy Shevchenko
2018-09-25 2:24 ` Bin Meng
2018-11-15 16:03 ` Andy Shevchenko
2018-09-22 13:05 ` [U-Boot] [PATCH v1 2/2] WIP: x86: acpi: Generate SPCR table Andy Shevchenko
2018-09-24 7:44 ` Patrice CHOTARD
2018-09-25 2:27 ` Bin Meng
2018-11-15 16:06 ` Andy Shevchenko [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181115160633.GU10650@smile.fi.intel.com \
--to=andriy.shevchenko@linux.intel.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.