<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/board/siemens/draco, 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>Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR</title>
<updated>2018-04-27T18:54:48Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2018-04-18T17:50:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=d024236e5a31a2b4b82cbcc98b31b8170fc88d28'/>
<id>urn:sha1:d024236e5a31a2b4b82cbcc98b31b8170fc88d28</id>
<content type='text'>
We have a large number of places where while we historically referenced
gd in the code we no longer do, as well as cases where the code added
that line "just in case" during development and never dropped it.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>env: Rename setenv() to env_set()</title>
<updated>2017-08-16T12:22:18Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2017-08-03T18:22:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=382bee57f19b4454e2015bc19a010bc2d0ab9337'/>
<id>urn:sha1:382bee57f19b4454e2015bc19a010bc2d0ab9337</id>
<content type='text'>
We are now using an env_ prefix for environment functions. Rename setenv()
for consistency. Also add function comments in common.h.

Suggested-by: Wolfgang Denk &lt;wd@denx.de&gt;
Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>siemens,am33x: add draco etamin board</title>
<updated>2016-06-09T17:53:13Z</updated>
<author>
<name>Heiko Schocher</name>
</author>
<published>2016-06-07T06:55:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=6b3943f1b04be60f147ee540fbd72c4c7ea89f80'/>
<id>urn:sha1:6b3943f1b04be60f147ee540fbd72c4c7ea89f80</id>
<content type='text'>
In the draco CPU board family, etamin is a new variant
with bigger flash and more RAM. Due to new flash that
uses larger pages (4K) some changes are necessary because
it impacts the MTD partition layout and the ubi mount
parameters.

Signed-off-by: Samuel Egli &lt;samuel.egli@siemens.com&gt;
Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
[trini: Move BOOTDELAY into defconfig, just always be 3 now]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>am335x, dxr2: get ECC sType from I2C eeprom</title>
<updated>2016-06-09T17:53:12Z</updated>
<author>
<name>Heiko Schocher</name>
</author>
<published>2016-06-07T06:55:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=02b11f11993bc99c0ace4e750ba03f347502ebe9'/>
<id>urn:sha1:02b11f11993bc99c0ace4e750ba03f347502ebe9</id>
<content type='text'>
read the ECC Type field from the i2c eeprom, instead
configuring it static in the U-Boot binary.

see RM:
Table 26-17. NAND Geometry Information on I2C EEPROM

Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
<entry>
<title>siemens,am33x: remove ddr3 delay workaround</title>
<updated>2015-12-12T20:56:10Z</updated>
<author>
<name>Egli, Samuel</name>
</author>
<published>2015-12-02T14:27:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=9d5108d8bedf1c95ce8841770eace3efd9848571'/>
<id>urn:sha1:9d5108d8bedf1c95ce8841770eace3efd9848571</id>
<content type='text'>
Signed-off-by: Samuel Egli &lt;samuel.egli@siemens.com&gt;
Cc: Roger Meier &lt;r.meier@siemens.com&gt;
Cc: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
<entry>
<title>usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB</title>
<updated>2015-08-05T15:20:34Z</updated>
<author>
<name>Paul Kocialkowski</name>
</author>
<published>2015-08-04T15:04:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=95de1e2f26b562156210833ff667be6d071de019'/>
<id>urn:sha1:95de1e2f26b562156210833ff667be6d071de019</id>
<content type='text'>
USB-related options are usually prefixed with CONFIG_USB and platform-specific
adaptation for the MUSB controller already have a CONFIG_USB_MUSB prefix, so
this switches all MUSB-related options to a CONFIG_USB_MUSB prefix, for
consistency.

Signed-off-by: Paul Kocialkowski &lt;contact@paulk.fr&gt;
</content>
</entry>
<entry>
<title>siemens,am33x,thuban: rename dxr2 to thuban</title>
<updated>2015-06-19T20:46:50Z</updated>
<author>
<name>Heiko Schocher</name>
</author>
<published>2015-06-15T12:57:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=8c65a2fae89ec10f30acdf5bbf42f799f86c3f3d'/>
<id>urn:sha1:8c65a2fae89ec10f30acdf5bbf42f799f86c3f3d</id>
<content type='text'>
Update new naming scheme.

Signed-off-by: Samuel Egli &lt;samuel.egli@siemens.com&gt;
Acked-by: Heiko Schocher &lt;hs@denx.de&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>siemens,am33x,rastaban: add rastaban config</title>
<updated>2015-06-19T20:46:50Z</updated>
<author>
<name>Heiko Schocher</name>
</author>
<published>2015-06-15T12:56:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=578056c35d20d2f6e2f6618d9f86628f588932c4'/>
<id>urn:sha1:578056c35d20d2f6e2f6618d9f86628f588932c4</id>
<content type='text'>
rastaban is a draco version with more flash, more RAM
and faster CPU. Number of partitions is the same but
rootfs partition is different.

Signed-off-by: Samuel Egli &lt;samuel.egli@siemens.com&gt;
Acked-by: Heiko Schocher &lt;hs@denx.de&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>arm, am33xx: update for siemens am335x based boards</title>
<updated>2015-06-19T20:46:47Z</updated>
<author>
<name>Heiko Schocher</name>
</author>
<published>2015-06-16T12:59:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=61159b76844437bf9004c3a38b5a4ff1a24860d5'/>
<id>urn:sha1:61159b76844437bf9004c3a38b5a4ff1a24860d5</id>
<content type='text'>
updates for the siemens am335x based boards:

- draco: add delay for DDR3 configuration
- change MTD partition layout and add a possibility
  to redefine MTD layout in board header.
- move ubi support to common header file
- draco: improve dtb naming
- draco: set CONFIG_SYS_CBSIZE to 1024
- add generic env based led
  Leds can now be defined in Environment
- add generic env based dfu button
  Which gpio is used for the dfu button can be defined
  through the Environment
- set MACH_TYPE only if defined
- draco: increase CPU freq to 300MHz
- Add time command to siemens am33xx boards
- DDR3: increase default tRFC
- draco: enable pullup for DFU and ERST pin
- change print format DDR3

Signed-off-by: Samuel Egli &lt;samuel.egli@siemens.com&gt;
Acked-by: Heiko Schocher &lt;hs@denx.de&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;

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