summaryrefslogtreecommitdiffstats
path: root/arch/mips/boot/compressed/Makefile
AgeCommit message (Expand)AuthorFilesLines
2020-12-04MIPS: Enable GCOVXingxing Su1-0/+1
2020-11-12mips: boot: add support for self-extracting FIT images (vmlinuz.itb)Alexander Lobakin1-0/+48
2020-11-12mips: boot: clean up self-extracting targets scenariosAlexander Lobakin1-15/+35
2020-09-21MIPS: Loongson-3: Enable COP2 usage in kernelHuacai Chen1-0/+5
2020-09-03MIPS: Add support for ZSTD-compressed kernelsPaul Cercueil1-1/+2
2020-05-07MIPS: Truncate link address into 32bit for 32bit kernelJiaxun Yang1-1/+1
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada1-2/+2
2019-12-18MIPS: Prevent link failure with kcov instrumentationJouni Hogander1-0/+3
2019-06-19MIPS: fix build on non-linux hostsKevin Darbyshire-Bryant1-0/+2
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada1-1/+1
2018-04-23MIPS: vmlinuz: Use generic ashldi3Matt Redfearn1-4/+7
2018-01-18MIPS: Fix clean of vmlinuz.{32,ecoff,bin,srec}James Hogan1-1/+5
2017-01-03MIPS: zboot: Consolidate compiler flag filtering.Ralf Baechle1-1/+1
2017-01-03MIPS: Zboot: Don't use $(LINUXINCLUDE) twicePaul Bolle1-2/+2
2017-01-03MIPS: zboot: Add "uzImage.bin" targetMaarten ter Huurne1-0/+4
2016-05-13MIPS: ath79: Add zboot debug serial supportAlban Bedel1-0/+5
2016-04-03MIPS: zboot: Remove copied source files on cleanAlban Bedel1-0/+1
2016-04-03MIPS: zboot: Fix the build with XZ compression on older GCC versionsAlban Bedel1-3/+3
2016-01-24MIPS: zboot: Add support for serial debug using the PROMAlban Bedel1-0/+1
2016-01-24MIPS: zboot: Avoid useless rebuildsAlban Bedel1-6/+8
2015-09-03MIPS: Fix alignment of quiet build output for vmlinuz linkAlex Smith1-1/+1
2015-04-02MIPS: Reduce kernel image size for !CONFIG_DEBUG_ZBOOTWu Zhangjin1-1/+2
2015-03-31MIPS: Allow platforms to specify the decompressor load addressAndrew Bresticker1-2/+4
2014-01-24MIPS: ZBOOT: gather string functions into string.cAntony Pavlov1-2/+2
2013-10-29MIPS: ZBOOT: Support LZ4 compression schemeFlorian Fainelli1-0/+1
2013-10-29MIPS: ZBOOT: Support XZ compression schemeFlorian Fainelli1-0/+5
2013-09-03MIPS: Refactor load/entry address calculationsJames Hogan1-1/+1
2013-07-01MIPS: Boot: Compressed: Remove -fstack-protector from CFLAGSMarkos Chandras1-0/+2
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-4/+4
2012-07-23MIPS: Enable vmlinuz for JZ4740LluĂ­s Batlle i Rossell1-0/+4
2010-10-18Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds1-1/+1
2010-10-18MIPS: Remove all generated vmlinuz* files on "make clean"Wu Zhangjin1-1/+1
2010-10-04MIPS: Calculate VMLINUZ_LOAD_ADDRESS based on the length of vmlinux.binShmulik Ladkani1-1/+1
2010-08-05MIPS: strip the un-needed sections of vmlinuzWu Zhangjin1-0/+3
2010-08-05MIPS: Clean up the calculation of VMLINUZ_LOAD_ADDRESSWu Zhangjin1-13/+13
2010-08-05MIPS: Unify the suffix of compressed vmlinux.binWu Zhangjin1-8/+4
2010-08-05MIPS: Alchemy: remove SOC_AU1X00 in favor of MIPS_ALCHEMYManuel Lauss1-1/+1
2010-08-05MIPS: Refactor arch/mips/boot/compressed/MakefileSam Ravnborg1-25/+29
2010-02-27MIPS: Make the debugging of compressed kernel configurableWu Zhangjin1-0/+2
2010-02-27MIPS: Alchemy: debug output for compressed kernelsManuel Lauss1-0/+1
2010-02-27MIPS: Cleanup the Makefile of compressed kernel supportWu Zhangjin1-3/+3
2010-02-27MIPS: Loongson: Change the Email address of Wu ZhangjinWu Zhangjin1-1/+1
2010-01-28MIPS: Fix vmlinuz build for 32bit-only math shellsAlexander Clouter1-2/+5
2010-01-28MIPS: Add support of LZO-compressed kernelsWu Zhangjin1-0/+2
2010-01-12MIPS: Cleanup and Fixup of compressed kernel supportWu Zhangjin1-6/+3
2009-12-17MIPS: Add support for GZIP / BZIP2 / LZMA compressed kernel imagesWu Zhangjin1-0/+100