<?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 2015</copyright>
    <generator>Java</generator><item>
        <title>fe5775f2 - xtensa: boot-redboot: clean up Makefile</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/xtensa/boot/boot-redboot/Makefile#fe5775f2</link>
        <description>xtensa: boot-redboot: clean up MakefileDrop references to external library search directory and compiler libgccfrom the link command. Use KBUILD_LDFLAGS in the link command.Signed-off-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;

            List of files:
            /linux-6.15/arch/xtensa/boot/boot-redboot/Makefile</description>
        <pubDate>Fri, 09 Jun 2023 02:28:52 +0000</pubDate>
        <dc:creator>Max Filippov &lt;jcmvbkbc@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c425c546 - xtensa: move CONFIG_CPU_*_ENDIAN defines to Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/xtensa/boot/boot-redboot/Makefile#c425c546</link>
        <description>xtensa: move CONFIG_CPU_*_ENDIAN defines to KconfigMove the definition of CONFIG_CPU_*_ENDIAN to Kconfig, the best placefor CONFIG options.I slightly simplified the test code. You can use the -P option to suppresslinemarker generation. The grep command is unneeded.  $ echo __XTENSA_EB__ | xtensa-linux-gcc -E -  # 1 &quot;&lt;stdin&gt;&quot;  # 1 &quot;&lt;built-in&gt;&quot;  # 1 &quot;&lt;command-line&gt;&quot;  # 1 &quot;&lt;stdin&gt;&quot;  1  $ echo __XTENSA_EB__ | xtensa-linux-gcc -E -P -  1Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Message-Id: &lt;20210313122342.69995-1-masahiroy@kernel.org&gt;Signed-off-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;

            List of files:
            /linux-6.15/arch/xtensa/boot/boot-redboot/Makefile</description>
        <pubDate>Sat, 13 Mar 2021 12:23:41 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>8824c1af - xtensa: add boot subdirectories build artifacts to &apos;targets&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/xtensa/boot/boot-redboot/Makefile#8824c1af</link>
        <description>xtensa: add boot subdirectories build artifacts to &apos;targets&apos;Xtensa always rebuilds the following even if nothing in the source codehas been changed. Passing V=2 shows the reason.  AS      arch/xtensa/boot/boot-elf/bootstrap.o - due to bootstrap.o not in $(targets)  LDS     arch/xtensa/boot/boot-elf/boot.lds - due to boot.lds not in $(targets)They are built by if_changed(_dep). Add them to &apos;targets&apos; so .*.cmd filesare included.Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Message-Id: &lt;20200722004707.779601-1-masahiroy@kernel.org&gt;Signed-off-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;

            List of files:
            /linux-6.15/arch/xtensa/boot/boot-redboot/Makefile</description>
        <pubDate>Wed, 22 Jul 2020 00:47:07 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>65898b37 - xtensa: move vmlinux.bin[.gz] to boot subdirectory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/xtensa/boot/boot-redboot/Makefile#65898b37</link>
        <description>xtensa: move vmlinux.bin[.gz] to boot subdirectoryvmlinux.bin and vmlinux.bin.gz are always rebuilt in the kernel buildprocess. Add them to &apos;targets&apos; and move them to the boot subdirectorywhere their rules are. Update make rules that refer to them.Reviewed-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Signed-off-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;

            List of files:
            /linux-6.15/arch/xtensa/boot/boot-redboot/Makefile</description>
        <pubDate>Wed, 22 Jul 2020 05:20:19 +0000</pubDate>
        <dc:creator>Max Filippov &lt;jcmvbkbc@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9a736fcb - xtensa: clean up bootable image build targets</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/xtensa/boot/boot-redboot/Makefile#9a736fcb</link>
        <description>xtensa: clean up bootable image build targetsCurrently xtensa uses &apos;zImage&apos; as a synonym of &apos;all&apos;, but in fact xtensasupports three targets: &apos;Image&apos; (ELF image with reset vector), &apos;zImage&apos;(compressed redboot image) and &apos;uImage&apos; (U-Boot image).Provide separate &apos;Image&apos;, &apos;zImage&apos; and &apos;uImage&apos; make targets that onlybuild corresponding image type. Make &apos;all&apos; build all images appropriatefor a platform.Signed-off-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;

            List of files:
            /linux-6.15/arch/xtensa/boot/boot-redboot/Makefile</description>
        <pubDate>Sun, 25 Dec 2016 12:58:57 +0000</pubDate>
        <dc:creator>Max Filippov &lt;jcmvbkbc@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>3f5ec298 - xtensa: clean up boot make rules</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/xtensa/boot/boot-redboot/Makefile#3f5ec298</link>
        <description>xtensa: clean up boot make rules- remove duplicate rules for binary and packed image- use predefined macros for ld/objcopy/gzip- remove build-id section from bootable elf imageSigned-off-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;Signed-off-by: Chris Zankel &lt;chris@zankel.net&gt;

            List of files:
            /linux-6.15/arch/xtensa/boot/boot-redboot/Makefile</description>
        <pubDate>Mon, 05 Nov 2012 05:10:00 +0000</pubDate>
        <dc:creator>Max Filippov &lt;jcmvbkbc@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7c94fe4a - xtensa: fix parallel make</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/xtensa/boot/boot-redboot/Makefile#7c94fe4a</link>
        <description>xtensa: fix parallel makeMake vmlinux.tmp and vmlinux.tmp.gz separate build targets, avoidremoving vmlinux.tmp during vmlinux.tmp.gz build.Signed-off-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;Signed-off-by: Chris Zankel &lt;chris@zankel.net&gt;

            List of files:
            /linux-6.15/arch/xtensa/boot/boot-redboot/Makefile</description>
        <pubDate>Mon, 17 Sep 2012 01:44:49 +0000</pubDate>
        <dc:creator>Max Filippov &lt;jcmvbkbc@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>bdd362ff - [XTENSA] Fix makefile to work with binutils-2.18.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/xtensa/boot/boot-redboot/Makefile#bdd362ff</link>
        <description>[XTENSA] Fix makefile to work with binutils-2.18.When building with binutils-2.18, vmlinux includes .note.gnu.build-idsections that need to be stripped out when building the binary image.The old .xt.insn sections haven&apos;t been used for a long time, so don&apos;tbother stripping them.Signed-off-by: Bob Wilson &lt;bob.wilson@acm.org&gt;Signed-off-by: Chris Zankel &lt;chris@zankel.net&gt;

            List of files:
            /linux-6.15/arch/xtensa/boot/boot-redboot/Makefile</description>
        <pubDate>Sat, 02 Feb 2008 00:56:32 +0000</pubDate>
        <dc:creator>Bob Wilson &lt;bwilson@heron.(none)&gt;</dc:creator>
    </item>
<item>
        <title>a0f97e06 - kbuild: enable &apos;make CFLAGS=...&apos; to add additional options to CC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/xtensa/boot/boot-redboot/Makefile#a0f97e06</link>
        <description>kbuild: enable &apos;make CFLAGS=...&apos; to add additional options to CCThe variable CFLAGS is a wellknown variable and the usage bykbuild may result in unexpected behaviour.On top of that several people over time has asked for a way topass in additional flags to gcc.This patch replace use of CFLAGS with KBUILD_CFLAGS all over thetree and enabling one to use:make CFLAGS=...to specify additional gcc commandline options.One usecase is when trying to find gcc bugs but otheruse cases has been requested too.Patch was tested on following architectures:alpha, arm, i386, x86_64, mips, sparc, sparc64, ia64, m68kTest was simple to do a defconfig build, apply the patch and checkthat nothing got rebuild.Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;

            List of files:
            /linux-6.15/arch/xtensa/boot/boot-redboot/Makefile</description>
        <pubDate>Sun, 14 Oct 2007 20:21:35 +0000</pubDate>
        <dc:creator>Sam Ravnborg &lt;sam@neptun.(none)&gt;</dc:creator>
    </item>
<item>
        <title>e7d163f7 - [PATCH] xtensa: Removed local copy of zlib and fixed O= support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/xtensa/boot/boot-redboot/Makefile#e7d163f7</link>
        <description>[PATCH] xtensa: Removed local copy of zlib and fixed O= supportRemoved an unnecessary local copy of zlib (sorry for the add&apos;l traffic).Fixed &apos;O=&apos; support (thanks to Jan Dittmer for pointing it out).  Some minorclean-ups in the make files.Signed-off-by: Chris Zankel &lt;chris@zankel.net&gt;Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

            List of files:
            /linux-6.15/arch/xtensa/boot/boot-redboot/Makefile</description>
        <pubDate>Thu, 30 Jun 2005 09:58:59 +0000</pubDate>
        <dc:creator>Chris Zankel &lt;czankel@tensilica.com&gt;</dc:creator>
    </item>
<item>
        <title>4bedea94 - [PATCH] xtensa: Architecture support for Tensilica Xtensa Part 2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/xtensa/boot/boot-redboot/Makefile#4bedea94</link>
        <description>[PATCH] xtensa: Architecture support for Tensilica Xtensa Part 2The attached patches provides part 2 of an architecture implementation for theTensilica Xtensa CPU series.Signed-off-by: Chris Zankel &lt;chris@zankel.net&gt;Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

            List of files:
            /linux-6.15/arch/xtensa/boot/boot-redboot/Makefile</description>
        <pubDate>Fri, 24 Jun 2005 05:01:12 +0000</pubDate>
        <dc:creator>Chris Zankel &lt;czankel@tensilica.com&gt;</dc:creator>
    </item>
</channel>
</rss>
