From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephan Linz Date: Wed, 19 Nov 2003 08:36:17 +0100 Subject: [U-Boot-Users] u-boot and NIOS dk 1s10 board In-Reply-To: <20031118154940.011F9C5F5F@atlas.denx.de> References: <20031118154940.011F9C5F5F@atlas.denx.de> Message-ID: <03111908361707.23084@pcj86> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am Dienstag, 18. November 2003 16:49 schrieb Wolfgang Denk: > In message <03111816211506.23084@pcj86> you wrote: > > > u-boot has a clever mechanism we can use to avoid code > > > duplication by using the VENDOR make variable. A good > > > example is in board/siemens: the SCM and CCM boards > > > both share common code. > > > > Sounds interesting. I will spend some time on it next weekend. > > Another option is to pass configuration options from the Makefile. > See for example how CPU type, core frequency, availability of L2 > cache and bus mode are handled for the TQM82xx boards. Yes, I know about because of my last few PPC projects, but I think there are to many options for a NIOS board. We have to configure whole CPU functionality (not only a board). I'll compare both ways. br, Stephan