
29 Jun
2020
29 Jun
'20
3:27 a.m.
On Sun, Jun 14, 2020 at 10:55 AM Simon Glass sjg@chromium.org wrote:
A package collects together several elements. Add an easy way of writing a package header and updating its length later.
Signed-off-by: Simon Glass sjg@chromium.org Reviewed-by: Wolfgang Wallner wolfgang.wallner@br-automation.com
Changes in v3:
- Fix 'easy of testing' typo
- Move two function comments into the previous patch
include/acpi/acpigen.h | 32 ++++++++++++++++++++++++++++++++ lib/acpi/acpigen.c | 12 ++++++++++++ test/dm/acpigen.c | 27 +++++++++++++++++++++++++++ 3 files changed, 71 insertions(+)
Reviewed-by: Bin Meng bmeng.cn@gmail.com