<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/lib_microblaze/Makefile, branch v2009.06-rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/'/>
<entry>
<title>Big white-space cleanup.</title>
<updated>2008-05-20T22:14:08+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2008-05-20T14:00:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=53677ef18e25c97ac613349087c5cb33ae5a2741'/>
<id>53677ef18e25c97ac613349087c5cb33ae5a2741</id>
<content type='text'>
This commit gets rid of a huge amount of silly white-space issues.
Especially, all sequences of SPACEs followed by TAB characters get
removed (unless they appear in print statements).

Also remove all embedded "vim:" and "vi:" statements which hide
indentation problems.

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit gets rid of a huge amount of silly white-space issues.
Especially, all sequences of SPACEs followed by TAB characters get
removed (unless they appear in print statements).

Also remove all embedded "vim:" and "vi:" statements which hide
indentation problems.

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[Makefile] Sort COBJS in lib_&lt;arch&gt; Makefiles</title>
<updated>2008-02-27T10:00:47+00:00</updated>
<author>
<name>Marian Balakowicz</name>
<email>m8@semihalf.com</email>
</author>
<published>2008-02-27T10:00:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=823afe7cefe00dafefc6696c1cc7aa828c394234'/>
<id>823afe7cefe00dafefc6696c1cc7aa828c394234</id>
<content type='text'>
Signed-off-by: Marian Balakowicz &lt;m8@semihalf.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Marian Balakowicz &lt;m8@semihalf.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[new uImage] Rename architecture specific bootm code files</title>
<updated>2008-02-07T00:12:57+00:00</updated>
<author>
<name>Marian Balakowicz</name>
<email>m8@semihalf.com</email>
</author>
<published>2008-01-31T12:20:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=4a995edec1ac163d9326d143ffe2b47e7543407f'/>
<id>4a995edec1ac163d9326d143ffe2b47e7543407f</id>
<content type='text'>
Implementation of the do_bootm_linux() and other bootm helper routines is
architecture specific code. As such it resides in lib_&lt;arch&gt; directories
in files named &lt;arch&gt;_linux.c

This patch renames those files to a more clear and accurate
lib_&lt;arch&gt;/bootm.c form.

List of the renamed files:
   lib_arm/armlinux.c -&gt; lib_arm/bootm.c
   lib_avr32/avr32_linux.c -&gt; lib_avr32/bootm.c
   lib_blackfin/bf533_linux.c -&gt; lib_blackfin/bootm.c
   lib_i386/i386_linux.c -&gt; lib_i386/bootm.c
   lib_m68k/m68k_linux.c -&gt; lib_m68k/bootm.c
   lib_microblaze/microblaze_linux.c -&gt; lib_microblaze/bootm.c
   lib_mips/mips_linux.c -&gt; lib_mips/bootm.c
   lib_nios/nios_linux.c -&gt; lib_nios/bootm.c
   lib_nios2/nios_linux.c -&gt; lib_nios2/bootm.c
   lib_ppc/ppc_linux.c -&gt; lib_ppc/bootm.c
   lib_sh/sh_linux.c -&gt; lib_sh/bootm.c

Signed-off-by: Marian Balakowicz &lt;m8@semihalf.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implementation of the do_bootm_linux() and other bootm helper routines is
architecture specific code. As such it resides in lib_&lt;arch&gt; directories
in files named &lt;arch&gt;_linux.c

This patch renames those files to a more clear and accurate
lib_&lt;arch&gt;/bootm.c form.

List of the renamed files:
   lib_arm/armlinux.c -&gt; lib_arm/bootm.c
   lib_avr32/avr32_linux.c -&gt; lib_avr32/bootm.c
   lib_blackfin/bf533_linux.c -&gt; lib_blackfin/bootm.c
   lib_i386/i386_linux.c -&gt; lib_i386/bootm.c
   lib_m68k/m68k_linux.c -&gt; lib_m68k/bootm.c
   lib_microblaze/microblaze_linux.c -&gt; lib_microblaze/bootm.c
   lib_mips/mips_linux.c -&gt; lib_mips/bootm.c
   lib_nios/nios_linux.c -&gt; lib_nios/bootm.c
   lib_nios2/nios_linux.c -&gt; lib_nios2/bootm.c
   lib_ppc/ppc_linux.c -&gt; lib_ppc/bootm.c
   lib_sh/sh_linux.c -&gt; lib_sh/bootm.c

Signed-off-by: Marian Balakowicz &lt;m8@semihalf.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Move "ar" flags to config.mk to allow for silent "make -s"</title>
<updated>2006-10-08T23:02:05+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@atlas.denx.de</email>
</author>
<published>2006-10-08T23:02:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=2b208f5308ae0c72a6840180e59ed1ab4f9b69fc'/>
<id>2b208f5308ae0c72a6840180e59ed1ab4f9b69fc</id>
<content type='text'>
Based on patch by Mike Frysinger, 20 Jun 2006
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on patch by Mike Frysinger, 20 Jun 2006
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for a saving build objects in a separate directory.</title>
<updated>2006-09-01T17:49:50+00:00</updated>
<author>
<name>Marian Balakowicz</name>
<email>m8@semihalf.com</email>
</author>
<published>2006-09-01T17:49:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=f93286397ed2a7084efb0362a43ee09f11702349'/>
<id>f93286397ed2a7084efb0362a43ee09f11702349</id>
<content type='text'>
Modifications are based on the linux kernel approach and
support two use cases:

  1) Add O= to the make command line
  'make O=/tmp/build all'

  2) Set environement variable BUILD_DIR to point to the desired location
  'export BUILD_DIR=/tmp/build'
  'make'

The second approach can also be used with a MAKEALL script
'export BUILD_DIR=/tmp/build'
'./MAKEALL'

Command line 'O=' setting overrides BUILD_DIR environent variable.

When none of the above methods is used the local build is performed and
the object files are placed in the source directory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Modifications are based on the linux kernel approach and
support two use cases:

  1) Add O= to the make command line
  'make O=/tmp/build all'

  2) Set environement variable BUILD_DIR to point to the desired location
  'export BUILD_DIR=/tmp/build'
  'make'

The second approach can also be used with a MAKEALL script
'export BUILD_DIR=/tmp/build'
'./MAKEALL'

Command line 'O=' setting overrides BUILD_DIR environent variable.

When none of the above methods is used the local build is performed and
the object files are placed in the source directory.
</pre>
</div>
</content>
</entry>
<entry>
<title>Patches by Yasushi Shoji, 29 Jun 2004:</title>
<updated>2004-07-10T23:48:41+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-07-10T23:48:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=857cad37a41c431582a74be56f858ee0476cd0d9'/>
<id>857cad37a41c431582a74be56f858ee0476cd0d9</id>
<content type='text'>
- add empty include/asm-microblaze/processor.h
- add to CREDITS and MAINTAINERS
- add gd initialization
- add MicroBlaze and SUZAKU board to MAKEALL script
- add reset support for SUZAKU
- add flush_cache() for MicroBlaze
- add CFG_FLASH_SIZE to include/configs/suzaku.h since we have fixed
  size flash memory on SUZAKU
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- add empty include/asm-microblaze/processor.h
- add to CREDITS and MAINTAINERS
- add gd initialization
- add MicroBlaze and SUZAKU board to MAKEALL script
- add reset support for SUZAKU
- add flush_cache() for MicroBlaze
- add CFG_FLASH_SIZE to include/configs/suzaku.h since we have fixed
  size flash memory on SUZAKU
</pre>
</div>
</content>
</entry>
<entry>
<title>* Patch by Yasushi Shoji, 07 Apr 2004:</title>
<updated>2004-04-18T21:13:41+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-04-18T21:13:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=507bbe3e8084a82c20399367801da87db7d14e65'/>
<id>507bbe3e8084a82c20399367801da87db7d14e65</id>
<content type='text'>
  - add support for microblaze processors
  - add support for AtmarkTechno "suzaku" board
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - add support for microblaze processors
  - add support for AtmarkTechno "suzaku" board
</pre>
</div>
</content>
</entry>
</feed>
