<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/sparc/cpu/leon2, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/arch/sparc/cpu/leon2?h=master</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/sparc/cpu/leon2?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2017-04-05T17:52:20Z</updated>
<entry>
<title>SPARC: Remove</title>
<updated>2017-04-05T17:52:20Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2017-03-14T15:08:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=936478e797a87bcd4e002bf70430b6f58584b155'/>
<id>urn:sha1:936478e797a87bcd4e002bf70430b6f58584b155</id>
<content type='text'>
The SPARC architecture is currently unmaintained, remove.

Cc: Francois Retief &lt;fgretief@spaceteq.co.za&gt;
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>sparc: Remove non-generic board init files: board.c, time.c</title>
<updated>2015-12-03T11:15:50Z</updated>
<author>
<name>Francois Retief</name>
<email>fgretief@spaceteq.co.za</email>
</author>
<published>2015-11-21T21:15:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7a4fb11b85939b47738283c3a7ae7f461468e274'/>
<id>urn:sha1:7a4fb11b85939b47738283c3a7ae7f461468e274</id>
<content type='text'>
Remove the board.c and time.c files and all associated non-generic board
initialization code.

Signed-off-by: Francois Retief &lt;fgretief@spaceteq.co.za&gt;
</content>
</entry>
<entry>
<title>sparc: Add CONFIG_DISPLAY_BOARDINFO variable to all LEON boards</title>
<updated>2015-12-03T11:15:49Z</updated>
<author>
<name>Francois Retief</name>
<email>fgretief@spaceteq.co.za</email>
</author>
<published>2015-10-28T14:49:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4c547754f525729e0e81389d94b26f2bea80741c'/>
<id>urn:sha1:4c547754f525729e0e81389d94b26f2bea80741c</id>
<content type='text'>
Signed-off-by: Francois Retief &lt;fgretief@spaceteq.co.za&gt;
</content>
</entry>
<entry>
<title>sparc: Update PROM initialization code for generic board</title>
<updated>2015-12-03T11:15:49Z</updated>
<author>
<name>Francois Retief</name>
<email>fgretief@spaceteq.co.za</email>
</author>
<published>2015-11-23T11:05:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1e85ccec536f86a96e5e317b5a59a6f5180451f3'/>
<id>urn:sha1:1e85ccec536f86a96e5e317b5a59a6f5180451f3</id>
<content type='text'>
Fixed the prom_relocate() function in start.S file by reserving memory in
the board_init_f sequence and saving the offset to the __prom_start_reloc
variable. This value is used as the destination when relocating the PROM.

Add the prom_init() function to the end of the board_init_r sequence.

Signed-off-by: Francois Retief &lt;fgretief@spaceteq.co.za&gt;
</content>
</entry>
<entry>
<title>sparc: Update cpu_init.c to use generic timer infrastructure</title>
<updated>2015-12-03T11:15:49Z</updated>
<author>
<name>Francois Retief</name>
<email>fgretief@spaceteq.co.za</email>
</author>
<published>2015-10-28T13:18:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c97088c3cfa84e7e53fddd26896f145cc8c431a2'/>
<id>urn:sha1:c97088c3cfa84e7e53fddd26896f145cc8c431a2</id>
<content type='text'>
Introduce the CONFIG_SYS_TIMER_* macros in include/asm/config.h to make use
of the generic timer infrastructure in lib/time.c.

Created a timer_init() function to initialize the timer hardware and update
the #ifdef in board_init_f to allow this function to be called during the
start-up sequence.

Signed-off-by: Francois Retief &lt;fgretief@spaceteq.co.za&gt;
</content>
</entry>
<entry>
<title>sparc: leon2: Updates for generic board initialization</title>
<updated>2015-12-03T11:15:49Z</updated>
<author>
<name>Francois Retief</name>
<email>fgretief@spaceteq.co.za</email>
</author>
<published>2015-11-21T11:25:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c837901bf15616dd08997c30461e0f62bcd55245'/>
<id>urn:sha1:c837901bf15616dd08997c30461e0f62bcd55245</id>
<content type='text'>
Reworked the LEON2 start.S code to call board_init_f function at startup.
Also implemented the relocate_code function in assembly to relocate the
monitor and setup the stack pointer before calling relocated board_init_r.

Add the CONFIG_SYS_GENERIC_BOARD variable to all the LEON2 boards.

Signed-off-by: Francois Retief &lt;fgretief@spaceteq.co.za&gt;
</content>
</entry>
<entry>
<title>sparc: Initial ground work for generic board initialization</title>
<updated>2015-12-03T11:15:48Z</updated>
<author>
<name>Francois Retief</name>
<email>fgretief@spaceteq.co.za</email>
</author>
<published>2015-10-28T12:29:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e17c5200c7e9a802783a53d4f4457fa68f7fa074'/>
<id>urn:sha1:e17c5200c7e9a802783a53d4f4457fa68f7fa074</id>
<content type='text'>
Initial ground work in preperation for generic board initialization
code for the SPARC architecture.

Signed-off-by: Francois Retief &lt;fgretief@spaceteq.co.za&gt;
</content>
</entry>
<entry>
<title>sparc: Fix whitespace in cpu/leon2/cpu_init.c</title>
<updated>2015-12-03T11:15:48Z</updated>
<author>
<name>Francois Retief</name>
<email>fgretief@spaceteq.co.za</email>
</author>
<published>2015-11-21T15:07:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a5b629a33e717e794db8db5b0fedbd3aa254e711'/>
<id>urn:sha1:a5b629a33e717e794db8db5b0fedbd3aa254e711</id>
<content type='text'>
Signed-off-by: Francois Retief &lt;fgretief@spaceteq.co.za&gt;
</content>
</entry>
<entry>
<title>sparc: Serial baud rate register support multiple buses with different frequency</title>
<updated>2015-12-03T11:15:48Z</updated>
<author>
<name>Daniel Hellstrom</name>
<email>daniel@gaisler.com</email>
</author>
<published>2010-01-22T10:49:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ff0b9b77c2c86e9c6cdb572a258b29f24fcd754a'/>
<id>urn:sha1:ff0b9b77c2c86e9c6cdb572a258b29f24fcd754a</id>
<content type='text'>
Signed-off-by: Daniel Hellstrom &lt;daniel@gaisler.com&gt;
</content>
</entry>
<entry>
<title>sparc: Remove version_string variable from start.S file</title>
<updated>2015-12-03T11:15:48Z</updated>
<author>
<name>Francois Retief</name>
<email>fgretief@spaceteq.co.za</email>
</author>
<published>2015-10-28T13:56:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=be7357a6cc16dec39be2043911ced4ac19d36044'/>
<id>urn:sha1:be7357a6cc16dec39be2043911ced4ac19d36044</id>
<content type='text'>
Remove the version_string variable from start.S file. A weak variable
is also set in the cmd_version.c file. No need for architecture override.

Signed-off-by: Francois Retief &lt;fgretief@spaceteq.co.za&gt;
</content>
</entry>
</feed>
