<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/arch/arm/mach-exynos, 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>2019-05-18T12:15:35Z</updated>
<entry>
<title>CONFIG_SPL_SYS_[DI]CACHE_OFF: add</title>
<updated>2019-05-18T12:15:35Z</updated>
<author>
<name>Trevor Woerner</name>
</author>
<published>2019-05-03T13:41:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=1001502545ff0125c39232cf0e7f26d9213ab55f'/>
<id>urn:sha1:1001502545ff0125c39232cf0e7f26d9213ab55f</id>
<content type='text'>
While converting CONFIG_SYS_[DI]CACHE_OFF to Kconfig, there are instances
where these configuration items are conditional on SPL. This commit adds SPL
variants of these configuration items, uses CONFIG_IS_ENABLED(), and updates
the configurations as required.

Acked-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;
Signed-off-by: Trevor Woerner &lt;trevor@toganlabs.com&gt;
[trini: Make the default depend on the setting for full U-Boot, update
more zynq hardware]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>delete Kbuild "select" of long-dead SPL_DISABLE_OF_CONTROL</title>
<updated>2019-05-04T17:04:18Z</updated>
<author>
<name>Robert P. J. Day</name>
</author>
<published>2019-04-14T10:20:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=7225a27ffae5d1119eb25b6b9c9e091a852e6b13'/>
<id>urn:sha1:7225a27ffae5d1119eb25b6b9c9e091a852e6b13</id>
<content type='text'>
&gt;From way back in 2015:

  commit dffb86e468c8e02ba77283989aefef214d904dc5
  Author: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
  Date:   Wed Aug 12 07:31:54 2015 +0900

    of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROL

    As we discussed a couple of times, negative CONFIG options make our
    life difficult; CONFIG_SYS_NO_FLASH, CONFIG_SYS_DCACHE_OFF, ...
    and here is another one.

    Now, there are three boards enabling OF_CONTROL on SPL:
     - socfpga_arria5_defconfig
     - socfpga_cyclone5_defconfig
     - socfpga_socrates_defconfig

    This commit adds CONFIG_SPL_OF_CONTROL for them and deletes
    CONFIG_SPL_DISABLE_OF_CONTROL from the other boards to invert
    the logic.

    Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
    Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
    Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
</content>
</entry>
<entry>
<title>exynos: replace CONFIG_ENV_SPI_BASE by CONFIG_SYS_SPI_BASE</title>
<updated>2019-03-25T21:35:52Z</updated>
<author>
<name>Patrick Delaunay</name>
</author>
<published>2019-02-27T14:20:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=ac31d0d87365efe7724afd75253af1ab54159656'/>
<id>urn:sha1:ac31d0d87365efe7724afd75253af1ab54159656</id>
<content type='text'>
Replace CONFIG_ENV_SPI_BASE by the better CONFIG_SYS_SPI_BASE
(it is not the location for environment but the location for U-Boot)
and, as it is the only platform with use this define, remove
it from whitelist.

Signed-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;
</content>
</entry>
<entry>
<title>samsung: mmc: Drop old MMC init code</title>
<updated>2019-02-09T19:50:22Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2019-01-12T01:37:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=e898799ce475735bed3ac80cbffac3f55c9f091e'/>
<id>urn:sha1:e898799ce475735bed3ac80cbffac3f55c9f091e</id>
<content type='text'>
Now that these boards use driver model we can drop the old code. At
present s5p_mmc_init() is still used by goni and smdkv310 so cannot be
removed unless we remove those boards.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Lukasz Majewski &lt;lukma@denx.de&gt;
Reviewed-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
</content>
</entry>
<entry>
<title>exynos: Convert to use CONFIG_BLK</title>
<updated>2019-02-09T19:50:21Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2019-01-12T01:37:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=e2932310a58a3d2b2303024385401218078d5dc5'/>
<id>urn:sha1:e2932310a58a3d2b2303024385401218078d5dc5</id>
<content type='text'>
Move all exynos boards over to use CONFIG_BLK.

This converts s5p_goni also, but adding dummy functions for pinmux and
peripheral ID. This will not function correctly, but gives the maintainer
more time to convert the board if desired.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Lukasz Majewski &lt;lukma@denx.de&gt;
Reviewed-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
</content>
</entry>
<entry>
<title>exynos: Leave the compiler to choose the register to avoid possible r0 corruption</title>
<updated>2019-01-04T08:28:50Z</updated>
<author>
<name>Guillaume GARDET</name>
</author>
<published>2019-01-04T08:23:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=df1ff4d6ba591a5fcb9549e895b23c781d8fda6d'/>
<id>urn:sha1:df1ff4d6ba591a5fcb9549e895b23c781d8fda6d</id>
<content type='text'>
Reported-by: Siarhei Siamashka &lt;siarhei.siamashka@gmail.com&gt;
Signed-off-by: Guillaume GARDET &lt;guillaume.gardet@free.fr&gt;

Cc: Albert Aribaud &lt;albert.u.boot@aribaud.net&gt;
Cc: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
Cc: Tom Rini &lt;trini@konsulko.com&gt;
Signed-off-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
</content>
</entry>
<entry>
<title>exynos: allow SPL to build in thumb mode</title>
<updated>2019-01-03T00:37:18Z</updated>
<author>
<name>Guillaume GARDET</name>
</author>
<published>2019-01-02T13:31:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=2a195703d6e62172e532ffae05a79e9d12f602bc'/>
<id>urn:sha1:2a195703d6e62172e532ffae05a79e9d12f602bc</id>
<content type='text'>
Building peach-pi smdk5420 and peach-pit with thumb mode for SPL
ends-up in the following error:

Error: Thumb encoding does not support an immediate here -- `msr cpsr_c,#0x13|0xC0'

Use an intermediate register to be able to use thumb for exynos5 SPL.

Signed-off-by: Guillaume GARDET &lt;guillaume.gardet@free.fr&gt;

Cc: Albert Aribaud &lt;albert.u.boot@aribaud.net&gt;
Cc: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
Cc: Tom Rini &lt;trini@konsulko.com&gt;
Signed-off-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
</content>
</entry>
<entry>
<title>exynos: Add support for exynos5420 i2s pinmux</title>
<updated>2018-12-13T23:36:30Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2018-12-10T17:37:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=482e585bdf4a9eb1374d525ec4e57c671038d239'/>
<id>urn:sha1:482e585bdf4a9eb1374d525ec4e57c671038d239</id>
<content type='text'>
Allow setting the i2s pinmux correctly on exyno5420 so that i2c can be
used on that SoC. Also rename EXYNOS_AUDSS to something consistent with
other naming.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>exynos: Add proid_is_exynos542x() for common 542x</title>
<updated>2018-12-13T23:36:30Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2018-12-10T17:37:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=cf9007ce88f412494d3b5438148d580c83f96685'/>
<id>urn:sha1:cf9007ce88f412494d3b5438148d580c83f96685</id>
<content type='text'>
Add a convenience function for any Exynos 542x chip.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>Kconfig: Sort bool, default, select and imply options</title>
<updated>2018-07-30T11:18:48Z</updated>
<author>
<name>Michal Simek</name>
</author>
<published>2018-07-23T13:55:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=58008cbab55688a986e40b644b9142f072285819'/>
<id>urn:sha1:58008cbab55688a986e40b644b9142f072285819</id>
<content type='text'>
Another round of sorting Kconfig entries aplhabetically.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
Acked-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;
Reviewed-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
</feed>
