Re: [U-Boot] [PATCH v2 08/20] x86: Add support for the Simple Firmware Interface (SFI)

2015-04-29 Thread Simon Glass
On 28 April 2015 at 23:16, Bin Meng wrote: > Hi Simon, > > On Wed, Apr 29, 2015 at 10:25 AM, Simon Glass wrote: >> This provides a way of passing information to Linux without requiring the >> full ACPI horror. Provide a rudimentary implementation sufficient to be >> recognised and parsed by Linux

Re: [U-Boot] [PATCH v2 08/20] x86: Add support for the Simple Firmware Interface (SFI)

2015-04-28 Thread Bin Meng
Hi Simon, On Wed, Apr 29, 2015 at 10:25 AM, Simon Glass wrote: > This provides a way of passing information to Linux without requiring the > full ACPI horror. Provide a rudimentary implementation sufficient to be > recognised and parsed by Linux. > > Signed-off-by: Simon Glass > --- Looks good,

[U-Boot] [PATCH v2 08/20] x86: Add support for the Simple Firmware Interface (SFI)

2015-04-28 Thread Simon Glass
This provides a way of passing information to Linux without requiring the full ACPI horror. Provide a rudimentary implementation sufficient to be recognised and parsed by Linux. Signed-off-by: Simon Glass --- Changes in v2: - Rename CONFIG_SFI to CONFIG_GENERATE_SFI_TABLE and move within Kconfig