]> git.baikalelectronics.ru Git - uboot.git/commit
x86: acpi: Add a common routine to write WiFi info
authorSimon Glass <sjg@chromium.org>
Tue, 22 Sep 2020 18:45:04 +0000 (12:45 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 25 Sep 2020 03:27:15 +0000 (11:27 +0800)
commitbdce786adb0f1ec086e78d282e17cebeb8e54063
treeb2efc6d692791741bdd250ea67a93953bb7599ae
parentf4365c08660a2eb2c76d22bcf131fde8c355ae73
x86: acpi: Add a common routine to write WiFi info

Intel WiFi chips can use a common routine to write the information needed
by linux. Add an implementation of this.

Enable it for coral.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/Kconfig
arch/x86/cpu/intel_common/Makefile
arch/x86/cpu/intel_common/generic_wifi.c [new file with mode: 0644]
configs/chromebook_coral_defconfig