<?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>6184121cdc2fc45e350eb406a78dbf685f281d2e - arm: add spl relocation support for armv8</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/lib/Makefile#6184121cdc2fc45e350eb406a78dbf685f281d2e</link>
        <description>arm: add spl relocation support for armv8Relocate spl itself to a high memory.Change-Id: Ia69f05449a0a8e4f07cc6d37a2486c3cd2aa7176Signed-off-by: Andy Yan &lt;andy.yan@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/lib/Makefile</description>
        <pubDate>Mon, 29 Apr 2019 09:06:34 +0000</pubDate>
        <dc:creator>Andy Yan &lt;andy.yan@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>d0df954bf3d4978ee3feb94b80ec863063c704cc - arm: lib: add arm32/64 stacktrace support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/lib/Makefile#d0df954bf3d4978ee3feb94b80ec863063c704cc</link>
        <description>arm: lib: add arm32/64 stacktrace supportThis patch supports dump arm32/64 stacktrace as the format of rawaddress info. The U-Boot symbol table is not available now, pleaseuse ./scripts/stacktrace.sh script to parse stacktrace info with command:    ./scripts/stacktrace.sh &lt;file&gt;       // stacktrace info fileExample on RK3399:    Call trace:     PC:   [&lt; 00258a7c &gt;]  dwc3_gadget_uboot_handle_interrupt+0xa0/0x5bc     LR:   [&lt; 002052f8 &gt;]  usb_gadget_handle_interrupts+0x10/0x1c    Stack:           [&lt; 00258a7c &gt;]  dwc3_gadget_uboot_handle_interrupt+0xa0/0x5bc           [&lt; 0025bd6c &gt;]  sleep_thread.isra.20+0xb0/0x114           [&lt; 0025cf58 &gt;]  fsg_main_thread+0x2c8/0x1814           [&lt; 0020db58 &gt;]  do_rkusb+0x250/0x338           [&lt; 00226a00 &gt;]  cmd_process+0xac/0xe0           [&lt; 00212df4 &gt;]  run_list_real+0x6fc/0x72c           [&lt; 00212f94 &gt;]  parse_stream_outer+0x170/0x67c           [&lt; 002126e0 &gt;]  parse_string_outer+0xdc/0xf4           [&lt; 00212bb0 &gt;]  run_list_real+0x4b8/0x72c           [&lt; 00212f94 &gt;]  parse_stream_outer+0x170/0x67c           [&lt; 00212698 &gt;]  parse_string_outer+0x94/0xf4           [&lt; 00225f30 &gt;]  run_command_list+0x38/0x90           [&lt; 00202d08 &gt;]  rockchip_dnl_mode_check+0x4c/0xd4           [&lt; 00202db0 &gt;]  setup_boot_mode+0x20/0xf0           [&lt; 00203010 &gt;]  board_late_init+0x10/0x40           [&lt; 0027071c &gt;]  initcall_run_list+0x44/0x80           [&lt; 00213d68 &gt;]  board_init_r+0x20/0x24The &quot;dump_stack()&quot; is available to trigger stacktrace.Change-Id: Ib1423269dd255fa4a34231489cd3b7e6ddd22540Signed-off-by: Joseph Chen &lt;chenjh@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/lib/Makefile</description>
        <pubDate>Fri, 01 Feb 2019 07:09:20 +0000</pubDate>
        <dc:creator>Joseph Chen &lt;chenjh@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>c1da286a086ecbd7b2ee6837047dcc5707cf985f - UPSTREAM: arm: provide a PCS-compliant setjmp implementation</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/lib/Makefile#c1da286a086ecbd7b2ee6837047dcc5707cf985f</link>
        <description>UPSTREAM: arm: provide a PCS-compliant setjmp implementationThe previous setjmp-implementation (as a static inline function thatcontained an &apos;asm volatile&apos; sequence) was extremely fragile: (someversions of) GCC optimised the set of registers.  One critical examplewas the removal of &apos;r9&apos; from the clobber list, if -ffixed-reg9 wassupplied.To increase robustness and ensure PCS-compliant behaviour, the setjmpand longjmp implementation are now in assembly and closely match whatone would expect to find in a libc implementation.Change-Id: I9403d28218f03cdf84b1e8cbd4d3d4eef790e9b9Signed-off-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;Tested-by: Andy Yan &lt;andy.yan@rock-chips.com&gt;Signed-off-by: Andy Yan &lt;andy.yan@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/lib/Makefile</description>
        <pubDate>Tue, 10 Oct 2017 14:21:13 +0000</pubDate>
        <dc:creator>Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;</dc:creator>
    </item>
<item>
        <title>111a6af97acd9bca2ffe0b976c8962cfe8a9acc6 - arm: Add Kconfig symbols used for Linux asm compatibility</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/lib/Makefile#111a6af97acd9bca2ffe0b976c8962cfe8a9acc6</link>
        <description>arm: Add Kconfig symbols used for Linux asm compatibilityRather than change asm files that come from Linux, add the symbolsto Kconfig. Since one of the symbols is for thumb2 builds, makeCPU_V7M always select them.Signed-off-by: Phil Edworthy &lt;phil.edworthy@renesas.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/lib/Makefile</description>
        <pubDate>Thu, 01 Jun 2017 06:33:28 +0000</pubDate>
        <dc:creator>Phil Edworthy &lt;PHIL.EDWORTHY@renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>711391131c84398d1b8256ab5a8cfa2969ad57c7 - Merge git://git.denx.de/u-boot-sunxi</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/lib/Makefile#711391131c84398d1b8256ab5a8cfa2969ad57c7</link>
        <description>Merge git://git.denx.de/u-boot-sunxitrini: Make Kconfig SPL_xxx entires only show if SPL, so that we don&apos;tget Kconfig errors on platforms without SPL, ie sandbox (without SPL).Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/lib/Makefile</description>
        <pubDate>Mon, 22 May 2017 18:15:16 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>98db26a6125baf21d9fa30babb6c74dd867bfdcd - armv8: fsl: move ccn504 code into FSL Makefile</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/lib/Makefile#98db26a6125baf21d9fa30babb6c74dd867bfdcd</link>
        <description>armv8: fsl: move ccn504 code into FSL MakefileThe generic ARMv8 assembly code contains routines for setting upa CCN interconnect, though the Freescale SoCs are the only user.Link this code only for Freescale targets, this saves some preciousbytes in the chronically tight SPL.Signed-off-by: Andre Przywara &lt;andre.przywara@arm.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/lib/Makefile</description>
        <pubDate>Wed, 26 Apr 2017 00:32:41 +0000</pubDate>
        <dc:creator>Andre Przywara &lt;andre.przywara@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>0cef6cbe3a50cc48f6d0d574297ccb06b67e0f65 - armv8: SPL: only compile GIC code if needed</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/lib/Makefile#0cef6cbe3a50cc48f6d0d574297ccb06b67e0f65</link>
        <description>armv8: SPL: only compile GIC code if neededNot every SoC needs to set up the GIC interrupt controller, so linkthink code only when the respective config option is set.This shaves off some bytes from the SPL code size.Signed-off-by: Andre Przywara &lt;andre.przywara@arm.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Jagan Teki &lt;jagan@openedev.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/lib/Makefile</description>
        <pubDate>Wed, 26 Apr 2017 00:32:40 +0000</pubDate>
        <dc:creator>Andre Przywara &lt;andre.przywara@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>984a3c8777071700a5935758d0d542e7b3f97bb0 - spl: fdt: support for fdt fixup for falcon boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/lib/Makefile#984a3c8777071700a5935758d0d542e7b3f97bb0</link>
        <description>spl: fdt: support for fdt fixup for falcon bootAdding support for fdt fixup to update thememory node in device tree for falcon boot.This is needed for single stage or falconbootmode, to pass memory configuration tokernel through DT memory node.Signed-off-by: Ravi Babu &lt;ravibabu@ti.com&gt;Reviewed-by: Lukasz Majewski &lt;lukma@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/lib/Makefile</description>
        <pubDate>Tue, 18 Apr 2017 11:57:26 +0000</pubDate>
        <dc:creator>B, Ravi &lt;ravibabu@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>bf4d0495d2abe0bf0f0dc05bd519ce1bc749f5f4 - armv7m: add instruction &amp; data cache support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/lib/Makefile#bf4d0495d2abe0bf0f0dc05bd519ce1bc749f5f4</link>
        <description>armv7m: add instruction &amp; data cache supportThis patch adds armv7m instruction &amp; data cache support.Signed-off-by: Vikas Manocha &lt;vikas.manocha@st.com&gt;cc: Christophe KERELLO &lt;christophe.kerello@st.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/lib/Makefile</description>
        <pubDate>Mon, 27 Mar 2017 20:02:44 +0000</pubDate>
        <dc:creator>Vikas Manocha &lt;vikas.manocha@st.com&gt;</dc:creator>
    </item>
<item>
        <title>3a649407a49b041ceb826d55b5919dc8297f8965 - arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILD</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/lib/Makefile#3a649407a49b041ceb826d55b5919dc8297f8965</link>
        <description>arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILDToday, we have cases where we wish to build all of U-Boot in Thumb2 mode forvarious reasons.  We also have cases where we only build SPL in Thumb2 mode dueto size constraints and wish to build the rest of the system in ARM mode.  Soin this migration we introduce a new symbol as well, SPL_SYS_THUMB_BUILD tocontrol if we build everything or just SPL (or in theory, just U-Boot) inThumb2 mode.Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;Acked-by: Siarhei Siamashka &lt;siarhei.siamashka@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/lib/Makefile</description>
        <pubDate>Sat, 18 Mar 2017 13:01:44 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>40d5534cff720d566cd52f532f26eea2bd86c1ae - ARM: Default to using optimized memset and memcpy routines</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/lib/Makefile#40d5534cff720d566cd52f532f26eea2bd86c1ae</link>
        <description>ARM: Default to using optimized memset and memcpy routinesWe have long had available optimized versions of the memset and memcpyfunctions that are borrowed from the Linux kernel.  We should use thesein normal conditions as the speed wins in many workflows outweigh therelatively minor size increase.  However, we have a number of placeswhere we&apos;re simply too close to size limits in SPL and must be able tomake the size vs performance trade-off in those cases.Cc: Philippe Reynes &lt;tremyfr@yahoo.fr&gt;Cc: Eric Jarrige &lt;eric.jarrige@armadeus.org&gt;Cc: Heiko Schocher &lt;hs@denx.de&gt;Cc: Magnus Lilja &lt;lilja.magnus@gmail.com&gt;Cc: Lokesh Vutla &lt;lokeshvutla@ti.com&gt;Cc: Chander Kashyap &lt;k.chander@samsung.com&gt;Cc: Akshay Saraswat &lt;akshay.s@samsung.com&gt;Cc: Simon Glass &lt;sjg@chromium.org&gt;Cc: Stefan Roese &lt;sr@denx.de&gt;Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;Acked-by: Stefan Roese &lt;sr@denx.de&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/lib/Makefile</description>
        <pubDate>Thu, 12 Jan 2017 18:16:02 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>0b8404332ed08799ca0630e4cc868df039f206e3 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-sunxi</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/lib/Makefile#0b8404332ed08799ca0630e4cc868df039f206e3</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-sunxi

            List of files:
            /rk3399_rockchip-uboot/arch/arm/lib/Makefile</description>
        <pubDate>Tue, 10 Jan 2017 13:19:21 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>ebda0cc5090d758b5f2a99b4ea116d27e4402255 - armv8: prevent using THUMB</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/lib/Makefile#ebda0cc5090d758b5f2a99b4ea116d27e4402255</link>
        <description>armv8: prevent using THUMBThe predominantely 32-bit ARM targets try to compile the SPL in Thumbmode to reduce code size.The 64-bit AArch64 instruction set does not know an alternative, conciseencoding, so the Thumb build option should only be set for 32-bittargets.Likewise -marm machine options are only valid for ARMv7 targets.Signed-off-by: Andre Przywara &lt;andre.przywara@arm.com&gt;Reviewed-by: Alexander Graf &lt;agraf@suse.de&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;Acked-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;Reviewed-by: Jagan Teki &lt;jagan@openedev.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/lib/Makefile</description>
        <pubDate>Mon, 02 Jan 2017 11:48:26 +0000</pubDate>
        <dc:creator>Andre Przywara &lt;andre.przywara@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>2d221489df021393654805536be7effcb9d39702 - 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/lib/Makefile#2d221489df021393654805536be7effcb9d39702</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/lib/Makefile</description>
        <pubDate>Tue, 29 Nov 2016 15:28:28 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>95b62b2e28dbc3419f49eeae2e4fdccc862fccea - efi_loader: Allow to compile helloworld.efi w/o bundling it</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/lib/Makefile#95b62b2e28dbc3419f49eeae2e4fdccc862fccea</link>
        <description>efi_loader: Allow to compile helloworld.efi w/o bundling itToday we can compile a self-contained hello world efi test binary thatallows us to quickly verify whether the EFI loader framwork works.We can use that binary outside of the self-contained test case though,by providing it to a to-be-tested system via tftp.This patch separates compilation of the helloworld.efi file fromincluding it in the u-boot binary for &quot;bootefi hello&quot;. It also modifiesthe efi_loader test case to enable travis to pick up the compiled file.Because we&apos;re now no longer bloating the resulting u-boot binary, wecan enable compilation always, giving us good travis test coverage.Signed-off-by: Alexander Graf &lt;agraf@suse.de&gt;Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/lib/Makefile</description>
        <pubDate>Thu, 17 Nov 2016 21:40:10 +0000</pubDate>
        <dc:creator>Alexander Graf &lt;agraf@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>9e40ea04e9f1a70a184504c9e2beb051eb2d9335 - Merge tag &apos;signed-efi-next&apos; of git://github.com/agraf/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/lib/Makefile#9e40ea04e9f1a70a184504c9e2beb051eb2d9335</link>
        <description>Merge tag &apos;signed-efi-next&apos; of git://github.com/agraf/u-bootPatch queue for efi - 2016-11-17Highlights this time around:  - x86 efi_loader support  - hello world efi test case  - network device name is now representative  - terminal output reports modes correctly  - fix psci reset for ls1043/ls1046  - fix efi_add_runtime_mmio definition for x86  - efi_loader support for ls2080

            List of files:
            /rk3399_rockchip-uboot/arch/arm/lib/Makefile</description>
        <pubDate>Thu, 17 Nov 2016 16:46:45 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>dd46eef2f6e0b7dce2e6bcd85ed8caca5a6b606c - efi: arm: Add EFI app support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/lib/Makefile#dd46eef2f6e0b7dce2e6bcd85ed8caca5a6b606c</link>
        <description>efi: arm: Add EFI app supportAdd support for EFI apps on ARM. This includes start-up and relocationcode, plus a link script and some compiler setting changes.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;[agraf: Remove whitespace change, add kconfig dep]Signed-off-by: Alexander Graf &lt;agraf@suse.de&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/lib/Makefile</description>
        <pubDate>Mon, 07 Nov 2016 15:47:10 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>5db28905c952560843212236963e9f711341cad5 - cmd: Split &apos;bootz&apos; and &apos;booti&apos; out from &apos;bootm&apos;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/lib/Makefile#5db28905c952560843212236963e9f711341cad5</link>
        <description>cmd: Split &apos;bootz&apos; and &apos;booti&apos; out from &apos;bootm&apos;The bootz and booti commands rely on common functionality that is foundin common/bootm.c and common/bootm_os.c.  They do not however rely onthe rest of cmd/bootm.c to be implemented so split them into their ownfiles.  Have various Makefiles include the required infrastructure forCONFIG_CMD_BOOT[IZ] as well as CONFIG_CMD_BOOTM.  Move the declarationof &apos;images&apos; over to common/bootm.c.Cc: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/lib/Makefile</description>
        <pubDate>Fri, 12 Aug 2016 12:31:15 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>a78cd8613204188991c192b8dae2de0aae3b1722 - ARM: Rework and correct barrier definitions</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/lib/Makefile#a78cd8613204188991c192b8dae2de0aae3b1722</link>
        <description>ARM: Rework and correct barrier definitionsAs part of testing booting Linux kernels on Rockchip devices, it wasdiscovered by Ziyuan Xu and Sandy Patterson that we had multiple and forsome cases incomplete isb definitions.  This was causing a failure toboot of the Linux kernel.In order to solve this problem as well as cover any corner cases that wemay also have had a number of changes are made in order to consolidatethings.  First, &lt;asm/barriers.h&gt; now becomes the source of isb/dsb/dmbdefinitions.  This however introduces another complexity.  Due toneeding to build SPL for 32bit tegra with -march=armv4 we need to borrowthe __LINUX_ARM_ARCH__ logic from the Linux Kernel in a more completeform.  Move this from arch/arm/lib/Makefile to arch/arm/Makefile and adda comment about it.  Now that we can always know what the target CPU iscapable off we can get always do the correct thing for the barrier.  Thefinal part of this is that need to be consistent everywhere and callisb()/dsb()/dmb() and NOT call ISB/DSB/DMB in some cases and thefunction names in others.Reviewed-by: Stephen Warren &lt;swarren@nvidia.com&gt;Tested-by: Stephen Warren &lt;swarren@nvidia.com&gt;Acked-by: Ziyuan Xu &lt;xzy.xu@rock-chips.com&gt;Acked-by: Sandy Patterson &lt;apatterson@sightlogix.com&gt;Reported-by: Ziyuan Xu &lt;xzy.xu@rock-chips.com&gt;Reported-by: Sandy Patterson &lt;apatterson@sightlogix.com&gt;Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/lib/Makefile</description>
        <pubDate>Mon, 01 Aug 2016 22:54:53 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>431889d6ad9a39846636716478d504aa7ff976fc - spl: zImage support in Falcon mode</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/lib/Makefile#431889d6ad9a39846636716478d504aa7ff976fc</link>
        <description>spl: zImage support in Falcon modeOther payload than uImage is currently considered to be raw U-Bootimage. Check also for zImage in Falcon mode.Signed-off-by: Ladislav Michl &lt;ladis@linux-mips.org&gt;Reviewed-by: Heiko Schocher &lt;hs@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/lib/Makefile</description>
        <pubDate>Tue, 12 Jul 2016 18:28:14 +0000</pubDate>
        <dc:creator>Ladislav Michl &lt;ladis@linux-mips.org&gt;</dc:creator>
    </item>
</channel>
</rss>
