summaryrefslogtreecommitdiffstats
path: root/config/arm/defines
blob: bbf10edd177cdac1a9db326d244132dceb4f173d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[base]
flavours:
 footbridge
 iop32x
 ixp4xx
 orion5x
kernel-arch: arm

[image]
suggests: fdutils

[footbridge_image]
suggests: nwutil

[footbridge_base]
class: Footbridge
longclass: Footbridge based (CATS, Netwinder)

[iop32x_base]
class: IOP32x
longclass: IOP32x based (Thecus N2100, etc)

[iop32x_build]
image-file: arch/arm/boot/zImage

[iop32x_image]
# Thecus N2100: 1441792 - 8 = 1441784
check-size: 1441784

[ixp4xx_base]
class: IXP4xx
longclass: IXP4xx based (Linksys NSLU2, etc)

[ixp4xx_build]
image-file: arch/arm/boot/zImage

[ixp4xx_image]
# Linksys NSLU2: 1441792 - 16 - 16 = 1441760
check-size: 1441760

[orion5x_base]
class: Orion
longclass: Orion 5181, 5182 and 5281 based (QNAP TS-109/TS-209, etc)

[orion5x_build]
image-file: arch/arm/boot/zImage

[orion5x_image]
recommends: uboot-mkimage
# D-Link DNS-323: 1572864 - 8 - 64 = 1572792
# HP Media Vault mv2120: ca 2 MB
# QNAP TS-109/TS-209 & TS-409: 2097152 - 8 - 64 = 2097080
check-size: 1572792

[versatile_base]
class: Versatile
longclass: Versatile (PB, AB, Qemu)