x86: add support for AWS T3 instances
authorAlberto Bursi <bobafetthotmail@gmail.com>
Sat, 6 Feb 2021 19:25:32 +0000 (20:25 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 28 Feb 2021 23:34:23 +0000 (00:34 +0100)
commit788ec9a7cfc843c8e46451331521cdc7d81866bd
tree9de7edb098e4da10478b617edbfd5c66b3205f44
parent0c0c9c734d216b69f404a80eab4f9989a4fc9d42
x86: add support for AWS T3 instances

Amazon AWS T3 cloud instances require kernel support
for the Elastic Fabric Adapter to access storage
and for Elastic Network Adapter to use network
interfaces.

Since the Fabric Adapter is needed to access
root filesystem, enable in x86_64 kernel.

Elastic Network Adapter goes in a module,
and add this module to default list in x86_64.
The module is set to AutoLoad because AutoProbe does
not seem to load it.

Signed-off-by: Alberto Bursi <bobafetthotmail@gmail.com>
target/linux/x86/64/config-5.4
target/linux/x86/image/64.mk
target/linux/x86/modules.mk