[0/4] acpi: handle duplicate tables in acpi dump

Simon Glass sjg at chromium.org
Wed Apr 22 00:48:36 CEST 2026


Hi Heinrich,

On 2026-04-20T22:08:00, Heinrich Schuchardt
<heinrich.schuchardt at canonical.com> wrote:

> @index: 1-based index number to find

The header comment says 1-based, but the implementation is 0-based —
the function returns when index reaches 0, and all callers pass 0 for
the first table. Please can you fix this to say '@index: 0-based index
number to find'?

> Update all callers to pass index 1.

Should say 'pass index 0'.

> ACPI tables like SSDT may have multiple indexs.

Typo: 'indexs' should be 'indices'.

Regards,
Simon


More information about the U-Boot mailing list