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:
Warner Losh 2012-07-27 16:38:02 +00:00
parent 39b553cea0
commit 954bfb8bbf
3 changed files with 3 additions and 1 deletions

View file

@ -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)
{

View file

@ -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

View file

@ -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