<?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>e71de54a4943ac481e8bcdb0a132c52ab90f23fe - x86: Add Intel Tangier support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/cpu/Makefile#e71de54a4943ac481e8bcdb0a132c52ab90f23fe</link>
        <description>x86: Add Intel Tangier supportAdd Intel Tangier SoC support.Intel Tangier SoC is a core part of Intel Merrifield platform. Forexample, Intel Edison board is based on such platform.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;	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;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;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;

            List of files:
            /rk3399_rockchip-uboot/arch/x86/cpu/Makefile</description>
        <pubDate>Thu, 06 Jul 2017 11:41:52 +0000</pubDate>
        <dc:creator>Felipe Balbi &lt;felipe.balbi@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ae1b939930b0fffc062bb99196ec22e19afcc7e8 - Merge git://git.denx.de/u-boot-x86</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/cpu/Makefile#ae1b939930b0fffc062bb99196ec22e19afcc7e8</link>
        <description>Merge git://git.denx.de/u-boot-x86

            List of files:
            /rk3399_rockchip-uboot/arch/x86/cpu/Makefile</description>
        <pubDate>Wed, 17 May 2017 18:13:16 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>2b2d666f9caca189e4014f8e23088b0afc360e22 - x86: acpi: Add wake up assembly stub</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/cpu/Makefile#2b2d666f9caca189e4014f8e23088b0afc360e22</link>
        <description>x86: acpi: Add wake up assembly stubThis adds a wake up stub before jumping to OS wake up vector.Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Tested-by: Stefan Roese &lt;sr@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/x86/cpu/Makefile</description>
        <pubDate>Fri, 21 Apr 2017 14:24:35 +0000</pubDate>
        <dc:creator>Bin Meng &lt;bmeng.cn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d8f25c2a5aa6dc5d20ee82d2079ef785554a4218 - x86: Compile irq.c for 64-bit</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/cpu/Makefile#d8f25c2a5aa6dc5d20ee82d2079ef785554a4218</link>
        <description>x86: Compile irq.c for 64-bitThere is no reason not to compile irq.c for 64-bit.Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/x86/cpu/Makefile</description>
        <pubDate>Wed, 18 Jan 2017 11:32:54 +0000</pubDate>
        <dc:creator>Bin Meng &lt;bmeng.cn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4d3ac6c3268d39929488c14d913af30f8de0368b - x86: Move setjmp to the i386 directory</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/cpu/Makefile#4d3ac6c3268d39929488c14d913af30f8de0368b</link>
        <description>x86: Move setjmp to the i386 directoryThis code is only used in 32-bit mode. Move it so that it does not getbuilt with 64-bit U-Boot.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/x86/cpu/Makefile</description>
        <pubDate>Mon, 16 Jan 2017 14:04:20 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>8cfc966c777ae0effaeea40a96d62034b2f86b91 - x86: Move call64 to the i386 directory</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/cpu/Makefile#8cfc966c777ae0effaeea40a96d62034b2f86b91</link>
        <description>x86: Move call64 to the i386 directoryThis code is only used in 32-bit mode. Move it so that it does not getbuilt with 64-bit U-Boot.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/x86/cpu/Makefile</description>
        <pubDate>Mon, 16 Jan 2017 14:04:19 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>fb355619b2472931f2252ed89780454619603915 - x86: Don&apos;t build cpu files which are not supported on 64-bit</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/cpu/Makefile#fb355619b2472931f2252ed89780454619603915</link>
        <description>x86: Don&apos;t build cpu files which are not supported on 64-bitSome files cannot be built with 64-bit and mostly don&apos;t make sense in thatcontext. Disable them.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/x86/cpu/Makefile</description>
        <pubDate>Mon, 16 Jan 2017 14:04:11 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>23b89d4d6ed05be0e7be4b22703dd9ecd66ac7ba - x86: Don&apos;t build call64 and setjmp on 64-bit</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/cpu/Makefile#23b89d4d6ed05be0e7be4b22703dd9ecd66ac7ba</link>
        <description>x86: Don&apos;t build call64 and setjmp on 64-bitThese are currently not supported. Calling 64-bit code from 64-bit U-Boot ismuch simpler, so this code is not needed. setjmp() is not yet implemented for64-bit.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/x86/cpu/Makefile</description>
        <pubDate>Mon, 16 Jan 2017 14:04:10 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>93031595ede1c8a0ee1f7820ab9d719b0e9e51c7 - x86: Add cpu code for x86_64</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/cpu/Makefile#93031595ede1c8a0ee1f7820ab9d719b0e9e51c7</link>
        <description>x86: Add cpu code for x86_64There is not much needed at present, but set up a separate directory to putthis code as it grows.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/x86/cpu/Makefile</description>
        <pubDate>Mon, 16 Jan 2017 14:03:58 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>be059e8813082d6c07be5f69cb7febe37411ca47 - x86: Move the i386 code into its own directory</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/cpu/Makefile#be059e8813082d6c07be5f69cb7febe37411ca47</link>
        <description>x86: Move the i386 code into its own directoryMuch of the cpu and interrupt code cannot be compiled on 64-bit x86. Move itinto its own directory and build it only in 32-bit mode.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/x86/cpu/Makefile</description>
        <pubDate>Mon, 16 Jan 2017 14:03:57 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>dca9220c355612beeb5b78ff1c4be54d626fbb5b - x86: Add 64-bit start-up code</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/cpu/Makefile#dca9220c355612beeb5b78ff1c4be54d626fbb5b</link>
        <description>x86: Add 64-bit start-up codeAdd code to start up U-Boot in 64-bit mode. It is fairly simple since we arerunning from RAM and SPL has done the low-level init.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/x86/cpu/Makefile</description>
        <pubDate>Mon, 16 Jan 2017 14:03:48 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>972188b3a88261969dad0c972b5b915999756d0b - x86: Use X86_16BIT_INIT instead of X86_RESET_VECTOR</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/cpu/Makefile#972188b3a88261969dad0c972b5b915999756d0b</link>
        <description>x86: Use X86_16BIT_INIT instead of X86_RESET_VECTORUse this new option to control the location of 16-bit init. This will allowus to place this in SPL if needed.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/x86/cpu/Makefile</description>
        <pubDate>Mon, 16 Jan 2017 14:03:45 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>bb297ceea8bf6cc0291c556f64f49b89368f10ba - Merge git://git.denx.de/u-boot-x86</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/cpu/Makefile#bb297ceea8bf6cc0291c556f64f49b89368f10ba</link>
        <description>Merge git://git.denx.de/u-boot-x86

            List of files:
            /rk3399_rockchip-uboot/arch/x86/cpu/Makefile</description>
        <pubDate>Tue, 18 Oct 2016 14:20:26 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>f822403f0164be74a5161b65698d0f01f4556234 - x86: Add implementations of setjmp() and longjmp()</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/cpu/Makefile#f822403f0164be74a5161b65698d0f01f4556234</link>
        <description>x86: Add implementations of setjmp() and longjmp()Bring in these functions from Linux v4.4. They will be needed for EFI loadersupport.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/x86/cpu/Makefile</description>
        <pubDate>Tue, 18 Oct 2016 02:29:07 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>2f3f477b77d3a528de41e52a8ba874fd47fb6513 - x86: Add basic support for broadwell</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/cpu/Makefile#2f3f477b77d3a528de41e52a8ba874fd47fb6513</link>
        <description>x86: Add basic support for broadwellThis adds the broadwell architecture, with the CPU driver and some usefulheader files.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Acked-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/x86/cpu/Makefile</description>
        <pubDate>Sat, 12 Mar 2016 05:07:18 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>1223d737a38dab7f05e7d62a3c931e28aa1e1495 - x86: Move cache-as-RAM code into a common location</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/cpu/Makefile#1223d737a38dab7f05e7d62a3c931e28aa1e1495</link>
        <description>x86: Move cache-as-RAM code into a common locationThis cache-as-RAM (CAR) code is common to several Intel chips. Create a newintel_common directory and move it in there.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/x86/cpu/Makefile</description>
        <pubDate>Sat, 12 Mar 2016 05:06:53 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>9bf76c21e0248d06ad7e804b1a95d6cd0bc5f14f - x86: ivybridge: Remove NORTHBRIDGE_INTEL_SANDYBRIDGE</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/cpu/Makefile#9bf76c21e0248d06ad7e804b1a95d6cd0bc5f14f</link>
        <description>x86: ivybridge: Remove NORTHBRIDGE_INTEL_SANDYBRIDGENORTHBRIDGE_INTEL_SANDYBRIDGE is for sandybridge, not ivybridge.Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Acked-by: Simon Glass &lt;sjg@chromium.org&gt;Tested-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/x86/cpu/Makefile</description>
        <pubDate>Thu, 26 Nov 2015 01:46:06 +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/arch/x86/cpu/Makefile#1a2728ae4faf12874173de156b8a7e66cfbbeae5</link>
        <description>Merge git://git.denx.de/u-boot-x86

            List of files:
            /rk3399_rockchip-uboot/arch/x86/cpu/Makefile</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>6f92ed8f1abfe94ee1c96c83c21f4092bb04ff63 - x86: Add a way to call 32-bit code from 64-bit mode</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/cpu/Makefile#6f92ed8f1abfe94ee1c96c83c21f4092bb04ff63</link>
        <description>x86: Add a way to call 32-bit code from 64-bit modeThe procedure to drop from 64-bit mode to 32-bit is a bit messy. Add afunction to take care of it. It requires identity-mapped pages and thatthe calling code is running below 4GB.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/x86/cpu/Makefile</description>
        <pubDate>Tue, 04 Aug 2015 18:33:55 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>3dcdd17b43c5cfd3a216169948dfd08d6741c631 - x86: Add support for U-Boot as an EFI application</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/cpu/Makefile#3dcdd17b43c5cfd3a216169948dfd08d6741c631</link>
        <description>x86: Add support for U-Boot as an EFI applicationAdd the required x86 glue code. This includes the initial start-up,relocation and jumping to efi_main(). We also need to avoid fiddling withinterrupts.Signed-off-by: Ben Stoltz &lt;stoltz@google.com&gt;Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/x86/cpu/Makefile</description>
        <pubDate>Tue, 04 Aug 2015 18:33:46 +0000</pubDate>
        <dc:creator>Ben Stoltz &lt;stoltz@google.com&gt;</dc:creator>
    </item>
</channel>
</rss>
