mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Add new at91sam9g45 support and sn9g45 board to the ATMEL kernel.
Adapt SN9G45 board support to cope with multi-board.
This commit is contained in:
parent
39b553cea0
commit
954bfb8bbf
3 changed files with 3 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <arm/at91/at91_piovar.h>
|
||||
#include <arm/at91/at91_pio_sam9g45.h>
|
||||
|
||||
long
|
||||
BOARD_INIT long
|
||||
board_init(void)
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ options PHYSADDR=0x20000000
|
|||
device at91rm9200
|
||||
device at91sam9260
|
||||
device at91sam9g20
|
||||
device at91sam9g45
|
||||
device at91sam9x25
|
||||
|
||||
# bring in the sam specific timers and such
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ device at91_board_qila9g20
|
|||
device at91_board_sam9260ek
|
||||
device at91_board_sam9g20ek
|
||||
device at91_board_sam9x25ek
|
||||
device at91_board_sn9g45
|
||||
device at91_board_tsc4370
|
||||
|
||||
#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||
|
|
|
|||
Loading…
Reference in a new issue