<?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>495f3774be68e44a85b7e4b4f7964f8312bd8fc8 - x86: Add Intel Edison board files</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/intel/Kconfig#495f3774be68e44a85b7e4b4f7964f8312bd8fc8</link>
        <description>x86: Add Intel Edison board filesAdd Intel Edison board which is using U-Boot.The patch is based on work done by the following people (in alphabeticalorder):	Aiden Park &lt;aiden.park@intel.com&gt;	Dukjoon Jeon &lt;dukjoon.jeon@intel.com&gt;	eric.park &lt;eric.park@intel.com&gt;	Fabien Chereau &lt;fabien.chereau@intel.com&gt;	Felipe Balbi &lt;felipe.balbi@linux.intel.com&gt;	Scott D Phillips &lt;scott.d.phillips@intel.com&gt;	Sebastien Colleur &lt;sebastienx.colleur@intel.com&gt;	Steve Sakoman &lt;steve.sakoman@intel.com&gt;	Vincent Tinelli &lt;vincent.tinelli@intel.com&gt;In case we&apos;re building for Intel Edison, we must have 4096 bytes ofzeroes in the beginning on u-boot.bin. This is done inboard/intel/edison/config.mk.First run sets hardware_id environment variable which is read fromSystem Controller Unit (SCU).Serial number (serial# environment variable) is generated based on eMMCCID.MAC address on USB network interface is unique to the board but kept thesame all over the time.Set mac address from U-Boot using following scheme:	OUI = 02:00:86	next 3 bytes of MAC address set from eMMC serial numberThis allows to have a unique mac address across reboot and flashing.Signed-off-by: Vincent Tinelli &lt;vincent.tinelli@intel.com&gt;Signed-off-by: Felipe Balbi &lt;felipe.balbi@linux.intel.com&gt;Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;[bmeng: Add MAINTAINERS file for Intel Edison board]Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/intel/Kconfig</description>
        <pubDate>Thu, 06 Jul 2017 11:41:53 +0000</pubDate>
        <dc:creator>Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a2e3b05e16c96ccc5929d60457938cd96912d758 - x86: Add Intel Cougar Canyon 2 board</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/intel/Kconfig#a2e3b05e16c96ccc5929d60457938cd96912d758</link>
        <description>x86: Add Intel Cougar Canyon 2 boardThis adds basic support to Intel Cougar Canyon 2 board, a boardbased on Chief River platform with an Ivy Bridge processor anda Panther Point chipset.Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Acked-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/board/intel/Kconfig</description>
        <pubDate>Wed, 17 Feb 2016 08:16:25 +0000</pubDate>
        <dc:creator>Bin Meng &lt;bmeng.cn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1a2728ae4faf12874173de156b8a7e66cfbbeae5 - Merge git://git.denx.de/u-boot-x86</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/intel/Kconfig#1a2728ae4faf12874173de156b8a7e66cfbbeae5</link>
        <description>Merge git://git.denx.de/u-boot-x86

            List of files:
            /rk3399_rockchip-uboot/board/intel/Kconfig</description>
        <pubDate>Wed, 05 Aug 2015 18:12:37 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>9b911bed78c3926fe1129dcc6b0ffbca667dff74 - x86: Add Intel Bayley Bay board support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/intel/Kconfig#9b911bed78c3926fe1129dcc6b0ffbca667dff74</link>
        <description>x86: Add Intel Bayley Bay board supportIntel Bayley Bay board is a BayTrail based board. Add this boardwith existing baytrail fsp support.Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Acked-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/board/intel/Kconfig</description>
        <pubDate>Thu, 30 Jul 2015 10:49:17 +0000</pubDate>
        <dc:creator>Bin Meng &lt;bmeng.cn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a26cd04920dc069fd6e91abb785426cf6c29f45f - arch: Make board selection choices optional</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/intel/Kconfig#a26cd04920dc069fd6e91abb785426cf6c29f45f</link>
        <description>arch: Make board selection choices optionalBy making the board selections optional, every defconfig will includethe board selection when running savedefconfig so if a new board isadded to the top of the list of choices the former top&apos;s defconfig willstill be correct.Signed-off-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;Cc: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Acked-by: Stephen Warren &lt;swarren@wwwdotorg.org&gt;Cc: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/intel/Kconfig</description>
        <pubDate>Tue, 12 May 2015 19:46:23 +0000</pubDate>
        <dc:creator>Joe Hershberger &lt;joe.hershberger@ni.com&gt;</dc:creator>
    </item>
<item>
        <title>65c4ac0a831d1a8640602ae966f913ec811843eb - x86: Kconfig: Divide the target selection to vendor/model</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/intel/Kconfig#65c4ac0a831d1a8640602ae966f913ec811843eb</link>
        <description>x86: Kconfig: Divide the target selection to vendor/modelLet arch/x86/Kconfig prompt board vendor first, then selectthe board model under that vendor. This way arch/x86/Kconfigonly needs concern board vendor and leave the supported targetlist to board/&lt;vendor&gt;/Kconfig.Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Acked-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/board/intel/Kconfig</description>
        <pubDate>Mon, 27 Apr 2015 15:22:24 +0000</pubDate>
        <dc:creator>Bin Meng &lt;bmeng.cn@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
