<?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>f42f25dad80688886b4e0b12b8e75c86c4d350e7 - Merge git://git.denx.de/u-boot-arc</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arc/dts/Makefile#f42f25dad80688886b4e0b12b8e75c86c4d350e7</link>
        <description>Merge git://git.denx.de/u-boot-arc

            List of files:
            /rk3399_rockchip-uboot/arch/arc/dts/Makefile</description>
        <pubDate>Thu, 29 Jun 2017 19:28:51 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>67482f57e6127d7d3e216dae6860dac7b33132d5 - arc: Add support for HS Development Kit board</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arc/dts/Makefile#67482f57e6127d7d3e216dae6860dac7b33132d5</link>
        <description>arc: Add support for HS Development Kit boardARC HS Development Kit board is a new low-costdevelopment platform sporting ARC HS38 in real siliconwith nice set of features such as: * Quad-core ARC HS38 with 512 kB L2 cache and running @1GHz * 4Gb of DDR (we use only lowest 1Gb out of it now) * Lots of DesigWare peripherals * Different connectivity modules:     - Synopsys HAPS HT3     - Arduino-compatible connector     - MikroBUSThis initial commit supports the following peripherals: * UART (DW 8250) * Ethernet (DW GMAC) * SD/MMC (DW Mobile Storage) * USB 1.1 &amp; 2.0Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arc/dts/Makefile</description>
        <pubDate>Fri, 25 Nov 2016 13:23:43 +0000</pubDate>
        <dc:creator>Alexey Brodkin &lt;abrodkin@synopsys.com&gt;</dc:creator>
    </item>
<item>
        <title>7c760f6021b7a7a37f8a4b8741ce032bb0afc620 - arc: dts: separate single axs10x.dts file</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arc/dts/Makefile#7c760f6021b7a7a37f8a4b8741ce032bb0afc620</link>
        <description>arc: dts: separate single axs10x.dts fileWe want to use the same device tree blobs in both Linux and U-Boot forARC boards.Earlier device tree sources in U-Boot were very simplified and hadn&apos;t beenupdated for quite a long period of time.So this commit is the first step on the road to unified device tree blobs.First of all we re-organize device tree sources for AXS10X boards.As AXS101 and AXS103 boards consist of AXS10X motherboard and AXC001 andAXC003 cpu tiles respectively we add corresponding device tree sourcefiles: axs10x_mb.dtsi for motherboard, axc001.dtsi and axc003.dtsi forcpu tiles and axs101.dts and axs103.dts to represent actual boards.Also we delete axs10x.dts as it is no longer used.One more important change - we add timer device to ARC skeleton devicetree sources as both ARC700 and ARCHS cores contain such timer.We add core_clk nodes to abilis_tb100, nsim, axc001 and axc003 device treesources as it is referenced via phandle from timer node in commonskeleton.dtsi file.Signed-off-by: Vlad Zakharov &lt;vzakhar@synopsys.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arc/dts/Makefile</description>
        <pubDate>Tue, 21 Mar 2017 11:49:48 +0000</pubDate>
        <dc:creator>Vlad Zakharov &lt;vzakhar@synopsys.com&gt;</dc:creator>
    </item>
<item>
        <title>5cf618ee60a752d058a767372ca1ecb8d9c09b16 - Merge git://git.denx.de/u-boot-arc</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arc/dts/Makefile#5cf618ee60a752d058a767372ca1ecb8d9c09b16</link>
        <description>Merge git://git.denx.de/u-boot-arcThis replaces legacy arch/arc/lib/timer.c implementation and allows usto describe ARC Timers in Device Tree. Among other things that way wemay properly inherit Timer&apos;s clock from CPU&apos;s clock s they really runsynchronously.

            List of files:
            /rk3399_rockchip-uboot/arch/arc/dts/Makefile</description>
        <pubDate>Fri, 24 Mar 2017 12:19:30 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>0c77092e8163c716b637cffe681e4556db17ac31 - arc: dts: separate single axs10x.dts file</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arc/dts/Makefile#0c77092e8163c716b637cffe681e4556db17ac31</link>
        <description>arc: dts: separate single axs10x.dts fileWe want to use the same device tree blobs in both Linux and U-Boot forARC boards.Earlier device tree sources in U-Boot were very simplified and hadn&apos;t beenupdated for quite a long period of time.So this commit is the first step on the road to unified device tree blobs.First of all we re-organize device tree sources for AXS10X boards.As AXS101 and AXS103 boards consist of AXS10X motherboard and AXC001 andAXC003 cpu tiles respectively we add corresponding device tree sourcefiles: axs10x_mb.dtsi for motherboard, axc001.dtsi and axc003.dtsi forcpu tiles and axs101.dts and axs103.dts to represent actual boards.Also we delete axs10x.dts as it is no longer used.One more important change - we add timer device to ARC skeleton devicetree sources as both ARC700 and ARCHS cores contain such timer.We add core_clk nodes to abilis_tb100, nsim, axc001 and axc003 device treesources as it is referenced via phandle from timer node in commonskeleton.dtsi file.Signed-off-by: Vlad Zakharov &lt;vzakhar@synopsys.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arc/dts/Makefile</description>
        <pubDate>Tue, 21 Mar 2017 11:49:48 +0000</pubDate>
        <dc:creator>Vlad Zakharov &lt;vzakhar@synopsys.com&gt;</dc:creator>
    </item>
<item>
        <title>65fcba1251dcb1fc2c48966406145a69fee3a817 - arc: Rename AXS101 board to more generic AXS10x</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arc/dts/Makefile#65fcba1251dcb1fc2c48966406145a69fee3a817</link>
        <description>arc: Rename AXS101 board to more generic AXS10xAs of now we have 2 flavors of ARC SDP boards: 1) AXS101 - with ARC770 in ASIC 2) AXS103 - with ARC HS38 in FPGABoth options share exactly the same base-board and only differ withCPU-tiles in use. That means all peripherals are the same (they areimplemented in FPGA on the base-board) and so generic board could beused for both.While at it: * Recreated defconfigs with savedefconfig * In include/configs/axs10x.h numerical sizes replaced withdefines from linux/sizes.h for better readability.Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arc/dts/Makefile</description>
        <pubDate>Thu, 04 Aug 2016 12:00:35 +0000</pubDate>
        <dc:creator>Alexey Brodkin &lt;abrodkin@synopsys.com&gt;</dc:creator>
    </item>
<item>
        <title>cc8be222d1cf37c4299c019b95d7d932f2a4bbcc - arc: Rename ARCangel4 board to nSIM</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arc/dts/Makefile#cc8be222d1cf37c4299c019b95d7d932f2a4bbcc</link>
        <description>arc: Rename ARCangel4 board to nSIMARCangel was one of the main development boards back in the day butnow it&apos;s gone and replaced by other boards like ARC SDP.But we also used to have simulation platform very similar to ARCangel4in terms of CPU settings as well as basic IO like UART. Even thoughARCangel4 is long gone now we have a replacement for simulation which isa plain or stand-alone nSIM and Free nSIM.Note Free nSIM is available for download here:https://www.synopsys.com/cgi-bin/dwarcnsim/req1.cgiAnd while at it: * Finally switch hex numerical values in nsim.h to defines from   include/linux/sizes.h * Add defconfigs with ARC HS38 cores * Recreated all defconfigs with savedefconfigSigned-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arc/dts/Makefile</description>
        <pubDate>Thu, 04 Aug 2016 11:35:01 +0000</pubDate>
        <dc:creator>Alexey Brodkin &lt;abrodkin@synopsys.com&gt;</dc:creator>
    </item>
<item>
        <title>fb2dea60e8f355ae00d427db09112a90839c96ec - board: axs10x switch serial port and Ethernet to driver model</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arc/dts/Makefile#fb2dea60e8f355ae00d427db09112a90839c96ec</link>
        <description>board: axs10x switch serial port and Ethernet to driver modelWith this change Synopsys DesignWare SDP board is switched to drivermodel for both serial port (serial_dw) and Ethernet (Designware GMAC).This simplifies include/configs/axs101.h and allows for reuse of Linux&apos;sDevice Tree description.For simplicity Linux&apos;s .dts files are not blindly copied but only veryfew extracts of them are really used (those that are supported in U-Bootat the moment).Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Cc: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arc/dts/Makefile</description>
        <pubDate>Tue, 10 Nov 2015 16:16:25 +0000</pubDate>
        <dc:creator>Alexey Brodkin &lt;abrodkin@synopsys.com&gt;</dc:creator>
    </item>
<item>
        <title>5f5620ab2679608f94b3a77e51c77d0a770103bd - Merge git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arc/dts/Makefile#5f5620ab2679608f94b3a77e51c77d0a770103bd</link>
        <description>Merge git://git.denx.de/u-boot

            List of files:
            /rk3399_rockchip-uboot/arch/arc/dts/Makefile</description>
        <pubDate>Thu, 12 Nov 2015 16:13:26 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>da58dec866161e8ce73957fea463a8caad695000 - Various Makefiles: Add SPDX-License-Identifier tags</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arc/dts/Makefile#da58dec866161e8ce73957fea463a8caad695000</link>
        <description>Various Makefiles: Add SPDX-License-Identifier tagsAfter consulting with some of the SPDX team, the conclusion is thatMakefiles are worth adding SPDX-License-Identifier tags too, and most ofours have one.  This adds tags to ones that lack them and converts a fewthat had full (or in one case, very partial) license blobs into theequivalent tag.Cc: Kate Stewart &lt;kstewart@linuxfoundation.org&gt;Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arc/dts/Makefile</description>
        <pubDate>Tue, 10 Nov 2015 01:06:16 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>b491d9757d14415edcb1468ed896a704d0f0cfe7 - Merge branch &apos;u-boot/master&apos;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arc/dts/Makefile#b491d9757d14415edcb1468ed896a704d0f0cfe7</link>
        <description>Merge branch &apos;u-boot/master&apos;

            List of files:
            /rk3399_rockchip-uboot/arch/arc/dts/Makefile</description>
        <pubDate>Fri, 10 Apr 2015 12:22:23 +0000</pubDate>
        <dc:creator>Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;</dc:creator>
    </item>
<item>
        <title>d68df028099235c5316eec1ed5f586f3744a8707 - Merge git://git.denx.de/u-boot-arc</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arc/dts/Makefile#d68df028099235c5316eec1ed5f586f3744a8707</link>
        <description>Merge git://git.denx.de/u-boot-arc

            List of files:
            /rk3399_rockchip-uboot/arch/arc/dts/Makefile</description>
        <pubDate>Fri, 03 Apr 2015 13:14:44 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>09424d11192cffd4793b7bc922c5b47d4fe88a4d - board: Switch Abilis TB-100 board to Driver Model for serial port</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arc/dts/Makefile#09424d11192cffd4793b7bc922c5b47d4fe88a4d</link>
        <description>board: Switch Abilis TB-100 board to Driver Model for serial portSigned-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;Cc: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Cc: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arc/dts/Makefile</description>
        <pubDate>Fri, 27 Mar 2015 10:24:35 +0000</pubDate>
        <dc:creator>Alexey Brodkin &lt;abrodkin@synopsys.com&gt;</dc:creator>
    </item>
<item>
        <title>01496c4fac227221e67d93cb9cc14f48fb98a2b6 - serial-arc: switch to DM</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arc/dts/Makefile#01496c4fac227221e67d93cb9cc14f48fb98a2b6</link>
        <description>serial-arc: switch to DMNow when all infrastructure in ARC is ready for it let&apos;s switch ARC UARTto driver model.Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;Cc: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Cc: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arc/dts/Makefile</description>
        <pubDate>Tue, 17 Mar 2015 11:55:14 +0000</pubDate>
        <dc:creator>Alexey Brodkin &lt;abrodkin@synopsys.com&gt;</dc:creator>
    </item>
</channel>
</rss>
