Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/33102
to look at the new patch set (#7).
Change subject: ec/apple: ACPI code for Apple MacBooks ......................................................................
ec/apple: ACPI code for Apple MacBooks
- Moved ACPI code for Apple MacBooks to a separate directory to avoid it's duplication in mainboards - Added AC and lid implementations for newer generations - Old code is rewritten with new ASL syntax
AC and lid implementation files are named after EC register that's used in them. Older generations (macbook2,1) use 0x01 while newer generations like 2011-2012 Airs use 0x60. Battery registers seem to be the same.
Tested on MacBook Air 5,2.
Change-Id: I3d4585aac8e3ebbfed6ce4d4e39fbc33ac983069 Signed-off-by: Evgeny Zinoviev me@ch1p.io --- A src/ec/apple/acpi/ac_01.asl A src/ec/apple/acpi/ac_60.asl A src/ec/apple/acpi/battery.asl A src/ec/apple/acpi/ec.asl A src/ec/apple/acpi/lid_01.asl A src/ec/apple/acpi/lid_60.asl 6 files changed, 409 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/02/33102/7