Michael Niewöhner has uploaded a new patch set (#10) to the change originally created by Angel Pons. ( https://review.coreboot.org/c/coreboot/+/38978 )
Change subject: mb/acer: add Aspire ES1-572 and Extensa 2540 (Compal LA-E061P) ......................................................................
mb/acer: add Aspire ES1-572 and Extensa 2540 (Compal LA-E061P)
Both the Acer Aspire ES1-572 and the Acer Extensa 2540 use the same mainboard, the Compal LA-E061P. This change adds support for it.
See Documentation/mainboard/acer/aspire_es1-572_and_extensa_2540.md for what is working and what not.
Needs test: - Battery - Touchpad (seems to work but hangs often.. maybe my tp is defective) - Card reader - Lid - Audio
Todo: - make s3 work (again) - make LID ACPI code work - make ec acpi code actually work (currently just dropped in vendor code and applied some replacements like One -> 1 and so on)
Change-Id: Id98788a2c5e54f70fd1cacbd70d636f5e63b2619 Signed-off-by: Angel Pons th3fanbus@gmail.com Signed-off-by: Michael Niewöhner foss@mniewoehner.de --- A Documentation/mainboard/acer/aspire_es1-572_and_extensa_2540.md A Documentation/mainboard/acer/la-e061p_flash_diode_1.jpg A Documentation/mainboard/acer/la-e061p_flash_diode_2.jpg A Documentation/mainboard/acer/la-e061p_flash_diode_3.jpg A Documentation/mainboard/acer/la-e061p_uart.jpg M Documentation/mainboard/index.md A src/mainboard/acer/es1-572/Kconfig A src/mainboard/acer/es1-572/Kconfig.name A src/mainboard/acer/es1-572/Makefile.inc A src/mainboard/acer/es1-572/acpi/ec.asl A src/mainboard/acer/es1-572/acpi/lid.asl A src/mainboard/acer/es1-572/acpi/mainboard.asl A src/mainboard/acer/es1-572/acpi/superio.asl A src/mainboard/acer/es1-572/board_info.txt A src/mainboard/acer/es1-572/bootblock.c A src/mainboard/acer/es1-572/cmos.default A src/mainboard/acer/es1-572/cmos.layout A src/mainboard/acer/es1-572/data.vbt A src/mainboard/acer/es1-572/devicetree.cb A src/mainboard/acer/es1-572/dsdt.asl A src/mainboard/acer/es1-572/gma-mainboard.ads A src/mainboard/acer/es1-572/gpio.c A src/mainboard/acer/es1-572/gpio_early.c A src/mainboard/acer/es1-572/hda_verb.c A src/mainboard/acer/es1-572/include/mainboard/gpio.h A src/mainboard/acer/es1-572/ramstage.c A src/mainboard/acer/es1-572/romstage.c 27 files changed, 1,849 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/78/38978/10