<?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>4388deca723e78cda09c928f33f3a4d299e414c9 - dm: add amp uclass and rockchip amp driver support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/cpu/Kconfig#4388deca723e78cda09c928f33f3a4d299e414c9</link>
        <description>dm: add amp uclass and rockchip amp driver support- add amp uclass;- add a simple rockchip amp driver.An example for amps dts node configure:amps {	compatible = &quot;uboot,rockchip-amp&quot;;	status = &quot;okay&quot;;	amp@0 {		description  = &quot;mcu-os1&quot;;		partition    = &quot;mcu1&quot;;		cpu          = &lt;0x1&gt;; // this is mpidr!		load         = &lt;0x800000&gt;;		entry        = &lt;0x800000&gt;;		memory       = &lt;0x800000 0x400000&gt;;	};	amp@1 {		......	};	......};U-Boot loads &quot;mcu-os1&quot; firmware to &quot;0x800000&quot; address from partiton&quot;mcu1&quot; for cpu[1], the cpu[1] entry address is 0x800000. AndU-Boot reserve memory from 0x800000 with 0x400000 size in orderto make it invisible for kernel.Please use rockchip tool &quot;mkkrnlimg&quot; to pack firmware binary, example:./scripts/mkkrnlimg mcu-os1.bin mcu-os1.imgChange-Id: I127d5d9f460ec0c1812a76fb4c3702e82f21c9a6Signed-off-by: Joseph Chen &lt;chenjh@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/cpu/Kconfig</description>
        <pubDate>Thu, 21 Mar 2019 10:22:13 +0000</pubDate>
        <dc:creator>Joseph Chen &lt;chenjh@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>11f4dc1583c387fbb46d473c942c4bcfe5af303e - dm: Implement a CPU uclass</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/cpu/Kconfig#11f4dc1583c387fbb46d473c942c4bcfe5af303e</link>
        <description>dm: Implement a CPU uclassIt is useful to be able to keep track of the available CPUs in a multi-CPUsystem. This uclass is mostly intended for use with SMP systems.The uclass provides methods for getting basic information about each CPU.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/cpu/Kconfig</description>
        <pubDate>Wed, 29 Apr 2015 02:25:09 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
</channel>
</rss>
