[U-Boot] [PATCH 3/3] arm: Tegra2: Add support for NVIDIA Seaboard board Signed-off-by: Tom Warren <twarren at nvidia.com>

Paulraj, Sandeep s-paulraj at ti.com
Wed Jan 12 01:16:14 CET 2011


Hi Tom,

Nice to see support for this board

> #define MACH_TYPE_TI8148EVM            3004
>#define MACH_TYPE_TEGRA_SEABOARD       3005
>+#define MACH_TYPE_SEABOARD             3005


I don't think this is the way it is supposed to be done.
Patches should not contain an addition to mach-types.h.
What is generally done is you ask for an ARM sync request and in the past
Tom Rix and I have updated mach-types.h.

I did this some weeks ago.

Also i think we cannot have 2 EVMs with same MACH_TYPE_
You should probably go to ARM Linux website and register as a separate EVM.
The Number you get from there should be used. I beleive you can also change the name of the 
board there; assu,ing you intend to use MACH_TYPE_SEABOARD  instead of MACH_TYPE_TEGRA_SEABOARD.

It usually takes a little bit of time for the mach-types to be updated in the 
linux kernel. Once that is done we sync up with the kernel.

Regards,
Sandeep


More information about the U-Boot mailing list