<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/powerpc/cpu/mpc8xx, branch v2017.09</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/arch/powerpc/cpu/mpc8xx?h=v2017.09</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/powerpc/cpu/mpc8xx?h=v2017.09'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2017-08-26T18:56:08Z</updated>
<entry>
<title>powerpc: Rework interrupt_init_cpu()</title>
<updated>2017-08-26T18:56:08Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2017-08-14T02:44:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=deff9b1d2ab24955cc4f881d63a701f40d6b491f'/>
<id>urn:sha1:deff9b1d2ab24955cc4f881d63a701f40d6b491f</id>
<content type='text'>
The function interrupt_init_cpu() is given an int return type but does
not return anything but 0.  Rework this to be a void function.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
Acked-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>powerpc, 8xx: fix missing function declarations.</title>
<updated>2017-07-23T13:23:29Z</updated>
<author>
<name>Christophe Leroy</name>
<email>christophe.leroy@c-s.fr</email>
</author>
<published>2017-07-13T13:10:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=08dd988be54cb6c6da676aee334c2304e77d9728'/>
<id>urn:sha1:08dd988be54cb6c6da676aee334c2304e77d9728</id>
<content type='text'>
Add missing .h and add missing declarations in .h
Declare local functions as static.  Make interrupt_init_cpu function
signatures consistent with how decrementer_count is declared.

Based on warnings reported by 'make C=2'

Signed-off-by: Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;
[trini: drop cpu_init_f as 8xx/83xx are different from the rest, rework
interrupt_init_cpu/decrementer_count]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>powerpc: move get_pvr() and get_svr() into C</title>
<updated>2017-07-23T02:22:51Z</updated>
<author>
<name>Christophe Leroy</name>
<email>christophe.leroy@c-s.fr</email>
</author>
<published>2017-07-13T13:10:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ba2c5a5c9d478c58277c4b0bb1187a6e82912410'/>
<id>urn:sha1:ba2c5a5c9d478c58277c4b0bb1187a6e82912410</id>
<content type='text'>
Avoid unnecessary assembly functions when they can easily be written
in C.

Signed-off-by: Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;
</content>
</entry>
<entry>
<title>powerpc, 8xx: move cache helper into C</title>
<updated>2017-07-23T02:22:51Z</updated>
<author>
<name>Christophe Leroy</name>
<email>christophe.leroy@c-s.fr</email>
</author>
<published>2017-07-13T13:10:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=506cb8be7e83d29b316e1708bcf05359be16cfb7'/>
<id>urn:sha1:506cb8be7e83d29b316e1708bcf05359be16cfb7</id>
<content type='text'>
Avoid unnecessary assembly functions when they can easily be written
in C.

Signed-off-by: Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;
</content>
</entry>
<entry>
<title>powerpc, 8xx: move get_immr() into C</title>
<updated>2017-07-23T02:22:50Z</updated>
<author>
<name>Christophe Leroy</name>
<email>christophe.leroy@c-s.fr</email>
</author>
<published>2017-07-13T13:10:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7fd697fd54eabd3cfe28414d9c05f65c8cfd9585'/>
<id>urn:sha1:7fd697fd54eabd3cfe28414d9c05f65c8cfd9585</id>
<content type='text'>
Avoid unnecessary assembly functions when they can easily be written
in C.

Signed-off-by: Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;
</content>
</entry>
<entry>
<title>powerpc, 8xx: Move cache function into C files</title>
<updated>2017-07-23T02:22:50Z</updated>
<author>
<name>Christophe Leroy</name>
<email>christophe.leroy@c-s.fr</email>
</author>
<published>2017-07-13T13:10:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1e7cefef585c972ed40e016ba8739f5c5091254b'/>
<id>urn:sha1:1e7cefef585c972ed40e016ba8739f5c5091254b</id>
<content type='text'>
Avoid unnecessary assembly functions when they can easily be written
in C.

Also remove dc_read() as it is nowhere referenced

Signed-off-by: Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;
</content>
</entry>
<entry>
<title>powerpc, 8xx: Simplifying check_CPU()</title>
<updated>2017-07-23T02:22:50Z</updated>
<author>
<name>Christophe Leroy</name>
<email>christophe.leroy@c-s.fr</email>
</author>
<published>2017-07-13T13:09:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=36d3260756ec6277acf474e1c407fdd9a104f9cb'/>
<id>urn:sha1:36d3260756ec6277acf474e1c407fdd9a104f9cb</id>
<content type='text'>
All complex case have been removed and we now only support
MPC866 and MPC885 families.

So check_CPU() can be made a lot simpler.

Signed-off-by: Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;
</content>
</entry>
<entry>
<title>powerpc: Remove unneccessary #ifdefs in reginfo</title>
<updated>2017-07-23T02:22:49Z</updated>
<author>
<name>Christophe Leroy</name>
<email>christophe.leroy@c-s.fr</email>
</author>
<published>2017-07-13T13:09:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f3603b438283aa3e47b7bc564ded4b75c6ccf051'/>
<id>urn:sha1:f3603b438283aa3e47b7bc564ded4b75c6ccf051</id>
<content type='text'>
reginfo command is calling mpc8xx_reginfo(), mpc85xx_reginfo()
or mpc86xx_reginfo() based on CONFIG_ symbol.
As those 3 functions can't me defined at the same time, let's
rename them print_reginfo() to avoid the #ifdefs
The name is kept generic as it is not at all dependent on
powerpc arch and any other arch could want to also print
such information.

In addition, as the Makefile compiles cmd/reginfo.c only when
CONFIG_CMD_REGINFO is set, there is no need to enclose the U_BOOT_CMD
definition inside a #ifdef CONFIG_CMD_REGINFO

Lets all remove the #ifdefs around the U_BOOT_CMD as this
file is only compiled when CONFIG_CMD_REGINFO is defined

Finally, this is a PowerPC-only command, disable it on a number of
non-PowerPC platforms.

Signed-off-by: Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>powerpc, timer: Does 8xx specific actions in 8xx cpu_init</title>
<updated>2017-07-23T02:22:48Z</updated>
<author>
<name>Christophe Leroy</name>
<email>christophe.leroy@c-s.fr</email>
</author>
<published>2017-07-13T13:09:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=93e85d02b21cdcd431df2237b883218f5c4059af'/>
<id>urn:sha1:93e85d02b21cdcd431df2237b883218f5c4059af</id>
<content type='text'>
The actions inside #ifdef CONFIG_8xx in arch/powerpc/lib/time.c
can be performed before, in a 8xx dedicated function.

Signed-off-by: Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;
</content>
</entry>
<entry>
<title>powerpc: get rid of addr_probe()</title>
<updated>2017-07-23T02:22:48Z</updated>
<author>
<name>Christophe Leroy</name>
<email>christophe.leroy@c-s.fr</email>
</author>
<published>2017-07-13T13:09:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0819450fdd1160462f7a67af055618029857e204'/>
<id>urn:sha1:0819450fdd1160462f7a67af055618029857e204</id>
<content type='text'>
This function has never been used, at least since the beginning
of the git repository

Signed-off-by: Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;
</content>
</entry>
</feed>
