<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>a78cd8613204188991c192b8dae2de0aae3b1722 - ARM: Rework and correct barrier definitions</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra20/Makefile#a78cd8613204188991c192b8dae2de0aae3b1722</link>
        <description>ARM: Rework and correct barrier definitionsAs part of testing booting Linux kernels on Rockchip devices, it wasdiscovered by Ziyuan Xu and Sandy Patterson that we had multiple and forsome cases incomplete isb definitions.  This was causing a failure toboot of the Linux kernel.In order to solve this problem as well as cover any corner cases that wemay also have had a number of changes are made in order to consolidatethings.  First, &lt;asm/barriers.h&gt; now becomes the source of isb/dsb/dmbdefinitions.  This however introduces another complexity.  Due toneeding to build SPL for 32bit tegra with -march=armv4 we need to borrowthe __LINUX_ARM_ARCH__ logic from the Linux Kernel in a more completeform.  Move this from arch/arm/lib/Makefile to arch/arm/Makefile and adda comment about it.  Now that we can always know what the target CPU iscapable off we can get always do the correct thing for the barrier.  Thefinal part of this is that need to be consistent everywhere and callisb()/dsb()/dmb() and NOT call ISB/DSB/DMB in some cases and thefunction names in others.Reviewed-by: Stephen Warren &lt;swarren@nvidia.com&gt;Tested-by: Stephen Warren &lt;swarren@nvidia.com&gt;Acked-by: Ziyuan Xu &lt;xzy.xu@rock-chips.com&gt;Acked-by: Sandy Patterson &lt;apatterson@sightlogix.com&gt;Reported-by: Ziyuan Xu &lt;xzy.xu@rock-chips.com&gt;Reported-by: Sandy Patterson &lt;apatterson@sightlogix.com&gt;Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra20/Makefile</description>
        <pubDate>Mon, 01 Aug 2016 22:54:53 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>cf432dd5953e9ddf06759565c80fed470882da6d - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-tegra</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra20/Makefile#cf432dd5953e9ddf06759565c80fed470882da6d</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-tegra

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra20/Makefile</description>
        <pubDate>Fri, 19 Feb 2016 14:25:09 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>71cafc3fba4d91722375b0ea2213c494f36356d4 - tegra: video: Merge the display driver into one file</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra20/Makefile#71cafc3fba4d91722375b0ea2213c494f36356d4</link>
        <description>tegra: video: Merge the display driver into one fileAt present we have code in arch/arm and code in drivers/video. Move it allinto drivers/video since it is a display driver and our current approach isto put all driver code in drivers/.Make a few functions static now that they are not used outside the file.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Acked-by: Anatolij Gustschin &lt;agust@denx.de&gt;Signed-off-by: Tom Warren &lt;twarren@nvidia.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra20/Makefile</description>
        <pubDate>Sat, 30 Jan 2016 23:37:53 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>d2f906500eb31e2661aacb99d811ab07da0fd5bd - tegra: video: Rename CONFIG_VIDEO_TEGRA to CONFIG_VIDEO_TEGRA20</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra20/Makefile#d2f906500eb31e2661aacb99d811ab07da0fd5bd</link>
        <description>tegra: video: Rename CONFIG_VIDEO_TEGRA to CONFIG_VIDEO_TEGRA20This option refers only to the tegra20 video driver, so name it as suchto avoid confusion with tegra124.Also move this option to Kconfig.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Acked-by: Anatolij Gustschin &lt;agust@denx.de&gt;Signed-off-by: Tom Warren &lt;twarren@nvidia.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra20/Makefile</description>
        <pubDate>Sat, 30 Jan 2016 23:37:51 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>9597494ebfb60418e8a0e7565cca2b7d25512bf5 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-tegra</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra20/Makefile#9597494ebfb60418e8a0e7565cca2b7d25512bf5</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-tegra

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra20/Makefile</description>
        <pubDate>Thu, 14 May 2015 11:01:11 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>1c82c2f60a6f5a5c16f1ea7144da479e78760e06 - tegra: Move the pwm into tegra-common</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra20/Makefile#1c82c2f60a6f5a5c16f1ea7144da479e78760e06</link>
        <description>tegra: Move the pwm into tegra-commonThis is needed for tegra124 also, so make it common and add a header filefor tegra124.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Signed-off-by: Tom Warren &lt;twarren@nvidia.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra20/Makefile</description>
        <pubDate>Wed, 15 Apr 2015 03:03:22 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>b9cb64825b5e6efeb715abd8b48d9b12f98973e9 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra20/Makefile#b9cb64825b5e6efeb715abd8b48d9b12f98973e9</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra20/Makefile</description>
        <pubDate>Mon, 02 Mar 2015 08:42:53 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>e1cc4d31f889428a4ca73120951389c756404184 - Merge remote-tracking branch &apos;u-boot/master&apos; into &apos;u-boot-arm/master&apos;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra20/Makefile#e1cc4d31f889428a4ca73120951389c756404184</link>
        <description>Merge remote-tracking branch &apos;u-boot/master&apos; into &apos;u-boot-arm/master&apos;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra20/Makefile</description>
        <pubDate>Tue, 24 Feb 2015 06:59:38 +0000</pubDate>
        <dc:creator>Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;</dc:creator>
    </item>
<item>
        <title>09f455dca74973ef5e42311162c8dff7e83d44a2 - ARM: tegra: collect SoC sources into mach-tegra</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra20/Makefile#09f455dca74973ef5e42311162c8dff7e83d44a2</link>
        <description>ARM: tegra: collect SoC sources into mach-tegraThis commit moves files as follows: arch/arm/cpu/arm720t/tegra20/*      -&gt; arch/arm/mach-tegra/tegra20/* arch/arm/cpu/arm720t/tegra30/*      -&gt; arch/arm/mach-tegra/tegra30/* arch/arm/cpu/arm720t/tegra114/*     -&gt; arch/arm/mach-tegra/tegra114/* arch/arm/cpu/arm720t/tegra124*      -&gt; arch/arm/mach-tegra/tegra124/* arch/arm/cpu/arm720t/tegra-common/* -&gt; arch/arm/mach-tegra/* arch/arm/cpu/armv7/tegra20/*        -&gt; arch/arm/mach-tegra/tegra20/* arch/arm/cpu/armv7/tegra30/*        -&gt; arch/arm/mach-tegra/tegra30/* arch/arm/cpu/armv7/tegra114/*       -&gt; arch/arm/mach-tegra/tegra114/* arch/arm/cpu/armv7/tegra124/*       -&gt; arch/arm/mach-tegra/tegra124/* arch/arm/cpu/armv7/tegra-common/*   -&gt; arch/arm/mach-tegra/* arch/arm/cpu/tegra20-common/*       -&gt; arch/arm/mach-tegra/tegra20/* arch/arm/cpu/tegra30-common/*       -&gt; arch/arm/mach-tegra/tegra30/* arch/arm/cpu/tegra114-common/*      -&gt; arch/arm/mach-tegra/tegra114/* arch/arm/cpu/tegra124-common/*      -&gt; arch/arm/mach-tegra/tegra124/* arch/arm/cpu/tegra-common/*         -&gt; arch/arm/mach-tegra/*Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Tested-by: Simon Glass &lt;sjg@chromium.org&gt; [ on nyan-big ]Cc: Stephen Warren &lt;swarren@nvidia.com&gt;Cc: Tom Warren &lt;twarren@nvidia.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra20/Makefile</description>
        <pubDate>Fri, 20 Feb 2015 08:04:04 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
</channel>
</rss>
