<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/powerpc, branch v2023.04</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/arch/powerpc?h=v2023.04</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/powerpc?h=v2023.04'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2023-02-12T20:25:09Z</updated>
<entry>
<title>Merge branch 'for-2023.04' of https://source.denx.de/u-boot/custodians/u-boot-mpc8xx</title>
<updated>2023-02-12T20:25:09Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2023-02-12T20:25:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=386e77cda8b690dbf5b2b7c828b3313205e5078c'/>
<id>urn:sha1:386e77cda8b690dbf5b2b7c828b3313205e5078c</id>
<content type='text'>
- A fix for a long standing bug that has been exposed by commit
  50128aeb0f8 ("cyclic: get rid of cyclic_init()") preventing 8xx boards
  from booting since u-boot 2023.01
- A GPIO driver for powerpc 8xx chip
- Fixup for powerpc 8xx SPI driver
- A new powerpc 8xx board
- The two devices having that board.
</content>
</entry>
<entry>
<title>board: cssi: Add new board MCR3000_2G</title>
<updated>2023-02-11T07:47:58Z</updated>
<author>
<name>Christophe Leroy</name>
<email>christophe.leroy@csgroup.eu</email>
</author>
<published>2022-10-14T10:54:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=dac3c6f625e03be0b5017b0d436c73aeeb1a673e'/>
<id>urn:sha1:dac3c6f625e03be0b5017b0d436c73aeeb1a673e</id>
<content type='text'>
This adds a new board from CS GROUP. The board is called
MCR3000_2G, and has a CPU board called CMPC885.

That CPU board is shared with another equipment that will
be added in a later patch.

That board stores Ethernet MAC addresses in an EEPROM which
is accessed using SPI bus.

This patch was originally written by Charles Frey who's
email address is not valid anymore as he left the company.

Signed-off-by: Christophe Leroy &lt;christophe.leroy@csgroup.eu&gt;
Reviewed-by: FRANJOU Stephane &lt;stephane.franjou@csgroup.eu&gt;
</content>
</entry>
<entry>
<title>driver, gpio: Add support for MPC 8xx CPU ports</title>
<updated>2023-02-11T07:47:58Z</updated>
<author>
<name>Christophe Leroy</name>
<email>christophe.leroy@csgroup.eu</email>
</author>
<published>2022-10-14T08:01:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=02239394988d363b65234be9f7ca75f864e523b3'/>
<id>urn:sha1:02239394988d363b65234be9f7ca75f864e523b3</id>
<content type='text'>
Ports A, C and D are 16 bits ports.
Ports B and E are 32 bits ports.

The "compatible" is used to determine each port type.

This patch was originally written by Charles Frey who's
email address is not valid anymore as he left the company.

Signed-off-by: Christophe Leroy &lt;christophe.leroy@csgroup.eu&gt;
Reviewed-by: FRANJOU Stephane &lt;stephane.franjou@csgroup.eu&gt;
</content>
</entry>
<entry>
<title>board: MCR3000: Use lowercase filenames</title>
<updated>2023-02-10T18:33:25Z</updated>
<author>
<name>Christophe Leroy</name>
<email>christophe.leroy@csgroup.eu</email>
</author>
<published>2023-01-30T08:11:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d8809bac482508ea7a961c12f64311d12e8f5594'/>
<id>urn:sha1:d8809bac482508ea7a961c12f64311d12e8f5594</id>
<content type='text'>
Rename MCR3000.* to mcr3000.* to be more in line with
other boards.

Signed-off-by: Christophe Leroy &lt;christophe.leroy@csgroup.eu&gt;
</content>
</entry>
<entry>
<title>powerpc/mpc8xx: Zero boot_flags arg for calling board_init_f()</title>
<updated>2023-02-10T18:31:36Z</updated>
<author>
<name>Christophe Leroy</name>
<email>christophe.leroy@csgroup.eu</email>
</author>
<published>2023-01-28T12:53:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2eed0c25f613b707a36600496fe0219d235238bb'/>
<id>urn:sha1:2eed0c25f613b707a36600496fe0219d235238bb</id>
<content type='text'>
Copied from e83a7e94532 ("powerpc/mpc83xx: Zero boot_flags arg for
calling board_init_f()")

The argument boot_flags of board_init_f() is not used at all in the
powerpc specific board.c init sequence. Now with the generic init
sequence, this boot_flags arg is used by board_init_f().

This patch sets the r3 register that is used to pass the boot_flags
argument from the start.S board_init_f() call to 0 prior to the function
call to avoid unknown content to end up in gd-&gt;flags.

Signed-off-by: Christophe Leroy &lt;christophe.leroy@csgroup.eu&gt;
Fixes: 09f3ca3dd53 ("arm, powerpc: select SYS_GENERIC_BOARD")
</content>
</entry>
<entry>
<title>Correct SPL uses of LMB</title>
<updated>2023-02-10T12:41:39Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2023-02-05T22:40:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=210af54947e1b88f1fb961fec51d6427f5ec8575'/>
<id>urn:sha1:210af54947e1b88f1fb961fec51d6427f5ec8575</id>
<content type='text'>
This converts 9 usages of this option to the non-SPL form, since there is
no SPL_LMB defined in Kconfig

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>ppc: Drop bat_rw</title>
<updated>2023-02-07T19:33:47Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2023-02-01T20:19:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6ea8b02ae9cbbfcab52d4fab226c0076da65dea0'/>
<id>urn:sha1:6ea8b02ae9cbbfcab52d4fab226c0076da65dea0</id>
<content type='text'>
Drop this unused driver.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>powerpc/mpc85xx: socrates: add support for i2c eeprom at 0x51</title>
<updated>2023-02-06T18:04:53Z</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@denx.de</email>
</author>
<published>2023-01-24T17:06:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1088fcb96f266c747b3080abad6fa6fb1898c207'/>
<id>urn:sha1:1088fcb96f266c747b3080abad6fa6fb1898c207</id>
<content type='text'>
add support for i2c eeprom on address 0x51.

Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
<entry>
<title>powerpc: dts: updates socrates board</title>
<updated>2023-02-06T18:04:53Z</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@denx.de</email>
</author>
<published>2023-01-24T17:06:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=73038dd6fdaf4c7d11df1b5c163f28ed67b40c28'/>
<id>urn:sha1:73038dd6fdaf4c7d11df1b5c163f28ed67b40c28</id>
<content type='text'>
include common e500v2_power_isa.dtsi and rearrange
some nodes.

Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
<entry>
<title>powerpc/mpc85xx: drop socrates specific image creation</title>
<updated>2023-02-06T18:04:53Z</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@denx.de</email>
</author>
<published>2023-01-24T17:06:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a78b2538fdd7357a8f4bd439a4a148859c120785'/>
<id>urn:sha1:a78b2538fdd7357a8f4bd439a4a148859c120785</id>
<content type='text'>
convert socrates board to use MPC85XX_HAVE_RESET_VECTOR and
disable CONFIG_OF_BOARD and use common u-boot.dtsi for
creating u-boot-dtb.bin.

Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
</feed>
