ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

machtype.h
Go to the documentation of this file.
00001 /*
00002  * PROJECT:         ReactOS Boot Loader
00003  * LICENSE:         BSD - See COPYING.ARM in the top level directory
00004  * FILE:            boot/armllb/inc/machtype.h
00005  * PURPOSE:         Standard machine type definitions defined by Linux/U-boot
00006  * PROGRAMMERS:     ReactOS Portable Systems Group
00007  */
00008 
00009 //
00010 // Marvell Feroceon-based SoC:
00011 // Buffalo Linkstation, KuroBox Pro, D-Link DS323 and others
00012 //
00013 #define MACH_TYPE_FEROCEON     526
00014 
00015 //
00016 // ARM Versatile PB:
00017 // qemu-system-arm -M versatilepb, RealView Development Boards and others
00018 //
00019 #define MACH_TYPE_VERSATILE_PB 387
00020 
00021 //
00022 // TI Beagle Board, OMAP3530 SoC
00023 // qemu-system-arm -M beagle, Beagle Board
00024 //
00025 #define MACH_TYPE_OMAP3_BEAGLE 1546
00026 
00027 //
00028 // LogicPD ZOOM-II MDK Board, OMAP3530 SoC
00029 //
00030 #define MACH_TYPE_OMAP_ZOOM2   1967
00031 
00032 /* EOF */

Generated on Sun May 27 2012 04:19:01 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.