* [U-Boot] 2.0.0 RC7 MACH_TYPE_*NEW*
@ 2009-02-26 18:25 John Jeffers
0 siblings, 0 replies; only message in thread
From: John Jeffers @ 2009-02-26 18:25 UTC (permalink / raw)
To: u-boot
For "2.0.0-rc7-00037-ge983361-dirty" (a fresh git pull) one has to
register a MACH_TYPE_??????????? for a new board with a number.
This appears to have been extracted from the Linux kernel
traditionally. Who is handing these out for u-boot-v2?
The arm maintainer (I seriously think it is but am not sure.)? In
"adding new boards" the .dox file does not address this. I am perfectly
prepared to do what is customary here.
Cheers John
~>/u-boot-v2-tng-200902/include/asm-arm/mach-types.h
----------
/*
* This was automagically generated from arch/arm/tools/mach-types!
* Do NOT edit
*/
#ifndef __ASM_ARM_MACH_TYPE_H
#define __ASM_ARM_MACH_TYPE_H
#ifndef __ASSEMBLY__
/* The type of machine we're running on */
extern unsigned int __machine_arch_type;
#endif
/* see arch/arm/kernel/arch.c for a description of these */
#define MACH_TYPE_EBSA110 0
#define MACH_TYPE_RISCPC 1
..........etc....
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-02-26 18:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-26 18:25 [U-Boot] 2.0.0 RC7 MACH_TYPE_*NEW* John Jeffers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox