<?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 .gitignore</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>d726f225f5eabc0efa1ef7006c4a6f840b28b767 - cmd: rework &quot;license&quot; command</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/cmd/.gitignore#d726f225f5eabc0efa1ef7006c4a6f840b28b767</link>
        <description>cmd: rework &quot;license&quot; commandThe previous commit (&quot;add a new command to show .config contents&quot;)improves the basic infrastructure of &quot;embed a compressed file intothe U-Boot image, and print it by a command&quot;.  The same pattern forthe &quot;license&quot; command.This commit reworks the command to improve the following:[1] Improve log styleKbuild style log  GZIP    cmd/license_data.gz  CHK     cmd/license_data_gz.h  UPD     cmd/license_data_gz.h  CHK     cmd/license_data_size.h  UPD     cmd/license_data_size.hinstead of the bare Make log:cat ./Licenses/gpl-2.0.txt | gzip -9 -c | \		tools/bin2header license_gzip &gt; ./include/license.h[2] Collect related code into the &quot;cmd&quot; directoryPrior to this commit, the license.h was created by tools/Makefile,placed under the &quot;include&quot; directory, included from cmd/license.c,and deleted by the top-level Makefile.  It is not a good idea toscatter related code.[3] Drop the fixed-malloc size LICENSE_MAXJust allocate the minimum required size of buffer because we knowthe size of the original gpl-2.0.txt.[4] Fix more issuesTerminate the buffer with zero to prevent puts() from over-running.Add &quot;static&quot; to do_license.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/cmd/.gitignore</description>
        <pubDate>Mon, 30 Jan 2017 02:12:08 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>61304dbec36dc445bbe7d2c19b4da0695861e0a8 - cmd: add a new command &quot;config&quot; to show .config contents</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/cmd/.gitignore#61304dbec36dc445bbe7d2c19b4da0695861e0a8</link>
        <description>cmd: add a new command &quot;config&quot; to show .config contentsThis feature is inspired by /proc/config.gz of Linux.  In Linux,if CONFIG_IKCONFIG is enabled, the &quot;.config&quot; file contents areembedded in the kernel image.  If CONFIG_IKCONFIG_PROC is alsoenabled, the &quot;.config&quot; contents are exposed to /proc/config.gz.Users can do &quot;zcat /proc/config.gz&quot; to check which config optionsare enabled on the running kernel image.The idea is almost the same here; if CONFIG_CMD_CONFIG is enabled,the &quot;.config&quot; contents are compressed and saved in the U-Boot image,then printed by the new command &quot;config&quot;.The usage is quite simple.  Enable CONFIG_CMD_CONFIG, then run &gt; configfrom the command line interface.  The &quot;.config&quot; contents will beprinted on the console.This feature increases the U-Boot image size by about 4KB (this ismostly due to the gzip-compressed .config file).  By default, it isenabled only for Sandbox because we do not care about the memoryfootprint on it.  Of course, this feature is architecture agnostic,so you can enable it on any board if the image size increase isacceptable for you.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/cmd/.gitignore</description>
        <pubDate>Mon, 30 Jan 2017 02:12:07 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
</channel>
</rss>
