coreboot-kgpe-d16/src/arch/x86
Rajat Jain a28e3fb694 arch/x86/acpi: Add code to generate ACPI for PS2 keyboards
Add new file to generate ACPI _DSD code for PS2 keyboards. The
following 2 device properties are generated as needed:

function-row-phymap: A list of ordered scancodes for function row.

linux,keymap: Symantically, this is an array of "scancode,keycode"
tuple entries. Each entry teaches linux the keycode corresponding
to a scancode.

Signed-off-by: Rajat Jain <rajatja@google.com>
Change-Id: I5ee05173106a125793e91c263610731543c85472
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40031
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
2020-04-20 21:34:58 +00:00
..
acpi src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
include arch/x86/acpi: Add code to generate ACPI for PS2 keyboards 2020-04-20 21:34:58 +00:00
acpi.c acpi: Bump MADT to revision 3 2020-04-13 23:32:27 +00:00
acpi_bert_storage.c src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
acpi_device.c src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
acpi_pld.c src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
acpi_s3.c src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
acpigen.c acpi: Change Processor ACPI Name (Intel only) 2020-03-23 16:54:58 +00:00
acpigen_dsm.c src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
acpigen_ps2_keybd.c arch/x86/acpi: Add code to generate ACPI for PS2 keyboards 2020-04-20 21:34:58 +00:00
assembly_entry.S src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
boot.c src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
bootblock_crt0.S src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
bootblock_normal.c src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
c_start.S src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
car.ld security/vboot: Decouple measured boot from verified boot 2020-03-31 07:55:18 +00:00
cbmem.c src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
cf9_reset.c src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
cpu.c drivers/pc80/rtc: Reorganize prototypes 2020-04-20 06:16:54 +00:00
cpu_common.c src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
ebda.c src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
exception.c src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
exit_car.S src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
gdt.c src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
gdt_init.S src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
id.ld src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
id.S src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
idt.S src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
ioapic.c src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
Kconfig arch/x86/tables: Move max ACPI table size to Kconfig 2020-03-31 10:39:33 +00:00
Makefile.inc arch/x86/acpi: Add code to generate ACPI for PS2 keyboards 2020-04-20 21:34:58 +00:00
memcpy.c src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
memlayout.ld src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
memmove.c src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
memset.c src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
mmap_boot.c src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
mpspec.c src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
pirq_routing.c src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
post.c drivers/pc80/rtc: Reorganize prototypes 2020-04-20 06:16:54 +00:00
postcar.c src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
postcar_loader.c src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
prologue.inc src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
rdrand.c src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
smbios.c src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
tables.c arch/x86/tables: Move max ACPI table size to Kconfig 2020-03-31 10:39:33 +00:00
thread.c src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
thread_switch.S src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
timestamp.c src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
timestamp.inc src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
verstage.c src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
wakeup.S src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
walkcbfs.S src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00