~ubuntu-branches/ubuntu/lucid/libdebian-installer/lucid

« back to all changes in this revision

Viewing changes to src/system/subarch-arm-linux.c

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Blank, Bastian Blank, Martin Michlmayr, Colin Watson, Joey Hess
  • Date: 2006-05-31 23:02:10 UTC
  • Revision ID: james.westby@ubuntu.com-20060531230210-z3sc8766e7j7n9ci
Tags: 0.42
[ Bastian Blank ]
* Bump shared library revision to 6.
* Add small AVL tree implementation.

[ Martin Michlmayr ]
* Remove (incomplete) BAST and LAST support.
* Drop Riscstation since it's no longer supported in 2.6 kernels.
* Rename arm/riscpc to arm/rpc for consistency.

[ Colin Watson ]
* Fix Hurd detection at build time.

[ Joey Hess ]
* Move more resolver debug logging into ENABLE_EXTENSIVE_DEBUG ifdefs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
};
13
13
 
14
14
static struct map map_hardware[] = {
15
 
    { "Acorn-RiscPC" , "riscpc" },
16
 
    { "RiscStation-RS7500" , "riscstation" },
17
 
    { "Acorn-Archimedes" , "archimedies" },
18
 
    { "Acorn-A5000" , "a5000" },
19
 
    { "LinkUp Systems L7200" , "l7200" },
20
 
    { "FTV/PCI" , "futuretv" },
21
 
    { "unknown-TBOX" , "tbox" },
22
 
    { "CL-PS7110" , "ps7110" },
23
 
    { "Etoile" , "etoile" },
24
 
    { "LaCie_NAS" , "lacienas" },
25
 
    { "CL-PS7500" , "ps7500" },
26
 
    { "Anakin" , "anakin" },
27
 
    { "ATMEL AT91RM9200" , "at9200" },
28
 
    { "autronix autcpu12" , "clps711x" },
29
 
    { "Cirrus-CDB89712" , "clps711x" },
30
 
    { "Cirrus Logic 7212/7312" , "clps711x" },
31
 
    { "CL-EDB7211 (EP7211 eval board)" , "clps711x" },
32
 
    { "ARM-FortuNet" , "clps711x" },
33
 
    { "Guide A07 (cs89712 core)" , "clps711x" },
34
 
    { "ARM-Prospector720T" , "clps711x" },
35
 
    { "EBSA110" , "ebsa110" },
36
 
    { "Altera Epxa10db" , "expa" },
37
 
    { "Altera Epxa1db" , "expa" },
 
15
    { "Acorn-RiscPC" , "rpc" },
38
16
    { "EBSA285" , "netwinder" },
39
17
    { "Rebel-NetWinder" , "netwinder" },
40
18
    { "Chalice-CATS" , "netwinder" },
41
19
    { "co-EBSA285" , "netwinder" },
42
20
    { "Compaq-PersonalServer" , "netwinder" },
43
 
    { "ARM-Integrator" , "integrator" },
44
 
    { "Motorola MX1ADS" , "mx1ads" },
45
 
    { "Intel-Assabet" , "assabet" },
46
 
    { "Hewlett-Packard Laboratories BadgePAD 4" , "badgepad4" },
47
 
    { "Intel Brutus (SA1100 eval board)" , "brutus" },
48
 
    { "Iskratel Cep" , "cep" },
49
 
    { "Intrinsyc's Cerf Family of Products" , "intrinsyccerf" },
50
 
    { "empeg MP3 Car Audio Player" , "empeg" },
51
 
    { "FlexaNet" , "flexanet" },
52
 
    { "Freebird-HPC-1.1" , "hpc11" },
53
 
    { "2d3D, Inc. SA-1110 Development Board" , "2d3d" },
54
21
    { "ADS" , "ads" }, /* Matches only ADS boards. Put any exceptions before. */
55
22
    { "Applied Data Systems" , "ads" }, /* More ADS boards. */
56
 
    { "Compaq iPAQ H3600" , "ipaqh3600" },
57
 
    { "Compaq iPAQ H3100" , "ipaqh3100" },
58
 
    { "Compaq iPAQ H3800" , "ipaqh3800" },
59
 
    { "HackKit Cpu Board" , "hackkit" },
60
 
    { "HuW-Webpanel" , "huwwebpanel" },
61
 
    { "Compaq Itsy" , "itsy" },
62
 
    { "HP Jornada 720" , "jornada720" },
63
 
    { "LART" , "lart" },
64
 
    { "BSE nanoEngine" , "bsenano" },
65
 
    { "OmniMeter" , "omnimeter" },
66
 
    { "Dialogue-Pangolin" , "pangolin" },
67
 
    { "Tulsa" , "tulsa" },
68
 
    { "PLEB" , "" },
69
 
    { "Shannon (AKA: Tuxscreen)" , "shannon" },
70
 
    { "Blazie Engineering Sherman" , "blaziesherman" },
71
 
    { "Simpad" , "simpad" },
72
 
    { "Picopeta-Simputer" , "simputer" },
73
 
    { "PT System 3" , "ptsystem3" },
74
 
    { "VisuAide Victor" , "victor" },
75
 
    { "XP860" , "xp860" },
76
 
    { "Yopy" , "yopy" },
77
 
    { "Shark" , "shark" },
78
 
    { "Simtec-BAST" , "bast" },
79
 
    { "Iyonix" , "iyonix" },
80
 
    { "Baloon" , "baloon" },
81
23
    { "Linksys NSLU2", "nslu2" },
82
24
    { NULL, NULL }
83
25
};