mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
arm64: add a std.ec2 config
Mostly to document basic harware present on the platform; knowing that Graviton exposes an ns8250 uart alone is quite helpful. Reviewed by: andrew, imp, manu Seems accurate: cperciva Sponsored by: NetApp, Inc. Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D36776
This commit is contained in:
parent
43d0c2ddd2
commit
60c96dbf20
2 changed files with 16 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ include "std.amd"
|
|||
include "std.arm"
|
||||
include "std.broadcom"
|
||||
include "std.cavium"
|
||||
include "std.ec2"
|
||||
include "std.hyperv"
|
||||
include "std.hisilicon"
|
||||
include "std.imx"
|
||||
|
|
|
|||
15
sys/arm64/conf/std.ec2
Normal file
15
sys/arm64/conf/std.ec2
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#
|
||||
# EC2 support (Graviton, Graviton 2)
|
||||
#
|
||||
|
||||
# Serial (COM) ports
|
||||
device uart_ns8250
|
||||
|
||||
# Ethernet NIC, typically loaded as a module instead
|
||||
#device ena
|
||||
|
||||
# Options typically present in AWS /boot/loader.conf that we don't want to
|
||||
# enable for GENERIC
|
||||
#envvar hw.broken_txfifo=1
|
||||
|
||||
device acpi
|
||||
Loading…
Reference in a new issue