Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenmachtype.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
1.7.6.1
|