<?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 Kconfig</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/Kconfig#f42f25dad80688886b4e0b12b8e75c86c4d350e7</link>
        <description>Merge git://git.denx.de/u-boot-arc

            List of files:
            /rk3399_rockchip-uboot/arch/arc/Kconfig</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/Kconfig#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/Kconfig</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/Kconfig#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/Kconfig</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/Kconfig#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/Kconfig</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/Kconfig#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/Kconfig</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/Kconfig#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/Kconfig</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/Kconfig#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/Kconfig</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>379b3280b30c4aad5ff0fdf1cd6431c5fa6861b1 - arc: cache - accommodate different L1 cache line lengths</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arc/Kconfig#379b3280b30c4aad5ff0fdf1cd6431c5fa6861b1</link>
        <description>arc: cache - accommodate different L1 cache line lengthsARC core could be configured with different L1 and L2 (AKA SLC) cacheline lengths. At least these values are possible and were really used:32, 64 or 128 bytes.Current implementation requires cache line to be selected upon U-Bootconfiguration and then it will only work on matching hardware. Indeedthis is quite efficient because cache line length gets hardcoded duringcode compilation. But OTOH it makes binary less portable.With this commit we allow U-Boot to determine real L1 cache line lengthearly in runtime and use this value later on. This extends portabilityof U-Boot binary a lot.Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arc/Kconfig</description>
        <pubDate>Mon, 14 Dec 2015 14:14:46 +0000</pubDate>
        <dc:creator>Alexey Brodkin &lt;Alexey.Brodkin@synopsys.com&gt;</dc:creator>
    </item>
<item>
        <title>a883f83e6d62fef1830b1634ccb72535c43696f7 - arc: make AXS101 default platform</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arc/Kconfig#a883f83e6d62fef1830b1634ccb72535c43696f7</link>
        <description>arc: make AXS101 default platformThis fixes building in automated flow that doesn&apos;t use defconfigs.See discussion on that topic here: http://patchwork.ozlabs.org/patch/502558/See similar patches for other architectures/platforms  here: [1] http://git.denx.de/?p=u-boot.git;a=commit;h=ff560a13056a565a4e9ce1761bd04276a3cace88 [2] http://git.denx.de/?p=u-boot.git;a=commit;h=589907e2c187ec69b351c38ccda36730d25ab5d6And while at it add missing shell prompt to axs103.Cc: Tom Rini &lt;trini@konsulko.com&gt;Cc: Joe Hershberger &lt;joe.hershberger@gmail.com&gt;Cc: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arc/Kconfig</description>
        <pubDate>Mon, 24 Aug 2015 15:49:37 +0000</pubDate>
        <dc:creator>Alexey Brodkin &lt;abrodkin@synopsys.com&gt;</dc:creator>
    </item>
<item>
        <title>1254ff97abb7606ccd0d7bdcd9f22581c50fe535 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arc/Kconfig#1254ff97abb7606ccd0d7bdcd9f22581c50fe535</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot

            List of files:
            /rk3399_rockchip-uboot/arch/arc/Kconfig</description>
        <pubDate>Fri, 10 Jul 2015 07:21:44 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>6f43ba70d15e15a08c25b3d956c70addb6740737 - Merge 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/arc/Kconfig#6f43ba70d15e15a08c25b3d956c70addb6740737</link>
        <description>Merge branch &apos;u-boot/master&apos; into &apos;u-boot-arm/master&apos;

            List of files:
            /rk3399_rockchip-uboot/arch/arc/Kconfig</description>
        <pubDate>Tue, 07 Jul 2015 09:38:44 +0000</pubDate>
        <dc:creator>Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;</dc:creator>
    </item>
<item>
        <title>c9bb942e2f91d9f8e5f25ed1961eba2d64f65b8d - Move default y configs out of arch/board Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arc/Kconfig#c9bb942e2f91d9f8e5f25ed1961eba2d64f65b8d</link>
        <description>Move default y configs out of arch/board KconfigSome archs/boards specify their own default by pre-defining the configwhich causes the Kconfig system to mix up the order of the configs inthe defconfigs... This will cause merge pain if allowed to proliferate.Remove the configs that behave this way from the archs.A few configs still remain, but that is because they only exist asdefaults and do not have a proper Kconfig entry. Those appear to be:SPIFLASHDISPLAY_BOARDINFOSigned-off-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;[trini: rastaban, am43xx_evm_usbhost_boot, am43xx_evm_ethboot updates,drop DM_USB from MSI_Primo81 as USB_MUSB_SUNXI isn&apos;t converted yet to DM]Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arc/Kconfig</description>
        <pubDate>Mon, 22 Jun 2015 21:15:29 +0000</pubDate>
        <dc:creator>Joe Hershberger &lt;joe.hershberger@ni.com&gt;</dc:creator>
    </item>
<item>
        <title>14539bad49f0a2a53db2d57658de55ab89ab5758 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arc</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arc/Kconfig#14539bad49f0a2a53db2d57658de55ab89ab5758</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arc

            List of files:
            /rk3399_rockchip-uboot/arch/arc/Kconfig</description>
        <pubDate>Thu, 14 May 2015 10:59:35 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>4e31e5676f0158119783def2ab9851b6bc7e6648 - arc: remove dummy target</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arc/Kconfig#4e31e5676f0158119783def2ab9851b6bc7e6648</link>
        <description>arc: remove dummy targetTARGET_DUMMY was introduced to resolve the same problem as commit &quot;arch: Make board selection choices optional&quot;http://git.denx.de/?p=u-boot.git;a=commit;h=a26cd04920dc069fd6e91abb785426cf6c29f45fLatter implementation is much cleaner and appropriate.And anyways TARGET_DUMMY is no longer required.Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arc/Kconfig</description>
        <pubDate>Wed, 13 May 2015 10:48:07 +0000</pubDate>
        <dc:creator>Alexey Brodkin &lt;abrodkin@synopsys.com&gt;</dc:creator>
    </item>
<item>
        <title>a26cd04920dc069fd6e91abb785426cf6c29f45f - arch: Make board selection choices optional</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arc/Kconfig#a26cd04920dc069fd6e91abb785426cf6c29f45f</link>
        <description>arch: Make board selection choices optionalBy making the board selections optional, every defconfig will includethe board selection when running savedefconfig so if a new board isadded to the top of the list of choices the former top&apos;s defconfig willstill be correct.Signed-off-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;Cc: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Acked-by: Stephen Warren &lt;swarren@wwwdotorg.org&gt;Cc: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arc/Kconfig</description>
        <pubDate>Tue, 12 May 2015 19:46:23 +0000</pubDate>
        <dc:creator>Joe Hershberger &lt;joe.hershberger@ni.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/Kconfig#b491d9757d14415edcb1468ed896a704d0f0cfe7</link>
        <description>Merge branch &apos;u-boot/master&apos;

            List of files:
            /rk3399_rockchip-uboot/arch/arc/Kconfig</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/Kconfig#d68df028099235c5316eec1ed5f586f3744a8707</link>
        <description>Merge git://git.denx.de/u-boot-arc

            List of files:
            /rk3399_rockchip-uboot/arch/arc/Kconfig</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>b903792e4492a710d6a58ccd136c9b3a2f684180 - arc: minor fixes in Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arc/Kconfig#b903792e4492a710d6a58ccd136c9b3a2f684180</link>
        <description>arc: minor fixes in Kconfig [1] Fix misspeling in ARC_CACHE_LINE_SHIFT dependency, now cache-linelenth selection is correctly enabled if either I$ or D$ are enabled. [2] Add dummy entry to target list to make sure target type is alwaysmentioned in defconfig. Otherwise defconfig for the first target in thelist will not have target name and later on with addition of the newtarget on top of the list in Kconfig will lead to corruptedconfiguration expanded from defconfig.Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arc/Kconfig</description>
        <pubDate>Tue, 17 Mar 2015 11:26:43 +0000</pubDate>
        <dc:creator>Alexey Brodkin &lt;abrodkin@synopsys.com&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/arc/Kconfig#b9cb64825b5e6efeb715abd8b48d9b12f98973e9</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot

            List of files:
            /rk3399_rockchip-uboot/arch/arc/Kconfig</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/arc/Kconfig#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/arc/Kconfig</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>
</channel>
</rss>
