repo.or.cz
/
buildrom.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add buildrom support for the ASUS A8N-E.
[buildrom.git]
/
buildrom-devel
/
config
/
platforms
/
asus_a8n-e.conf
blob
eab1f5429fe36fb3a3ef58cc7e43ae3528f39da9
1
# Support for the ASUS A8N-E board
2
3
#### Platform configuration
4
5
ifeq ($(CONFIG_TARGET_64BIT),y)
6
TARGET_ARCH=x86_64
7
CFLAGS_platform =
8
else
9
TARGET_ARCH=i686
10
CFLAGS_platform =
11
endif
12
13
# kernel configuration (for LAB)
14
15
# TODO
16
17
UCLIBC_ARCH=$(TARGET_ARCH)
18
19
# Etherboot configuration
20
21
ETHERBOOT_ARCH=i386
22
23
# coreboot configuration
24
25
COREBOOT_VENDOR=asus
26
COREBOOT_BOARD=a8n_e
27
CBV2_TDIR=asus_a8n_e
28
CBV2_TAG=3626
29