xref: /reactos/boot/armllb/inc/machtype.h (revision c2c66aff)
1 /*
2  * PROJECT:         ReactOS Boot Loader
3  * LICENSE:         BSD - See COPYING.ARM in the top level directory
4  * FILE:            boot/armllb/inc/machtype.h
5  * PURPOSE:         Standard machine type definitions defined by Linux/U-boot
6  * PROGRAMMERS:     ReactOS Portable Systems Group
7  */
8 
9 //
10 // Marvell Feroceon-based SoC:
11 // Buffalo Linkstation, KuroBox Pro, D-Link DS323 and others
12 //
13 #define MACH_TYPE_FEROCEON     526
14 
15 //
16 // ARM Versatile PB:
17 // qemu-system-arm -M versatilepb, RealView Development Boards and others
18 //
19 #define MACH_TYPE_VERSATILE_PB 387
20 
21 //
22 // TI Beagle Board, OMAP3530 SoC
23 // qemu-system-arm -M beagle, Beagle Board
24 //
25 #define MACH_TYPE_OMAP3_BEAGLE 1546
26 
27 //
28 // LogicPD ZOOM-II MDK Board, OMAP3530 SoC
29 //
30 #define MACH_TYPE_OMAP_ZOOM2   1967
31 
32 /* EOF */