<?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>f749a0349c88cf56585078dbb67aeefe44e02471 - spl: add support ufs boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/lib/Makefile#f749a0349c88cf56585078dbb67aeefe44e02471</link>
        <description>spl: add support ufs bootSigned-off-by: Yifeng Zhao &lt;yifeng.zhao@rock-chips.com&gt;Change-Id: I52da725df705d82925548e57203a0aaa2d020cae

            List of files:
            /rk3399_rockchip-uboot/lib/Makefile</description>
        <pubDate>Tue, 27 Feb 2024 07:57:56 +0000</pubDate>
        <dc:creator>Yifeng Zhao &lt;yifeng.zhao@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>a4578d1a2a1887f67dd4fbf1c3d4325449c6618b - UPSTREAM: Add support for an owned buffer</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/lib/Makefile#a4578d1a2a1887f67dd4fbf1c3d4325449c6618b</link>
        <description>UPSTREAM: Add support for an owned bufferWhen passing a data buffer back from a function, it is not always clearwho owns the buffer, i.e. who is responsible for freeing the memory used.An example of this is where multiple files are decompressed from thefirmware image, using a temporary buffer for reading (since thecompressed data has to live somewhere) and producing a temporary orpermanent buffer with the resuilts.Where the firmware image can be memory-mapped, as on x86, the compresseddata does not need to be buffered, but the complexity of having a bufferwhich is either allocated or not, makes the code hard to understand.Introduce a new &apos;abuf&apos; which supports simple buffer operations:- encapsulating a buffer and its size- either allocated with malloc() or not- able to be reliably freed if necessary- able to be converted to an allocated buffer if neededThis simple API makes it easier to deal with allocated and memory-mappedbuffers.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;(cherry picked from commit 67bc59df05331eaac56cd0a00219d1386130aee2)Change-Id: I1445cda254d266705d5f76ba1f9d1046408807bfSigned-off-by: Joseph Chen &lt;chenjh@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/lib/Makefile</description>
        <pubDate>Sat, 25 Sep 2021 13:03:07 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>4700eff16121332601631d377187c7ae4a505051 - UPSTREAM: lib: rational: copy the rational fraction lib routines from Linux</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/lib/Makefile#4700eff16121332601631d377187c7ae4a505051</link>
        <description>UPSTREAM: lib: rational: copy the rational fraction lib routines from LinuxCopy the best rational approximation calculation routines from Linux.Typical usecase for these routines is to calculate the M/N dividervalues for PLLs to reach a specific clock rate.This is based on linux kernel commit:&quot;lib/math/rational.c: fix possible incorrect result from rationalfractions helper&quot;(sha1: 323dd2c3ed0641f49e89b4e420f9eef5d3d5a881)Signed-off-by: Tero Kristo &lt;t-kristo@ti.com&gt;Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;Signed-off-by: Tero Kristo &lt;kristo@kernel.org&gt;(cherry picked from commit 7d0f3fbb93cfebd7b5dc5635166e48ab998c4f82)Change-Id: Ia0b04dcde2e0ed208ae10f2f3ed8648564bd5220Signed-off-by: Wyon Bi &lt;bivvy.bi@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/lib/Makefile</description>
        <pubDate>Fri, 11 Jun 2021 08:45:02 +0000</pubDate>
        <dc:creator>Tero Kristo &lt;t-kristo@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>4425319b6748b4e9d21ac7fac0569fcbb8851c5e - lib: Add CONFIG_SPL_LZMA option</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/lib/Makefile#4425319b6748b4e9d21ac7fac0569fcbb8851c5e</link>
        <description>lib: Add CONFIG_SPL_LZMA optionSigned-off-by: Joseph Chen &lt;chenjh@rock-chips.com&gt;Change-Id: I258a738157ecbc4f754098c9faf6aface57847be

            List of files:
            /rk3399_rockchip-uboot/lib/Makefile</description>
        <pubDate>Thu, 13 Jan 2022 03:16:56 +0000</pubDate>
        <dc:creator>Joseph Chen &lt;chenjh@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>5f5b89c2c423b8035b7bd27817689b2fc7a5e47b - lib: Makefile: build rand.c if not set CONFIG_LIB_HW_RAND=y</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/lib/Makefile#5f5b89c2c423b8035b7bd27817689b2fc7a5e47b</link>
        <description>lib: Makefile: build rand.c if not set CONFIG_LIB_HW_RAND=yThe hardware rand lib has the higher priority.Signed-off-by: Joseph Chen &lt;chenjh@rock-chips.com&gt;Change-Id: I4c051911c91d7b72f30cfde6a0896f9d7c925ee8

            List of files:
            /rk3399_rockchip-uboot/lib/Makefile</description>
        <pubDate>Tue, 24 Aug 2021 07:15:45 +0000</pubDate>
        <dc:creator>Joseph Chen &lt;chenjh@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>f93178ae1e66403ffee11e75d56a89659c32e108 - lib: add libxbc support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/lib/Makefile#f93178ae1e66403ffee11e75d56a89659c32e108</link>
        <description>lib: add libxbc supportPick from google U-Boot commit.Signed-off-by: Joseph Chen &lt;chenjh@rock-chips.com&gt;Change-Id: I5241db252789249cfc72b1017065c9e3ed3fc695

            List of files:
            /rk3399_rockchip-uboot/lib/Makefile</description>
        <pubDate>Mon, 06 Sep 2021 06:46:38 +0000</pubDate>
        <dc:creator>Joseph Chen &lt;chenjh@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>08f7f19a21ccd4eb9d614366e1eb3d61483027c1 - lib: avb: separate the ab from the avb lib</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/lib/Makefile#08f7f19a21ccd4eb9d614366e1eb3d61483027c1</link>
        <description>lib: avb: separate the ab from the avb libOpen CONFIG_AVB_LIBAVB_USER &amp; CONFIG_ANDROID_AB &amp;CONFIG_AVB_LIBAVB_AB to enable ab.Signed-off-by: Jason Zhu &lt;jason.zhu@rock-chips.com&gt;Change-Id: I1611907b3cb82f72d5e706ed966ee98c7569d230

            List of files:
            /rk3399_rockchip-uboot/lib/Makefile</description>
        <pubDate>Tue, 03 Nov 2020 03:48:51 +0000</pubDate>
        <dc:creator>Jason Zhu &lt;jason.zhu@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>7497bc3daedf41ef8f2b1d53121d70c50bbb59e0 - Merge branch &apos;next-dev&apos; into thunder-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/lib/Makefile#7497bc3daedf41ef8f2b1d53121d70c50bbb59e0</link>
        <description>Merge branch &apos;next-dev&apos; into thunder-bootChange-Id: I35db1f0aa79575e972942b5c366f380fc8106343

            List of files:
            /rk3399_rockchip-uboot/lib/Makefile</description>
        <pubDate>Fri, 13 Mar 2020 09:39:43 +0000</pubDate>
        <dc:creator>Joseph Chen &lt;chenjh@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>3fbeaf462ea510ac3c02e47d4220af684d4b6c9b - lib: Makefile: compile rsa/ depends on $(SPL_TPL_)</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/lib/Makefile#3fbeaf462ea510ac3c02e47d4220af684d4b6c9b</link>
        <description>lib: Makefile: compile rsa/ depends on $(SPL_TPL_)Fix compile error.Signed-off-by: Joseph Chen &lt;chenjh@rock-chips.com&gt;Change-Id: Ib6a159cd4fe5fe8387c9abb8369326a4411245b2

            List of files:
            /rk3399_rockchip-uboot/lib/Makefile</description>
        <pubDate>Fri, 06 Mar 2020 10:33:45 +0000</pubDate>
        <dc:creator>Joseph Chen &lt;chenjh@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>2227535d492f86d17eadea9543cd39061b66f194 - lib: add sha512 support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/lib/Makefile#2227535d492f86d17eadea9543cd39061b66f194</link>
        <description>lib: add sha512 supportPorting from: https://tls.mbed.org/sha-512-source-code.Update and follow sha1/256.c function name and coding style.Change-Id: Idbe70b71e54e0e56a88aac5ec306c75fb2237f4fSigned-off-by: Joseph Chen &lt;chenjh@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/lib/Makefile</description>
        <pubDate>Thu, 11 Jul 2019 07:45:33 +0000</pubDate>
        <dc:creator>Joseph Chen &lt;chenjh@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>28386b6dc69ba6ece0345798f08ef0aed9fb0691 - UPSTREAM: lib: Add hexdump</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/lib/Makefile#28386b6dc69ba6ece0345798f08ef0aed9fb0691</link>
        <description>UPSTREAM: lib: Add hexdumpOften during debugging session it&apos;s very interesting to seewhat data we were dealing with. For example what we write or readto/from memory or peripherals.This change introduces functions that allow to dump binarydata with one simple function invocation like:-------------------&gt;8----------------print_hex_dump_bytes(&quot;&quot;, DUMP_PREFIX_OFFSET, buf, len);-------------------&gt;8----------------which gives us the following:-------------------&gt;8----------------00000000: f2 b7 c9 88 62 61 75 64 72 61 74 65 3d 31 31 35  ....baudrate=11500000010: 32 30 30 00 62 6f 6f 74 61 72 67 73 3d 63 6f 6e  200.bootargs=con00000020: 73 6f 6c 65 3d 74 74 79 53 33 2c 31 31 35 32 30  sole=ttyS3,1152000000030: 30 6e 38 00 62 6f 6f 74 64 65 6c 61 79 3d 33 00  0n8.bootdelay=3.00000040: 62 6f 6f 74 66 69 6c 65 3d 75 49 6d 61 67 65 00  bootfile=uImage.00000050: 66 64 74 63 6f 6e 74 72 6f 6c 61 64 64 72 3d 39  fdtcontroladdr=900000060: 66 66 62 31 62 61 30 00 6c 6f 61 64 61 64 64 72  ffb1ba0.loadaddr00000070: 3d 30 78 38 32 30 30 30 30 30 30 00 73 74 64 65  =0x82000000.stde00000080: 72 72 3d 73 65 72 69 61 6c 30 40 65 30 30 32 32  rr=serial0@e002200000090: 30 30 30 00 73 74 64 69 6e 3d 73 65 72 69 61 6c  000.stdin=serial000000a0: 30 40 65 30 30 32 32 30 30 30 00 73 74 64 6f 75  0@e0022000.stdou000000b0: 74 3d 73 65 72 69 61 6c 30 40 65 30 30 32 32 30  t=serial0@e00220000000c0: 30 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00.................-------------------&gt;8----------------Source of hexdump.c was copied from Linux kernel v4.7-rc2.Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;Cc: Anatolij Gustschin &lt;agust@denx.de&gt;Cc: Mario Six &lt;mario.six@gdsys.cc&gt;Cc: Simon Glass &lt;sjg@chromium.org&gt;Cc: Tom Rini &lt;trini@konsulko.com&gt;Cc: Stefan Roese &lt;sr@denx.de&gt;Change-Id: I038b41f51d45d1b853da499578bf8ef384a63730Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit f8c987f8f127f867d96ca74bcd1fcb11d8265b67)

            List of files:
            /rk3399_rockchip-uboot/lib/Makefile</description>
        <pubDate>Tue, 05 Jun 2018 14:17:57 +0000</pubDate>
        <dc:creator>Alexey Brodkin &lt;Alexey.Brodkin@synopsys.com&gt;</dc:creator>
    </item>
<item>
        <title>c46b3f6d965d45d69d4287f8935e0540f7fa0417 - lib: add stdlib.c</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/lib/Makefile#c46b3f6d965d45d69d4287f8935e0540f7fa0417</link>
        <description>lib: add stdlib.cSince we need to realize standard library function other than use themwith gcc tool chain in U-Boot. So add standard library function here.Change-Id: I10009c5bbe31fabacd929df3c44218ae9c6a885fSigned-off-by: Jason Zhu &lt;jason.zhu@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/lib/Makefile</description>
        <pubDate>Fri, 28 Jun 2019 07:28:36 +0000</pubDate>
        <dc:creator>Jason Zhu &lt;jason.zhu@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>483d0493217503c55708e8f9261c25d700fb87cb - lib: introduce bidram for GD board bi_dram[] memory management</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/lib/Makefile#483d0493217503c55708e8f9261c25d700fb87cb</link>
        <description>lib: introduce bidram for GD board bi_dram[] memory managementSome platform provides more than one dram banks and reserved firmwareregions (eg. ATF, OP-TEE, etc) by pre-loader dynamically. It meansthere are memory holes in board dram layout. What&apos;s more, U-Boot willreserved regions at the late bootflow(eg. firmware reserved for AMP).So we introduce bidram mechanism to manage GD board bi_dram[], whichprovides a way to easily manage memory holes and update bi_dram[]. Itdpends on LMB which provides a good algorithm to manage memory blocks.What&apos;s different from sysmem?- bidram manage and pass the avaliable memory blocks to kernel;- sysmem is only for U-Boot memory management to avoid ram overlap,  it doesn&apos;t matter about kernel avaliable memory.Change-Id: I697cbb80bdc961e4ad5ab94548e2dc93feefde6fSigned-off-by: Joseph Chen &lt;chenjh@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/lib/Makefile</description>
        <pubDate>Thu, 14 Mar 2019 10:34:30 +0000</pubDate>
        <dc:creator>Joseph Chen &lt;chenjh@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>ffa8f8b76ea89ab65082d036dfb58c7fb136d861 - lib: introduce sysmem for permanent memory management</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/lib/Makefile#ffa8f8b76ea89ab65082d036dfb58c7fb136d861</link>
        <description>lib: introduce sysmem for permanent memory managementU-Boot provides MALLOC for runtime temporary memory management andLMB for bootm memory management. There is not a mechanism for permanentmemory management. so that the memory blocks are easy to overlap witheach other.What does permanent memory mean ? - The memory can&apos;t be touched by U-Boot(ATF/OPTEE/SHM/kernel-reserved, etc); - The memory occupied even in kernel, such as some firmware load buffer;This patch introduces sysmem to do permanent memory management, whichimplements base on LMB. It provides memory block (pool): - init; - add; - alloc; - free; - reserve; - stat; - overflow check;Here is an example for RK3399 sysmem boot stat(assume the &quot;fdt&quot; region is Overflow)called by sysmem_dump_all():sysmem_dump_all:    ------------------------------------------------------    memory.rgn[0].base     = 0x00000000                 .size     = 0x00000000    memory.rgn[1].base     = 0x00200000                 .size     = 0x08200000    memory.rgn[2].base     = 0x0a200000                 .size     = 0x75e00000    memory.total           = 0x7e000000 (2016 MiB. 0 KiB)    ------------------------------------------------------    reserved.rgn[0].name   = &quot;ATF&quot;                   .base   = 0x00000000                   .size   = 0x00100000    reserved.rgn[1].name   = &quot;PSTORE/ATAGS/SHM&quot;                   .base   = 0x00100000                   .size   = 0x00100000    reserved.rgn[2].name   = &quot;OP-TEE&quot;                   .base   = 0x08400000                   .size   = 0x01e00000    reserved.rgn[3].name   = &quot;U-Boot&quot;                   .base   = 0x71be03c0                   .size   = 0x0e41fc40    reserved.rgn[4].name   = &quot;secure-memory@20000000&quot;                   .base   = 0x20000000                   .size   = 0x10000000    reserved.total         = 0x2041fc40 (516 MiB. 127 KiB)    ------------------------------------------------------    allocated.rgn[0].name  = &quot;fdt&quot;      (Overflow)                    .base  = 0x01f00000                    .size  = 0x00009704    allocated.rgn[1].name  = &quot;kernel&quot;                    .base  = 0x0027c000                    .size  = 0x0129da04    allocated.rgn[2].name  = &quot;ramdisk&quot;                    .base  = 0x0a200000                    .size  = 0x001e6c04    allocated.total        = 0x0148dd0c (20 MiB. 567 KiB)    ------------------------------------------------------    LMB.reserved[0].base   = 0x00000000                   .size   = 0x00200000    LMB.reserved[1].base   = 0x0027c000                   .size   = 0x0129da04    LMB.reserved[2].base   = 0x01f00000                   .size   = 0x00009704    LMB.reserved[3].base   = 0x08400000                   .size   = 0x01fe6c04    LMB.reserved[4].base   = 0x20000000                   .size   = 0x10000000    LMB.reserved[5].base   = 0x71be03c0                   .size   = 0x0e41fc40    reserved.core.total    = 0x218ad94c (536 MiB. 694 KiB)    ------------------------------------------------------Change-Id: If63b7abed2cdd3c054719511fcceed733ddf606dSigned-off-by: Joseph Chen &lt;chenjh@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/lib/Makefile</description>
        <pubDate>Sun, 13 Jan 2019 09:56:44 +0000</pubDate>
        <dc:creator>Joseph Chen &lt;chenjh@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>37a7bc39c0a3beca986e8c1c85d1dd6b9921e313 - lib: avb: update and modify the avb library</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/lib/Makefile#37a7bc39c0a3beca986e8c1c85d1dd6b9921e313</link>
        <description>lib: avb: update and modify the avb libraryThe commit point is updated to google external/avb/which commit point is cf8c56208d2d9643804a7f123b196c7ebc9af276.Change-Id: I5a10a8a45d3e9e2c9d20d9b3d44946073c9a49ffSigned-off-by: Jason Zhu &lt;jason.zhu@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/lib/Makefile</description>
        <pubDate>Fri, 26 Jan 2018 08:38:05 +0000</pubDate>
        <dc:creator>Jason Zhu &lt;jason.zhu@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>205ac79efb3a9aca5ebabc7ddcf2d5da4aaa6ab1 - UPSTREAM: lib: allow building lzo for the SPL</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/lib/Makefile#205ac79efb3a9aca5ebabc7ddcf2d5da4aaa6ab1</link>
        <description>UPSTREAM: lib: allow building lzo for the SPLChange-Id: If6ccf36b13632f5450f700b8931975a4742a698eSigned-off-by: Jean-Jacques Hiblot &lt;jjhiblot@ti.com&gt;Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Signed-off-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;(cherry picked from commit f52bdf4b678defea2341aa4b68736e6978180222)

            List of files:
            /rk3399_rockchip-uboot/lib/Makefile</description>
        <pubDate>Fri, 15 Sep 2017 10:57:30 +0000</pubDate>
        <dc:creator>Jean-Jacques Hiblot &lt;jjhiblot@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>92193ef7346ae7bb0de4c531eaa9a2703dcc2573 - UPSTREAM: lib: Add CRC32-C</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/lib/Makefile#92193ef7346ae7bb0de4c531eaa9a2703dcc2573</link>
        <description>UPSTREAM: lib: Add CRC32-CThis is needed for BTRFS.Change-Id: I7415e99a6f06aef89f3520ebe9a9ba92a9189059Signed-off-by: Marek Behun &lt;marek.behun@nic.cz&gt;Signed-off-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;(cherry picked from commit 85d8bf57131a21424b50e50884372e813345f09a)

            List of files:
            /rk3399_rockchip-uboot/lib/Makefile</description>
        <pubDate>Sun, 03 Sep 2017 15:00:23 +0000</pubDate>
        <dc:creator>Marek Beh&#250;n &lt;marek.behun@nic.cz&gt;</dc:creator>
    </item>
<item>
        <title>407d40f45fa9ead49c6b5f6750e82f727edfe0f0 - UPSTREAM: lib: add some utf16 handling helpers</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/lib/Makefile#407d40f45fa9ead49c6b5f6750e82f727edfe0f0</link>
        <description>UPSTREAM: lib: add some utf16 handling helpersWe&apos;ll eventually want these in a few places in efi_loader, and alsovsprintf.Change-Id: I6c04463ad364e46730fcc84b86d38400f433e8deSigned-off-by: Rob Clark &lt;robdclark@gmail.com&gt;Signed-off-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;(cherry picked from commit 78178bb0c9dfe2a91a636a411291d8bab50e8a7d)

            List of files:
            /rk3399_rockchip-uboot/lib/Makefile</description>
        <pubDate>Sat, 09 Sep 2017 10:47:40 +0000</pubDate>
        <dc:creator>Rob Clark &lt;robdclark@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b81c4739f4f34317a5e3ae5c06b14446b9e3c18e - UPSTREAM: spl: fit: Eanble GZIP support for image decompression</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/lib/Makefile#b81c4739f4f34317a5e3ae5c06b14446b9e3c18e</link>
        <description>UPSTREAM: spl: fit: Eanble GZIP support for image decompressionAdd Kconfig option SPL_GZIP and SPL_ZLIB to enable gunzip support forSPL boot, eg. falcon boot compressed kernel image.Change-Id: I68f64aca8ecad26478f2ce25676253cee7e57d30Signed-off-by: York Sun &lt;york.sun@nxp.com&gt;Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Signed-off-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;(cherry picked from commit 7264f2928b46c5f5685e39ed607652c8991e47b6)

            List of files:
            /rk3399_rockchip-uboot/lib/Makefile</description>
        <pubDate>Tue, 15 Aug 2017 18:14:43 +0000</pubDate>
        <dc:creator>York Sun &lt;york.sun@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>2d07abe11162ee250d26ea79314259c3f2c79bce - tipc: change the tipc compile conditions</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/lib/Makefile#2d07abe11162ee250d26ea79314259c3f2c79bce</link>
        <description>tipc: change the tipc compile conditionsSince the tipc is not used in tpl andspl, we just compile tipc and generatein u-boot.bin.Change-Id: Id2845aef127d209c8243cb4cfee8dfbd04ba1305Signed-off-by: Jason Zhu &lt;jason.zhu@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/lib/Makefile</description>
        <pubDate>Mon, 18 Sep 2017 01:00:49 +0000</pubDate>
        <dc:creator>Jason Zhu &lt;jason.zhu@rock-chips.com&gt;</dc:creator>
    </item>
</channel>
</rss>
