Re: [U-Boot] [PATCH v3 4/6] efi_loader: helloworld: Output ACPI configuration table

2018-07-01 Thread Bin Meng
On Thu, Jun 28, 2018 at 1:48 PM, Heinrich Schuchardt wrote: > On 06/28/2018 05:38 AM, Bin Meng wrote: >> Output ACPI configuration table if it exists. >> >> Signed-off-by: Bin Meng > > Reviewed-by: Heinrich Schuchardt applied to u-boot-x86, thanks!

Re: [U-Boot] [PATCH v3 4/6] efi_loader: helloworld: Output ACPI configuration table

2018-06-27 Thread Heinrich Schuchardt
On 06/28/2018 05:38 AM, Bin Meng wrote: > Output ACPI configuration table if it exists. > > Signed-off-by: Bin Meng Reviewed-by: Heinrich Schuchardt ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

[U-Boot] [PATCH v3 4/6] efi_loader: helloworld: Output ACPI configuration table

2018-06-27 Thread Bin Meng
Output ACPI configuration table if it exists. Signed-off-by: Bin Meng --- Changes in v3: - Use UEFI spec 2.7 provided ACPI table name Changes in v2: - new patch "output ACPI configuration table" lib/efi_loader/helloworld.c | 4 1 file changed, 4 insertions(+) diff --git