<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/include/configs/rockchip-common.h, branch master</title>
<subtitle>Broadcom-s U-Boot</subtitle>
<id>https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/'/>
<updated>2018-05-14T15:30:39Z</updated>
<entry>
<title>rockchip: set SYS_NS16550_MEM32 for all SoCs</title>
<updated>2018-05-14T15:30:39Z</updated>
<author>
<name>Jonathan Gray</name>
</author>
<published>2018-05-08T10:43:01Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=b1959bd0b0c9c942a9f46722c227a36298208101'/>
<id>urn:sha1:b1959bd0b0c9c942a9f46722c227a36298208101</id>
<content type='text'>
Add back part of patch send out as
'rockchip: enable SYS_NS16550 for all SoCs by default' that seems to have
gotten lost when it got merged to set SYS_NS16550_MEM32.

Allows serial output to work on tinker-rk3288 again after
c3c0331db1fb7b1f4ff41e144fc04353b37c785c.

Signed-off-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
Signed-off-by: Jonathan Gray &lt;jsg@jsg.id.au&gt;
Cc: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;
Reviewed-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;
Acked-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;
Tested-by: Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;
</content>
</entry>
<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-03.infra.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>treewide: Migrate CONFIG_DISPLAY_BOARDINFO_LATE to Kconfig</title>
<updated>2018-04-08T19:12:09Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2018-03-28T12:38:17Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=78eba69d98b02aeba9faf00a89266282ec35fd44'/>
<id>urn:sha1:78eba69d98b02aeba9faf00a89266282ec35fd44</id>
<content type='text'>
Migrate the CONFIG_DISPLAY_BOARDINFO_LATE option to Kconfig.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
[trini: Re-run migration]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Remove config_distro_defaults.h</title>
<updated>2018-02-24T02:44:22Z</updated>
<author>
<name>Adam Ford</name>
</author>
<published>2018-02-06T13:49:32Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=ba8bf9481b0854fa7d48b0e9ed913c639f187c7d'/>
<id>urn:sha1:ba8bf9481b0854fa7d48b0e9ed913c639f187c7d</id>
<content type='text'>
With the contents of config_distro_defaults.h migrated to Kconfig,
we can remove this header file completely

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>rockchip: move CONFIG_ENV_SIZE and CONFIG_ENV_OFFSET to Kconfig</title>
<updated>2017-12-17T23:26:16Z</updated>
<author>
<name>Klaus Goger</name>
</author>
<published>2017-12-11T16:56:08Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=81f53b0dafdfe9458f6d04fc5ec2732c2ea23a71'/>
<id>urn:sha1:81f53b0dafdfe9458f6d04fc5ec2732c2ea23a71</id>
<content type='text'>
This commit adds ENV_SIZE and ENV_OFFSET configuration items for
ARCH_ROCKCHIP, but keeps these non-visible (i.e. not prompt is given).
With these new items present, the configuration from the header files
is moved to Kconfig.

Keeping these non-visible is necessary to have the possibility to
select new default values if CONFIG_IS_IN_* is changed (interactively
or with oldconfig). Otherwise it will always be set to a previous
value if used with a prompt.  As an example if we do a defconfig with
CONFIG_IS_IN_MMC and change it to CONFIG_IS_IN_SPI_FLASH via
menuconfig, ENV_SIZE and ENV_OFFSET will not be changed to the correct
values as defconfig will already have set them to the default values
of CONFIG_IS_IN_MMC in .config.

Signed-off-by: Klaus Goger &lt;klaus.goger@theobroma-systems.com&gt;
Reviewed-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;
</content>
</entry>
<entry>
<title>rockchip: config: update part table</title>
<updated>2017-12-17T15:55:36Z</updated>
<author>
<name>Kever Yang</name>
</author>
<published>2017-10-31T08:52:23Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=c5a4141343e601bac2789c137e8be665c074f898'/>
<id>urn:sha1:c5a4141343e601bac2789c137e8be665c074f898</id>
<content type='text'>
User do not need to access the reserved part in system, remove them
from partition table.
Rename atf to trust as generic name for armv7 do not use ATF.

Signed-off-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
Acked-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;
Reviewed-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;
</content>
</entry>
<entry>
<title>rockchip: config: use common CONFIG_ENV_SIZE for all SoCs</title>
<updated>2017-11-07T08:16:56Z</updated>
<author>
<name>Kever Yang</name>
</author>
<published>2017-10-31T07:52:20Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=be942f2e0dca3065ba530555bb6860dafd60ba16'/>
<id>urn:sha1:be942f2e0dca3065ba530555bb6860dafd60ba16</id>
<content type='text'>
All Rockchip SoCs use 32KB as CONFIG_ENV_SIZE.

Signed-off-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
Acked-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;
Reviewed-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;
</content>
</entry>
<entry>
<title>rockchip: config: sync the ENV offset from rockchip legacy U-Boot</title>
<updated>2017-11-07T08:16:56Z</updated>
<author>
<name>Kever Yang</name>
</author>
<published>2017-10-31T07:52:19Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=c742043f742f56b6566456e91411cf00120096f2'/>
<id>urn:sha1:c742043f742f56b6566456e91411cf00120096f2</id>
<content type='text'>
Using the ENV offset from rockchip legacy U-Boot for all SoCs,
the offset is 4MB-32KB

Signed-off-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
Acked-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;
Reviewed-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;
</content>
</entry>
<entry>
<title>rockchip: configs: only add available BOOT_TARGET_DEVICES</title>
<updated>2017-11-01T10:21:32Z</updated>
<author>
<name>Klaus Goger</name>
</author>
<published>2017-10-06T17:24:08Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=6e278a8c1c28efc12668d2761cb2fb0264668da4'/>
<id>urn:sha1:6e278a8c1c28efc12668d2761cb2fb0264668da4</id>
<content type='text'>
BOOT_TARGET_DEVICES should only be added if the corresponding u-boot
command is enabled.

Signed-off-by: Klaus Goger &lt;klaus.goger@theobroma-systems.com&gt;
Acked-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;
Reviewed-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;
</content>
</entry>
<entry>
<title>cmd: Move CONFIG_RANDOM_UUID to Kconfig</title>
<updated>2017-10-03T17:12:05Z</updated>
<author>
<name>Maxime Ripard</name>
</author>
<published>2017-08-24T09:52:32Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=47738acceda5bae52b7c33ce912da6b52244c033'/>
<id>urn:sha1:47738acceda5bae52b7c33ce912da6b52244c033</id>
<content type='text'>
CONFIG_RANDOM_UUID is used by the GPT command to generate random UUID when
none are provided.

Move that option to Kconfig.

Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
Reviewed-by: Jagan Teki &lt;jagan@openedev.com&gt;
Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;
</content>
</entry>
</feed>
