<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/include/configs/km, branch v2021.01</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/include/configs/km?h=v2021.01</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/include/configs/km?h=v2021.01'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2020-12-02T21:21:58Z</updated>
<entry>
<title>km/common: remove CONFIG_MTD_CONCAT</title>
<updated>2020-12-02T21:21:58Z</updated>
<author>
<name>Holger Brunck</name>
<email>holger.brunck@hitachi-powergrids.com</email>
</author>
<published>2020-11-05T09:28:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a6cd384b9c37596ca9035f26922dd65991ddcb85'/>
<id>urn:sha1:a6cd384b9c37596ca9035f26922dd65991ddcb85</id>
<content type='text'>
This was used for a board which is not supproted anymore and can
therefore be dropped.

CC: Stefan Roese &lt;sr@denx.de&gt;
Signed-off-by: Holger Brunck &lt;holger.brunck@hitachi-powergrids.com&gt;
Reviewed-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>remove obsolete option CONFIG_JFFS2_CMDLINE</title>
<updated>2020-12-02T21:21:58Z</updated>
<author>
<name>Holger Brunck</name>
<email>holger.brunck@hitachi-powergrids.com</email>
</author>
<published>2020-11-05T09:15:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4cb8a10f7e6f50a8c71e41df1207264266bfa305'/>
<id>urn:sha1:4cb8a10f7e6f50a8c71e41df1207264266bfa305</id>
<content type='text'>
This option is obsolete since 2009 and can be removed globally.

CC: Stefan Roese &lt;sr@denx.de&gt;
Signed-off-by: Holger Brunck &lt;holger.brunck@hitachi-powergrids.com&gt;
Reviewed-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>km: replace hardcoded address for imported environment</title>
<updated>2020-11-19T14:45:49Z</updated>
<author>
<name>Matteo Ghidoni</name>
<email>matteo.ghidoni@hitachi-powergrids.com</email>
</author>
<published>2020-10-29T12:48:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=aef04a8aa1164bf2605db102fa051a34f646c0a1'/>
<id>urn:sha1:aef04a8aa1164bf2605db102fa051a34f646c0a1</id>
<content type='text'>
Instead of using an hard coded address, make use of an
already defined address for importing the environment
for ramfs and nfs boot. This allows boards having different
mapping to use the same code.

CC: Heiko Schocher &lt;hs@denx.de&gt;
CC: Tom Rini &lt;trini@konsulko.com&gt;
Signed-off-by: Matteo Ghidoni &lt;matteo.ghidoni@hitachi-powergrids.com&gt;
Signed-off-by: Holger Brunck &lt;holger.brunck@hitachi-powergrids.com&gt;
</content>
</entry>
<entry>
<title>km/common: change ubicopy variable</title>
<updated>2020-10-22T15:26:08Z</updated>
<author>
<name>Holger Brunck</name>
<email>holger.brunck@hitachi-powergrids.com</email>
</author>
<published>2020-10-09T15:21:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0e3eb476056a0a6537a3860d0c6bd356d0f6df7c'/>
<id>urn:sha1:0e3eb476056a0a6537a3860d0c6bd356d0f6df7c</id>
<content type='text'>
Instead having a hard coded value for "cramfsaddr" after compile time,
we change it to take the variable "cramfsaddr" for the ubicopy variable.
This makes sure that ubicopy uses the right address, even when
the value for "cramfsaddr" has changed.

CC: Valentin Longchamp &lt;valentin.longchamp@hitachi-powergrids.com&gt;
CC: Heiko Schocher &lt;hs@denx.de&gt;
CC: Tom Rini &lt;trini@konsulko.com&gt;
Signed-off-by: Holger Brunck &lt;holger.brunck@hitachi-powergrids.com&gt;
Reviewed-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
<entry>
<title>km: adapt defines and variables for new memory layout</title>
<updated>2020-10-22T15:25:33Z</updated>
<author>
<name>Holger Brunck</name>
<email>holger.brunck@hitachi-powergrids.com</email>
</author>
<published>2020-10-09T15:21:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6a0952a3329f6f0f3397d28d4b03674cc85df103'/>
<id>urn:sha1:6a0952a3329f6f0f3397d28d4b03674cc85df103</id>
<content type='text'>
Due to increasing kernel image sizes we get problems when decompressing
the kernel image. To fix this we need to change the addresses where we
load and where we extract the kernel. Also we need to adapt the address
where to load the CRAMFS image and where to load the DTB file.
While at it also harmonize all boards for PPC and ARM to have the
same values. Also we add a new variable "env_version", so that the
userspace is able to detect if this is a u-boot binary with updated
values or not.

CC: Valentin Longchamp &lt;valentin.longchamp@hitachi-powergrids.com&gt;
CC: Heiko Schocher &lt;hs@denx.de&gt;
CC: Tom Rini &lt;trini@konsulko.com&gt;
Signed-off-by: Holger Brunck &lt;holger.brunck@hitachi-powergrids.com&gt;
Reviewed-by: Heiko Schocher &lt;hs@denx.de&gt;
[trini: Remove old values from kmp204x.h]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>mpc83xx, keymile boards: enable DM_ETH and add DTS</title>
<updated>2020-09-17T04:09:54Z</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@denx.de</email>
</author>
<published>2020-02-03T06:43:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7bdfe8592956439743cad3c2d3ff5f24c4dd5aa9'/>
<id>urn:sha1:7bdfe8592956439743cad3c2d3ff5f24c4dd5aa9</id>
<content type='text'>
enable DTS support for keymile mpc83xx based boards.

get rid of compile warning:
===================== WARNING ======================
This board does not use CONFIG_DM_ETH (Driver Model
for Ethernet drivers). Please update the board to use
CONFIG_DM_ETH before the v2020.07 release. Failure to
update by the deadline may result in board removal.
See doc/driver-model/migration.rst for more info.
====================================================

Therefore done:
- add DTS for all mpc83xx based boards from keymile
  mainly they are not mainlined to linux.
- add u-boot specific dtsi
- add stdout-path
- add missing ucc4 par_io definitions, which were
  in board code, but not in linux DTS
- remove not used ethernet nodes

Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
Patch-cc: Mario Six &lt;mario.six@gdsys.cc&gt;
Patch-cc: Qiang Zhao &lt;qiang.zhao@nxp.com&gt;

Series-to: u-boot

Series-version: 3

Series-changes: 3
- rebase patchset to current mainline commit
  c0192950df
- update defconfig files

Series-changes: 2
- add patch which fixes Codingstyle errors in drivers/qe
- add patch which converts the mpc83xx based boards from
  keymile to DM_ETH

Cover-letter:
powerpc, mpc83xx: add DM_ETH support

This patch series adds DM ethernet support for mpc83xx based
keymile boards.

Travis build:

END
</content>
</entry>
<entry>
<title>Convert CONFIG_ENV_OVERWRITE to Kconfig</title>
<updated>2020-07-28T20:18:06Z</updated>
<author>
<name>Adam Ford</name>
<email>aford173@gmail.com</email>
</author>
<published>2020-07-03T11:48:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e91907a1464e5b79673c37f46dcb76d3c5b7c0c7'/>
<id>urn:sha1:e91907a1464e5b79673c37f46dcb76d3c5b7c0c7</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_ENV_OVERWRITE

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
[trini: Rerun migration, remove some comments]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>common: Drop linux/delay.h from common header</title>
<updated>2020-05-19T01:19:23Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2020-05-10T17:40:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c05ed00afb95fa5237f16962fccf5810437317bf'/>
<id>urn:sha1:c05ed00afb95fa5237f16962fccf5810437317bf</id>
<content type='text'>
Move this uncommon header out of the common header.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>common: Drop linux/stringify.h from common header</title>
<updated>2020-05-19T01:19:23Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2020-05-10T17:40:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1af3c7f422f627a544fec13e436d1a7975e39e73'/>
<id>urn:sha1:1af3c7f422f627a544fec13e436d1a7975e39e73</id>
<content type='text'>
Move this uncommon header out of the common header.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>treewide: mem: Move mtest related defines to Kconfig</title>
<updated>2020-05-08T16:02:56Z</updated>
<author>
<name>Ashok Reddy Soma</name>
<email>ashok.reddy.soma@xilinx.com</email>
</author>
<published>2020-05-04T13:26:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=702de89cc6a34c1c23dd3d987b0472b2cecdb63c'/>
<id>urn:sha1:702de89cc6a34c1c23dd3d987b0472b2cecdb63c</id>
<content type='text'>
Move below defines which are used by mtest utility to Kconfig.
CONFIG_SYS_MEMTEST_START
CONFIG_SYS_MEMTEST_END

Signed-off-by: Ashok Reddy Soma &lt;ashok.reddy.soma@xilinx.com&gt;
Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
[trini: Fix kmcoge5ne board, re-run migration as well]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
</feed>
