From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shinya Kuribayashi Date: Sun, 25 May 2008 11:16:25 +0900 Subject: [U-Boot-Users] [PATCH 1/2][MIPS] Add asm headers In-Reply-To: <20080524200119.30E94247F5@gemini.denx.de> References: <20080524200119.30E94247F5@gemini.denx.de> Message-ID: <4838CBF9.3070908@ruby.dti.ne.jp> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > In message <4838198C.2070108@ruby.dti.ne.jp> you wrote: >> These headers are used to probe and utilize CPU informartion. >> >> - >> - >> - >> - >> - > ... >> diff --git a/include/asm-mips/cpu.h b/include/asm-mips/cpu.h >> new file mode 100644 >> index 0000000..58715e8 >> --- /dev/null >> +++ b/include/asm-mips/cpu.h >> @@ -0,0 +1,265 @@ >> +/* >> + * cpu.h: Values of the PRId register used to match up >> + * various MIPS cpu types. >> + * >> + * Copyright (C) 1996 David S. Miller (dm at engr.sgi.com) >> + * Copyright (C) 2004 Maciej W. Rozycki >> + */ > > Which license is this file released under? GPLv2 only, no doubt. I'll check it. Thanks for pointing this out. Shinya