<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/board/freescale/corenet_ds, branch master</title>
<subtitle>Broadcom-s U-Boot</subtitle>
<id>https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/'/>
<updated>2018-05-07T13:34:12Z</updated>
<entry>
<title>SPDX: Convert all of our single license tags to Linux Kernel style</title>
<updated>2018-05-07T13:34:12Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2018-05-06T21:58:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=83d290c56fab2d38cd1ab4c4cc7099559c1d5046'/>
<id>urn:sha1:83d290c56fab2d38cd1ab4c4cc7099559c1d5046</id>
<content type='text'>
When U-Boot started using SPDX tags we were among the early adopters and
there weren't a lot of other examples to borrow from.  So we picked the
area of the file that usually had a full license text and replaced it
with an appropriate SPDX-License-Identifier: entry.  Since then, the
Linux Kernel has adopted SPDX tags and they place it as the very first
line in a file (except where shebangs are used, then it's second line)
and with slightly different comment styles than us.

In part due to community overlap, in part due to better tag visibility
and in part for other minor reasons, switch over to that style.

This commit changes all instances where we have a single declared
license in the tag as both the before and after are identical in tag
contents.  There's also a few places where I found we did not have a tag
and have introduced one.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>env: Rename some other getenv()-related functions</title>
<updated>2017-08-16T12:31:11Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2017-08-03T18:22:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=723806cc5bea9f8b37323dfd7568603f99af6a06'/>
<id>urn:sha1:723806cc5bea9f8b37323dfd7568603f99af6a06</id>
<content type='text'>
We are now using an env_ prefix for environment functions. Rename these
other functions as well, for consistency:

   getenv_vlan()
   getenv_bootm_size()
   getenv_bootm_low()
   getenv_bootm_mapsize()
   env_get_default()

Suggested-by: Wolfgang Denk &lt;wd@denx.de&gt;
Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>board_f: Rename initdram() to dram_init()</title>
<updated>2017-04-13T13:40:57Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2017-04-06T18:47:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=f1683aa73c31db0a025e0254e6ce1ee7e56aad3e'/>
<id>urn:sha1:f1683aa73c31db0a025e0254e6ce1ee7e56aad3e</id>
<content type='text'>
This allows us to use the same DRAM init function on all archs. Add a
dummy function for arc, which does not use DRAM init here.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
[trini: Dummy function on nios2]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>board_f: Drop return value from initdram()</title>
<updated>2017-04-05T17:59:20Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2017-03-31T14:40:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=088454cde245b4d431ce0181be8b3cbceea059d6'/>
<id>urn:sha1:088454cde245b4d431ce0181be8b3cbceea059d6</id>
<content type='text'>
At present we cannot use this function as an init sequence call without a
wrapper, since it returns the RAM size. Adjust it to set the RAM size in
global_data instead, and return 0 on success.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>board_f: Drop board_type parameter from initdram()</title>
<updated>2017-04-05T17:58:44Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2017-03-31T14:40:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=52c411805c090999f015df8bdf8016fb684746d0'/>
<id>urn:sha1:52c411805c090999f015df8bdf8016fb684746d0</id>
<content type='text'>
It looks like only cm5200 and tqm8xx use this feature, so we don't really
need it in generic code. Drop it and have the users access gd-&gt;board_type
directly.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>NXP: Introduce board/freescale/common/Kconfig and migrate CHAIN_OF_TRUST</title>
<updated>2017-01-24T15:33:59Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2017-01-23T00:43:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=88077715d8d81825605028f2040b17137513f858'/>
<id>urn:sha1:88077715d8d81825605028f2040b17137513f858</id>
<content type='text'>
Introduce board/freescale/common/Kconfig so that we have a single place
for CONFIG options that are shared between ARM and PowerPC NXP platforms.

Cc: York Sun &lt;york.sun@nxp.com&gt;
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
Reviewed-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>ddr: fsl: Merge macro CONFIG_NUM_DDR_CONTROLLERS and CONFIG_SYS_NUM_DDR_CTRLS</title>
<updated>2017-01-05T00:40:52Z</updated>
<author>
<name>York Sun</name>
</author>
<published>2016-12-28T16:43:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=51370d561842ae7438337e77a93177e13796ac45'/>
<id>urn:sha1:51370d561842ae7438337e77a93177e13796ac45</id>
<content type='text'>
These two macros are used for the same thing, the total number of DDR
controllers for a given SoC. Use SYS_NUM_DDR_CTRLS in Kconfig and
merge existing usage.

Signed-off-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>powerpc: P5040DS: Remove macro CONFIG_P5040DS</title>
<updated>2016-11-24T07:42:11Z</updated>
<author>
<name>York Sun</name>
</author>
<published>2016-11-18T19:40:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=161b472482626703f13033e6859a0dd00fe2bcae'/>
<id>urn:sha1:161b472482626703f13033e6859a0dd00fe2bcae</id>
<content type='text'>
Use CONFIG_TARGET_P5040DS instead.

Signed-off-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>powerpc: P5020DS: Remove macro CONFIG_P5020DS</title>
<updated>2016-11-24T07:42:11Z</updated>
<author>
<name>York Sun</name>
</author>
<published>2016-11-18T19:32:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=3b83649d53896cf115788130799d9ff585867e4a'/>
<id>urn:sha1:3b83649d53896cf115788130799d9ff585867e4a</id>
<content type='text'>
Use CONFIG_TARGET_P5020DS instead.

Signed-off-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>powerpc: P4080DS: Remove macro CONFIG_P4080DS</title>
<updated>2016-11-24T07:42:11Z</updated>
<author>
<name>York Sun</name>
</author>
<published>2016-11-18T19:26:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=529fb062081e100faae6dc0d163a548b8528ff24'/>
<id>urn:sha1:529fb062081e100faae6dc0d163a548b8528ff24</id>
<content type='text'>
Use CONFIG_TARGET_P4080DS instead.

Signed-off-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
</feed>
