
Hi Bin,
On Thu, 5 Nov 2020 at 01:43, Bin Meng bmeng.cn@gmail.com wrote:
Hi Simon,
On Thu, Nov 5, 2020 at 2:56 PM Bin Meng bmeng.cn@gmail.com wrote:
On Thu, Nov 5, 2020 at 12:57 AM Simon Glass sjg@chromium.org wrote:
This series adds various minor features and tweaks to allow Coral to boot into Chrome OS from U-Boot.
It relies on three other series which have been recently sent:
- smbios (u-boot-dm/smbios-working)
- bootm (u-boot-dm/bootm-working)
- misca (u-boot-dm/misca-working)
This should provide a solid base for using ACPI on other Intel Apollo Lake (APL) devices.
Changes in v3:
- Add a macro to read gd->acpi_ctx to allow use of IS_ENABLED()
Unfortunately this series breaks qemu-x86_64 build, see: https://dev.azure.com/bmeng/GitHub/_build/results?buildId=298&view=resul...
Could you please send a fix and indicate which commit in u-boot-x86 should be fixed/squashed, etc?
Oh dear. Yes I sent a fix. I think I was looking at an earlier build so did not notice the problem on gitlab.
- Move the bloblist types into this patch
- Avoid build error when gd->acpi_ctx is not available
- Correct printf specifier for debug lines
series applied to u-boot-x86, thanks!
Regards, Simon