<?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>47edaea4943c99f560f3d055b2468333e9192628 - driver: timer: Add the Atmel PIT timer driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/timer/Kconfig#47edaea4943c99f560f3d055b2468333e9192628</link>
        <description>driver: timer: Add the Atmel PIT timer driverAdd the new Atmel PIT timer driver, which supports the driver modeland device tree.Signed-off-by: Wenyou Yang &lt;wenyou.yang@microchip.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/timer/Kconfig</description>
        <pubDate>Tue, 15 Aug 2017 09:40:26 +0000</pubDate>
        <dc:creator>Wenyou.Yang@microchip.com &lt;Wenyou.Yang@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>c1b62ba9ca0e41fdd548cb3bb9af3b3f90d4a393 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-rockchip</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/timer/Kconfig#c1b62ba9ca0e41fdd548cb3bb9af3b3f90d4a393</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-rockchip

            List of files:
            /rk3399_rockchip-uboot/drivers/timer/Kconfig</description>
        <pubDate>Mon, 14 Aug 2017 14:40:01 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>1168d2dd4b370155b499b995fde7da5a8782ead4 - rockchip: timer: add device-model timer driver for RK3368 (and similar)</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/timer/Kconfig#1168d2dd4b370155b499b995fde7da5a8782ead4</link>
        <description>rockchip: timer: add device-model timer driver for RK3368 (and similar)This adds a device-model driver for the timer block in the RK3368 (andsimilar devices that share the same timer block, such as the RK3288) forthe down-counting (i.e. non-secure) timers.This allows us to configure U-Boot for the RK3368 in such a way thatwe can run with the secure timer inaccessible or uninitialised (notethat the ARMv8 generic timer does not count, if the secure timer isnot enabled).Signed-off-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/timer/Kconfig</description>
        <pubDate>Fri, 28 Jul 2017 15:43:19 +0000</pubDate>
        <dc:creator>Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;</dc:creator>
    </item>
<item>
        <title>e9e5d9d29f747d7c14944129ce523d9d5efe9c0b - dm: timer: normalise SPL and TPL support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/timer/Kconfig#e9e5d9d29f747d7c14944129ce523d9d5efe9c0b</link>
        <description>dm: timer: normalise SPL and TPL supportTo fully support DM timer in SPL and TPL, we need a few things cleanedup and normalised:- inclusion of the uclass and drivers should be an all-or-nothing  decision for each stage and under control of $(SPL_TPL_)TIMER  instead of having the two-level configuration with TIMER and  $(SPL_TPL_)TIMER_SUPPORT- when $(SPL_TPL_)TIMER is enabled, the ARMv8 generic timer code can  not be compiled inThis normalises configuration to $(SPL_TPL_)TIMER and moves the configoptions to drivers/timer/Kconfig (and cleans up the collateral damageto some defconfigs that had SPL_TIMER_SUPPORT enabled).Signed-off-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/timer/Kconfig</description>
        <pubDate>Fri, 28 Jul 2017 15:38:42 +0000</pubDate>
        <dc:creator>Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;</dc:creator>
    </item>
<item>
        <title>07d778382200a05a8b86cc135f79ec48e386f25a - Merge git://git.denx.de/u-boot-x86</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/timer/Kconfig#07d778382200a05a8b86cc135f79ec48e386f25a</link>
        <description>Merge git://git.denx.de/u-boot-x86

            List of files:
            /rk3399_rockchip-uboot/drivers/timer/Kconfig</description>
        <pubDate>Tue, 01 Aug 2017 19:38:32 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>0ce9c57620a375bf58ae8d9a20698fb295bd1584 - x86: kconfig: Select TIMER and X86_TSC_TIMER</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/timer/Kconfig#0ce9c57620a375bf58ae8d9a20698fb295bd1584</link>
        <description>x86: kconfig: Select TIMER and X86_TSC_TIMERWithout a timer, U-Boot just doesn&apos;t boot. This is not somethingwe can turn off.Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Reviewed-by: Andy Shevchenko &lt;andy.shevchenko@gmail.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/timer/Kconfig</description>
        <pubDate>Sun, 30 Jul 2017 13:23:07 +0000</pubDate>
        <dc:creator>Bin Meng &lt;bmeng.cn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c2774e6149a6bedb0941deefec84665119e685a4 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-nds32</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/timer/Kconfig#c2774e6149a6bedb0941deefec84665119e685a4</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-nds32

            List of files:
            /rk3399_rockchip-uboot/drivers/timer/Kconfig</description>
        <pubDate>Mon, 22 May 2017 18:14:44 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>b841b6e94662b3b21a56d6ecaab64dcdfb0d311c - nds32: Support AE3XX platform.</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/timer/Kconfig#b841b6e94662b3b21a56d6ecaab64dcdfb0d311c</link>
        <description>nds32: Support AE3XX platform.Support Andestech AE3xx platform: serial, timer device tree flow.Signed-off-by: rick &lt;rick@andestech.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/timer/Kconfig</description>
        <pubDate>Thu, 18 May 2017 06:37:53 +0000</pubDate>
        <dc:creator>rick &lt;rick@andestech.com&gt;</dc:creator>
    </item>
<item>
        <title>f5076f869855045e527de7f1367c65f55a2b1448 - nds32: Support AG101P timer DM.</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/timer/Kconfig#f5076f869855045e527de7f1367c65f55a2b1448</link>
        <description>nds32: Support AG101P timer DM.Support AG101P timer device tree flow.Signed-off-by: rick &lt;rick@andestech.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/timer/Kconfig</description>
        <pubDate>Wed, 17 May 2017 02:59:20 +0000</pubDate>
        <dc:creator>rick &lt;rick@andestech.com&gt;</dc:creator>
    </item>
<item>
        <title>20699e6b7949c1eb174d8315807c050cfd03da9a - drivers: timer: Introduce ARC timer driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/timer/Kconfig#20699e6b7949c1eb174d8315807c050cfd03da9a</link>
        <description>drivers: timer: Introduce ARC timer driverThis commit introduces timer driver for ARC.ARC timers are configured via ARC AUX registers so we use specialfunctions to access timer control registers.This driver allows utilization of either timer0 or timer1depending on which one is available in real hardware. Essentiallyonly existing timers should be mentioned in board&apos;s Device Treedescription.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/drivers/timer/Kconfig</description>
        <pubDate>Tue, 21 Mar 2017 11:49:47 +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/drivers/timer/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/drivers/timer/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>ad9b5f77dffaa38ea830af94cd5de3450318f97c - drivers: timer: Introduce ARC timer driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/timer/Kconfig#ad9b5f77dffaa38ea830af94cd5de3450318f97c</link>
        <description>drivers: timer: Introduce ARC timer driverThis commit introduces timer driver for ARC.ARC timers are configured via ARC AUX registers so we use specialfunctions to access timer control registers.This driver allows utilization of either timer0 or timer1depending on which one is available in real hardware. Essentiallyonly existing timers should be mentioned in board&apos;s Device Treedescription.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/drivers/timer/Kconfig</description>
        <pubDate>Tue, 21 Mar 2017 11:49:47 +0000</pubDate>
        <dc:creator>Vlad Zakharov &lt;vzakhar@synopsys.com&gt;</dc:creator>
    </item>
<item>
        <title>347cb2edf96d1fcb10b0b98167533ee9e62c0c8e - STiH410: Add STi timer driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/timer/Kconfig#347cb2edf96d1fcb10b0b98167533ee9e62c0c8e</link>
        <description>STiH410: Add STi timer driverAdd ARM global timer based timerSigned-off-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/timer/Kconfig</description>
        <pubDate>Tue, 21 Feb 2017 12:37:05 +0000</pubDate>
        <dc:creator>Patrice Chotard &lt;patrice.chotard@st.com&gt;</dc:creator>
    </item>
<item>
        <title>4697abea62a3b02c9c346b94d7eae2e4a1c6cfd0 - aspeed: Add drivers common to all Aspeed SoCs</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/timer/Kconfig#4697abea62a3b02c9c346b94d7eae2e4a1c6cfd0</link>
        <description>aspeed: Add drivers common to all Aspeed SoCsAdd support for Watchdog Timer, which is compatible with AST2400 andAST2500 watchdogs. There is no uclass for Watchdog yet, so the driverdoes not follow the driver model. It also uses fixed clock, so no clockdriver is needed.Add support for timer for Aspeed ast2400/ast2500 devices.The driver actually controls several devices, but because all devicesshare the same Control Register, it is somewhat difficult to completelydecouple them. Since only one timer is needed at the moment, this shouldbe OK. The timer uses fixed clock, so does not rely on a clock driver.Add sysreset driver, which uses watchdog timer to do resets and particularwatchdog device to use is hardcoded (0)Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/timer/Kconfig</description>
        <pubDate>Wed, 18 Jan 2017 21:44:55 +0000</pubDate>
        <dc:creator>maxims@google.com &lt;maxims@google.com&gt;</dc:creator>
    </item>
<item>
        <title>d5c6144fe326e255e42ec273fc5d88f45cd61548 - Merge git://git.denx.de/u-boot-dm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/timer/Kconfig#d5c6144fe326e255e42ec273fc5d88f45cd61548</link>
        <description>Merge git://git.denx.de/u-boot-dm

            List of files:
            /rk3399_rockchip-uboot/drivers/timer/Kconfig</description>
        <pubDate>Fri, 26 Feb 2016 21:22:28 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>c95fec31928d7e2596364ee1d226b52ffd7793f2 - timer: Provide an early timer</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/timer/Kconfig#c95fec31928d7e2596364ee1d226b52ffd7793f2</link>
        <description>timer: Provide an early timerIn some cases the timer must be accessible before driver model is active.Examples include when using CONFIG_TRACE to trace U-Boot&apos;s execution beforedriver model is set up. Enable this option to use an early timer. Thesefunctions must be supported by your timer driver: timer_early_get_count()and timer_early_get_rate().Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/timer/Kconfig</description>
        <pubDate>Wed, 24 Feb 2016 16:14:49 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>6905f4d3c7be46fed4859f51f0a8f9a1107c22e7 - Merge git://git.denx.de/u-boot-dm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/timer/Kconfig#6905f4d3c7be46fed4859f51f0a8f9a1107c22e7</link>
        <description>Merge git://git.denx.de/u-boot-dm

            List of files:
            /rk3399_rockchip-uboot/drivers/timer/Kconfig</description>
        <pubDate>Thu, 21 Jan 2016 16:49:49 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>dadf31375acd4edaf3c7596dc129152244939e50 - drivers: timer: omap_timer: add timer driver for omap devices based on dm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/timer/Kconfig#dadf31375acd4edaf3c7596dc129152244939e50</link>
        <description>drivers: timer: omap_timer: add timer driver for omap devices based on dmAdding a timer driver for omap devices based on driver modeland device tree.Signed-off-by: Mugunthan V N &lt;mugunthanvnm@ti.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/timer/Kconfig</description>
        <pubDate>Thu, 24 Dec 2015 10:38:07 +0000</pubDate>
        <dc:creator>Mugunthan V N &lt;mugunthanvnm@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>7030f27ef3da9f911299592751574044f86305f0 - x86: tsc: Move tsc_timer.c to drivers/timer</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/timer/Kconfig#7030f27ef3da9f911299592751574044f86305f0</link>
        <description>x86: tsc: Move tsc_timer.c to drivers/timerTo group all dm timer drivers together, move tsc timer todrivers/timer directory.Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Acked-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/timer/Kconfig</description>
        <pubDate>Fri, 13 Nov 2015 08:11:24 +0000</pubDate>
        <dc:creator>Bin Meng &lt;bmeng.cn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>435ae76edd3a90fc4dd2f582052d7362cb8bdad7 - dm: timer: Fix several nits</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/timer/Kconfig#435ae76edd3a90fc4dd2f582052d7362cb8bdad7</link>
        <description>dm: timer: Fix several nitsThis changes &apos;Timer&apos; to &apos;timer&apos; at several places.Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Acked-by: Thomas Chou &lt;thomas@wytron.com.tw&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/timer/Kconfig</description>
        <pubDate>Fri, 13 Nov 2015 08:11:14 +0000</pubDate>
        <dc:creator>Bin Meng &lt;bmeng.cn@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
