<?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>4f66e09bb9fbc47b73f67c3cc08ee2663e8fcdb1 - 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-uniphier/Makefile#4f66e09bb9fbc47b73f67c3cc08ee2663e8fcdb1</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-bootSigned-off-by: Stefano Babic &lt;sbabic@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile</description>
        <pubDate>Tue, 09 May 2017 16:03:44 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>12af9399e77c809fdf5f9776d5bc1865ceab577d - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-uniphier</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile#12af9399e77c809fdf5f9776d5bc1865ceab577d</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-uniphier

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile</description>
        <pubDate>Tue, 25 Apr 2017 01:08:42 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>fed9c76641b02ccbda4119d1bee34767c8729107 - ARM: uniphier: enable PSCI sysreset for uniphier_v8_defconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile#fed9c76641b02ccbda4119d1bee34767c8729107</link>
        <description>ARM: uniphier: enable PSCI sysreset for uniphier_v8_defconfigThis configuration is supposed to be used with ARM Trusted Firmware,so the SYSTEM_RESET is implemented in BL31.  Invoke PSCI instead ofU-Boot&apos;s own reset code because we need to coordinate with SCP(System Control Processor) for the system-level power management.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile</description>
        <pubDate>Thu, 20 Apr 2017 07:54:42 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>d38de7cb03adf88e18c05d840c2528b7a5af2f9b - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-uniphier</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile#d38de7cb03adf88e18c05d840c2528b7a5af2f9b</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-uniphier  - Fix regressions caused by the previous reworks  - Add pin configuration support  - Re-work SPL code  - Update DRAM and PLL setup code  - Enable needed configs, disable unneeded configs

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile</description>
        <pubDate>Thu, 23 Feb 2017 15:12:41 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>784548efb2b76fdbfdb73f6a505a156f90bb1e55 - ARM: uniphier: rework spl_boot_device() and related code</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile#784548efb2b76fdbfdb73f6a505a156f90bb1e55</link>
        <description>ARM: uniphier: rework spl_boot_device() and related codeThe current implementation has ugly switch statements here and there,and duplicates similar code.  Rework it using table lookups for SoCdata and reduce code duplication.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile</description>
        <pubDate>Mon, 13 Feb 2017 16:24:26 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>81c847bf3806f2cb275f8b084872b97508823462 - ARM: uniphier: move spl_boot_mode() to a separate file</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile#81c847bf3806f2cb275f8b084872b97508823462</link>
        <description>ARM: uniphier: move spl_boot_mode() to a separate fileThe spl_boot_mode() is unrelated to the other code in this file.Besides, this function is only called from common/spl/spl_mmc.c,so it is reasonable to guard with CONFIG_SPL_MMC_SUPPORT.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile</description>
        <pubDate>Mon, 13 Feb 2017 16:24:25 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>e5957e8d6974971d8da722ab62b062d9551adab8 - ARM: uniphier: move MMC code to a separate file</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile#e5957e8d6974971d8da722ab62b062d9551adab8</link>
        <description>ARM: uniphier: move MMC code to a separate fileCurrently, arch/arm/mach-uniphier/boot-mode/boot-mode.c is messed upwith unrelated code; there is no reason why the &quot;mmcsetn&quot; commandmust be placed in this file.Split out the MMC code into arch/arm/mach-uniphier/mmc-first-dev.c.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile</description>
        <pubDate>Mon, 13 Feb 2017 16:24:24 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>aac477eca88dd81b18b48573ababee5112d571f3 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-uniphier</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile#aac477eca88dd81b18b48573ababee5112d571f3</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-uniphier  - Fix clk driver  - Optimize DRAM init code for LD20 SoC  - Get DRAM information from more reliable source  - Clean up SoC init code  - Allow to use Image.gz for booting ARM64 Linux  - Tidy up environments to use with ATF  - Clean up I2C drivers

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile</description>
        <pubDate>Sun, 29 Jan 2017 13:01:06 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>9c572684b4bbf776954420fd34f8ec707f631d67 - ARM: uniphier: compile board data only for SPL</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile#9c572684b4bbf776954420fd34f8ec707f631d67</link>
        <description>ARM: uniphier: compile board data only for SPLNow U-Boot proper need not get the uniphier_boards array.  Compileit only for SPL.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile</description>
        <pubDate>Fri, 27 Jan 2017 21:53:48 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>0c9e85f67cd86d2d7a3424ea3ebff0e6db7a3915 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-uniphier</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile#0c9e85f67cd86d2d7a3424ea3ebff0e6db7a3915</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-uniphier  - Allow to disable SPL (mainly for ATF)  - Refactor SoC init code  - Update DRAM settings  - Add PXs3 SoC support (DT, pinctrl driver, SoC code)

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile</description>
        <pubDate>Sun, 22 Jan 2017 22:07:48 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>e27d6c7d328caf75bd7680109bc6610bc681f46e - ARM: uniphier: simplify SoC ID get function</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile#e27d6c7d328caf75bd7680109bc6610bc681f46e</link>
        <description>ARM: uniphier: simplify SoC ID get functionCurrently, uniphier_get_soc_type() converts the SoC ID (this isread from the revision register) to an enum symbol to use it for SoCidentification.  Come to think of it, there is no need for theconversion in the first place.  Using the SoC ID from the registeras-is a straightforward way.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile</description>
        <pubDate>Sat, 21 Jan 2017 09:05:26 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>bfd07670a48d9fbf22646c93e07dcd8cbc8d0864 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-uniphier</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile#bfd07670a48d9fbf22646c93e07dcd8cbc8d0864</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-uniphier  - Enable eMMC driver for LD11/LD20 SoCs  - Refactoring of SoC init code  - Bug fix of pinctrl driver

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile</description>
        <pubDate>Tue, 17 Jan 2017 16:39:43 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>26b09c022ab6304deb8e8316bcb6dd8d5b5d40f0 - ARM: uniphier: move SBC and Support Card init code to U-Boot proper</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile#26b09c022ab6304deb8e8316bcb6dd8d5b5d40f0</link>
        <description>ARM: uniphier: move SBC and Support Card init code to U-Boot properInitialize SBC and Support Card in U-Boot proper instead of SPL.We may run different firmware (ex. ARM Trusted Firmware) beforeU-Boot, and basic SoC initialization may be done there.  In thatcase, SPL may not be used.The motivation for preparing SBC and Support Card in SPL was to useLED for early debugging, but this is not mandatory to boot SoCs.With this commit, LED will be unavailable in SPL, but we can use adebug serial instead.  So, this change will not be a big deal.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile</description>
        <pubDate>Sun, 15 Jan 2017 05:59:10 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>a8e6300d483d85f9eff211220db582cf6a403c0b - ARM: uniphier: refactor spl_init_board()</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile#a8e6300d483d85f9eff211220db582cf6a403c0b</link>
        <description>ARM: uniphier: refactor spl_init_board()Merge init-*.c into a single file using a table of callbacks becausethe initialization flow is almost common among SoCs.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile</description>
        <pubDate>Sun, 15 Jan 2017 05:59:09 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>8d6c99c66f94c78e65fdacca2fb2857101f8a5e7 - ARM: uniphier: refactor MEMCONF init code</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile#8d6c99c66f94c78e65fdacca2fb2857101f8a5e7</link>
        <description>ARM: uniphier: refactor MEMCONF init codeCurrently, memconf-sld3.c and memconf-pxs2.c duplicate the code.There are 3 patterns in terms of MEMCONF init:  - DRAM 2 channels: LD4, sLD8, Pro4, Pro5, LD11  - DRAM 3 channels: sLD3  - DRAM 3 channels (Ch2 is disable by MEMCONF[21]): Pxs2, LD20All of them can be moved into a single file by a little morerefactoring.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile</description>
        <pubDate>Sun, 15 Jan 2017 05:59:04 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>9a6535e05f17acf03e891266a650cb6029124743 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-uniphier</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile#9a6535e05f17acf03e891266a650cb6029124743</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-uniphier

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile</description>
        <pubDate>Sun, 18 Sep 2016 16:12:04 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>fcc238baee1495ff9796dfc4e13f8069a152e85f - ARM: uniphier: collect clock/PLL init code into a single directory</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile#fcc238baee1495ff9796dfc4e13f8069a152e85f</link>
        <description>ARM: uniphier: collect clock/PLL init code into a single directoryNow PLLs for DRAM controller are initialized in SPL, and the othersin U-Boot proper.  Setting up all of them in a single directory willbe helpful when we want to share code between SPL and U-Boot proper.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile</description>
        <pubDate>Fri, 16 Sep 2016 18:33:10 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>b78ffc53c58431cf8b710304676f9404f2fb9dd5 - ARM: uniphier: move XIRQ pin-mux settings of LD11/LD20</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile#b78ffc53c58431cf8b710304676f9404f2fb9dd5</link>
        <description>ARM: uniphier: move XIRQ pin-mux settings of LD11/LD20This is the last code in the mach-uniphier/pinctrl/ directory.Push the remaining code out to delete the directory entirely.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile</description>
        <pubDate>Fri, 16 Sep 2016 18:33:07 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>68557ec37e815d4be18f16f10770d15a6f63b807 - ARM: uniphier: consolidate System Bus pin-mux settings for LD11/LD20</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile#68557ec37e815d4be18f16f10770d15a6f63b807</link>
        <description>ARM: uniphier: consolidate System Bus pin-mux settings for LD11/LD20Use the pin-mux data in the pinctrl drivers by directly callingpinctrl_generic_set_state().Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile</description>
        <pubDate>Fri, 16 Sep 2016 18:33:06 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>5ac9dfbe9d9a19b04ddb306e7d6833861f9b6f72 - ARM: uniphier: consolidate NAND pin-mux settings</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile#5ac9dfbe9d9a19b04ddb306e7d6833861f9b6f72</link>
        <description>ARM: uniphier: consolidate NAND pin-mux settingsThe NAND subsystem has not supported the Driver Model yet, but theNAND pin-mux data are already in the pinctrl drivers.  Use them bycalling pinctrl_generic_set_state() directly.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile</description>
        <pubDate>Fri, 16 Sep 2016 18:33:04 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
</channel>
</rss>
