aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/compressed/head.S
AgeCommit message (Expand)AuthorFilesLines
2022-09-28ARM: remove check for CONFIG_DEBUG_LL_SER3Paul Bolle1-4/+0
2021-12-17ARM: 9159/1: decompressor: Avoid UNPREDICTABLE NOP encodingAndre Przywara1-1/+2
2021-02-01ARM: 9046/1: decompressor: Do not clear SCTLR.nTLSMD for ARMv7+ coresVladimir Murzin1-2/+2
2021-02-01ARM: 9045/1: uncompress: Validate start of physical memory against passed DTBGeert Uytterhoeven1-3/+33
2021-02-01ARM: 9039/1: assembler: generalize byte swapping macro into rev_lArd Biesheuvel1-4/+1
2020-12-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linuxLinus Torvalds1-36/+24
2020-12-21Merge branch 'devel-stable' into for-nextRussell King1-15/+3
2020-12-21ARM: 9037/1: uncompress: Add OF_DT_MAGIC macroGeert Uytterhoeven1-5/+7
2020-12-21ARM: 9036/1: uncompress: Fix dbgadtb size parameter nameGeert Uytterhoeven1-2/+2
2020-12-21ARM: 9035/1: uncompress: Add be32tocpu macroGeert Uytterhoeven1-14/+12
2020-10-28ARM: kvm: replace open coded VA->PA calculations with adr_l callArd Biesheuvel1-13/+2
2020-10-28ARM: efistub: replace adrl pseudo-op with adr_l macro invocationArd Biesheuvel1-2/+1
2020-10-26efi/arm: set HSCTLR Thumb2 bit correctly for HVC calls from HYPArd Biesheuvel1-0/+3
2020-09-15ARM: add malloc size to decompressor kexec size structureRussell King1-2/+2
2020-09-15ARM: 9010/1: uncompress: Print the location of appended DTBLinus Walleij1-0/+23
2020-09-15ARM: 9008/1: uncompress: Drop excess whitespace printLinus Walleij1-2/+0
2020-09-15ARM: 9006/1: uncompress: Wait for ready and busy in debug printsLinus Walleij1-5/+10
2020-09-15ARM: 9003/1: uncompress: Delete unused debug macrosLinus Walleij1-30/+0
2020-06-13ARM: 8985/1: efi/decompressor: deal with HYP mode boot gracefullyArd Biesheuvel1-0/+62
2020-05-19ARM: decompressor: run decompressor in place if loaded via UEFIArd Biesheuvel1-25/+14
2020-05-19ARM: decompressor: defer loading of the contents of the LC0 structureArd Biesheuvel1-11/+4
2020-05-19ARM: decompressor: split off _edata and stack base into separate objectArd Biesheuvel1-11/+12
2020-05-19ARM: decompressor: move headroom variable out of LC0Ard Biesheuvel1-2/+4
2020-04-03Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-70/+66
2020-02-29efi/arm: Clean EFI stub exit code from cache instead of avoiding itArd Biesheuvel1-10/+8
2020-02-27ARM: decompressor: switch to by-VA cache maintenance for v7 coresArd Biesheuvel1-53/+30
2020-02-27ARM: decompressor: prepare cache_clean_flush for doing by-VA maintenanceArd Biesheuvel1-0/+10
2020-02-27ARM: decompressor: factor out routine to obtain the inflated image sizeArd Biesheuvel1-17/+26
2020-02-22efi/libstub/arm: Make efi_entry() an ordinary PE/COFF entrypointArd Biesheuvel1-33/+9
2020-02-22efi/arm: Pass start and end addresses to cache_clean_flush()Ard Biesheuvel1-0/+6
2020-02-22efi/arm: Work around missing cache maintenance in decompressor handoverArd Biesheuvel1-6/+14
2020-01-25ARM: 8942/1: Revert "8857/1: efi: enable CP15 DMB instructions before cleanin...Ard Biesheuvel1-15/+1
2020-01-25ARM: 8941/1: decompressor: enable CP15 barrier instructions in v7 cache setup...Ard Biesheuvel1-0/+13
2019-11-15ARM: 8933/1: replace Sun/Solaris style flag on section directiveNick Desaulniers1-1/+1
2019-11-15ARM: 8929/1: use APSR_nzcv instead of r15 as mrc operandStefan Agner1-1/+1
2019-08-23ARM: 8894/1: boot: Replace open-coded nop with macroLinus Walleij1-1/+1
2019-08-23ARM: 8893/1: boot: Explain the 8 nopsLinus Walleij1-0/+12
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-23ARM: 8857/1: efi: enable CP15 DMB instructions before cleaning the cacheArd Biesheuvel1-1/+15
2018-09-19ARM: 8786/1: Debug kernel copy by printingFabrizio Castro1-0/+43
2018-05-19ARM: 8758/1: decompressor: restore r1 and r2 just before jumping to the kernelŁukasz Stelmach1-2/+2
2018-05-19ARM: 8753/1: decompressor: add a missing parameter to the addruart macroŁukasz Stelmach1-8/+8
2017-10-03ARM: add additional table to compressed kernelRussell King1-0/+2
2017-06-05ARM: 8677/1: boot/compressed: fix decompressor header layout for v7-MArd Biesheuvel1-7/+10
2017-04-09ARM: decompressor: Remove __hyp_get_vectors usageMarc Zyngier1-1/+11
2017-02-27scripts/spelling.txt: add "swith" pattern and fix typo instancesMasahiro Yamada1-1/+1
2016-10-02ARM: 8618/1: decompressor: reset ttbcr fields to use TTBR0 on ARMv7Srinivas Ramana1-1/+1
2015-12-14ARM: add UEFI stub supportRoy Franz1-2/+52
2015-05-08ARM: replace BSYM() with badr assembly macroRussell King1-2/+2
2015-03-28ARM: 8327/1: zImage: add support for ARMv7-MJoachim Eastwood1-6/+27
2015-03-27ARM: add documentation for finding start of physical memoryRussell King1-1/+18
2015-02-10Merge branches 'debug', 'fixes', 'l2c' (early part), 'misc' and 'sa1100' into...Russell King1-10/+31
2015-01-29ARM: 8294/1: ATAG_DTB_COMPAT: remove the DT workspace's hardcoded 64KB sizeNicolas Pitre1-9/+30
2015-01-21ARM: 8290/1: decompressor: fix a wrong commentMasahiro Yamada1-1/+1
2014-11-13ARM: 8191/1: decompressor: ensure I-side picks up relocated codeWill Deacon1-4/+16
2014-07-18ARM: 8079/1: zImage: identify kernel endiannessNicolas Pitre1-0/+1
2014-07-01ARM: 8067/1: zImage: ensure header in LE format for BE8 kernelsNicolas Pitre1-3/+4
2014-05-26ARM: compressed/head.S: remove s3c24xx special caseHeiko Stuebner1-5/+0
2013-10-19ARM: set BE8 if LE in head codeBen Dooks1-0/+1
2013-10-19ARM: asm: Add ARM_BE8() assembly helperBen Dooks1-6/+2
2013-06-29Merge branches 'fixes', 'mcpm', 'misc' and 'mmci' into for-nextRussell King1-10/+30
2013-06-24ARM: 7770/1: remove residual ARMv2 support from decompressorMarc Zyngier1-5/+0
2013-06-17ARM: 7751/1: zImage: don't overwrite ourself with a page tableNicolas Pitre1-5/+30
2013-06-05ARM: 7750/1: update legacy CPU ID in decompressor cache support jump tableMarc C1-2/+2
2013-06-05ARM: 7743/1: compressed/head.S: work around new binutils warningArnd Bergmann1-0/+1
2012-12-16ARM: 7600/1: include CONFIG_DEBUG_LL_INCLUDE rather than mach/debug-macro.SShawn Guo1-1/+1
2012-11-23ARM: 7583/1: decompressor: Enable unaligned memory access for v6 and aboveDave Martin1-1/+13
2012-09-30Merge branch 'hyp-boot-mode-rmk' of git://git.kernel.org/pub/scm/linux/kernel...Russell King1-7/+64
2012-09-19ARM: zImage/virt: hyp mode entry support for the zImage loaderDave Martin1-7/+64
2012-09-16ARM: 7532/1: decompressor: reset SCTLR.TRE for VMSA ARMv7 coresMatthew Leach1-0/+1
2012-08-25ARM: 7501/1: decompressor: reset ttbcr for VMSA ARMv7 coresWill Deacon1-0/+4
2012-05-21Merge branch 'v3-removal' into for-linusRussell King1-40/+4
2012-05-10ARM: decompressor: avoid speculative prefetch from non-RAM areasRussell King1-11/+18
2012-05-09ARM: Remove ARMv3 support from decompressorRussell King1-39/+4
2012-04-13ARM: 7379/1: DT: fix atags_to_fdt() second call siteMarc Zyngier1-1/+1
2012-03-03ARM: S3C24XX: change the ARCH_S3C2410 to ARCH_S3C24XXKukjin Kim1-1/+1
2011-12-08ARM: LPAE: add ISBs around MMU enabling codeWill Deacon1-0/+1
2011-10-24ARM: 7139/1: fix compilation with CONFIG_ARM_ATAG_DTB_COMPAT and large TEXT_O...Nicolas Pitre1-1/+2
2011-09-14ARM: zImage: allow supplementing appended DTB with traditional ATAG dataNicolas Pitre1-0/+32
2011-09-14ARM: zImage: make sure appended DTB doesn't get overwritten by kernel .bssNicolas Pitre1-4/+15
2011-09-14ARM: zImage: Allow the appending of a device tree binaryJohn Bonesio1-3/+67
2011-07-22Merge branches 'btc', 'dma', 'entry', 'fixes', 'linker-layout', 'misc', 'mmci...Russell King1-2/+15
2011-07-19ARM: 6999/1: head, zImage: Always Enter the kernel in ARM stateDave Martin1-1/+2
2011-06-21ARM: 6961/1: zImage: Add build-time check for correctly-sized proc_type entriesDave Martin1-1/+13
2011-06-09ARM: 6954/1: zImage: fix Thumb2 breakageNicolas Pitre1-3/+3
2011-05-23Merge branch 'devel-stable' into for-linusRussell King1-11/+19
2011-05-23Merge branches 'consolidate', 'ep93xx', 'fixes', 'misc', 'mmci', 'remove' and...Russell King1-0/+16
2011-05-12ARM: 6859/1: Add writethrough dcache support for ARM926EJS processorMark A. Greer1-0/+16
2011-05-07Merge first four commits of 'zImage_fixes' of git://git.linaro.org/people/nic...Russell King1-11/+24
2011-05-07Merge branch 'zImage_fixes' of git://git.linaro.org/people/nico/linux into de...Russell King1-15/+42
2011-05-07ARM: zImage: make sure no GOTOFF relocs are used with .bss symbolsNicolas Pitre1-3/+3
2011-05-07ARM: zImage: no need to get the decompressed size from the filesystemNicolas Pitre1-2/+16
2011-05-07ARM: zImage: the page table memory must be considered before relocationNicolas Pitre1-1/+2
2011-05-07ARM: zImage: make sure not to relocate on top of the relocation codeNicolas Pitre1-10/+17
2011-05-06ARM: zImage: Fix bad SP address after relocating kernelTony Lindgren1-0/+5
2011-05-03ARM: PJ4: remove the ARMv6 compatible cache method entriesNicolas Pitre1-6/+0
2011-03-28ARM: 6826/1: Merge v6 and v7 DEBUG_LL DCC supportStephen Boyd1-9/+1
2011-03-16Merge branch 'v6v7' into develRussell King1-1/+1
2011-02-23ARM: 6750/1: improvements to compressed/head.SNicolas Pitre1-129/+110
2011-02-23ARM: 6663/1: make Thumb2 kernel entry point more similar to the ARM oneNicolas Pitre1-5/+5
2011-02-02ARM: v6k: introduce CPU_V6K optionRussell King1-1/+1
2010-11-30ARM: 6503/1: Thumb-2: Restore sensible zImage header layout for CONFIG_THUMB2...Dave Martin1-1/+6
2010-11-30ARM: 6502/1: Thumb-2: Fix CONFIG_THUMB2_KERNEL breakage in compressed/head.SDave Martin1-2/+4
2010-11-22ARM: avoid marking decompressor .stack section as having contentsRussell King1-1/+1
2010-09-09ARM: Partially revert "Auto calculate ZRELADDR and provide option for excepti...Russell King1-1/+1
2010-08-10ARM: 6286/1: fix Thumb-2 decompressor broken by "Auto calculate ZRELADDR"Rabin Vincent1-3/+2
2010-07-12ARM: Auto calculate ZRELADDR and provide option for exceptionsEric Miao1-3/+9
2010-07-07ARM: Remove unused PARAMS_PHYS from arch/arm/boot/compressedEric Miao1-1/+1
2010-06-17ARM: zImage: annotate debug functions about corrupted registersUwe Kleine-König1-0/+4
2010-06-17ARM: zImage: fix comments for cache_on, cache_off and cache_clean_flushUwe Kleine-König1-5/+6
2010-06-17ARM: zImage: __armv3_mpu_cache_flush: respect should-be-zero specificationUwe Kleine-König1-1/+1
2010-06-17ARM: zImage: some comments for __armv3_mpu_cache_onUwe Kleine-König1-0/+6
2010-06-17ARM: zImage: don't hard code the stack size twiceUwe Kleine-König1-1/+2
2010-05-06[ARM] pxa: update cpuid pattern for pxa9xx in head.SHaojian Zhuang1-8/+2
2010-04-07ARM: 6031/1: fix Thumb-2 decompressorRabin Vincent1-1/+1
2010-03-15ARM: 5990/1: ARM: use __armv5tej_mmu_cache_flush for V5TEJ instead of __armv4...Sascha Hauer1-1/+1
2010-03-08Merge branch 'master' into for-linusRussell King1-27/+23
2010-02-26ARM: Fix decompressor's kernel size estimation for ROM=yRussell King1-27/+23
2010-02-12ARM: 5910/1: ARM: Add tmp register for addruart and loadspTony Lindgren1-10/+10
2010-01-19ARM: 5884/1: arm: Fix DCC console for v7Tony Lindgren1-0/+8
2009-11-27ARM: add base support for Marvell Dove SoCSaeed Bishara1-0/+6
2009-07-24nommu: Fix compressed/head.S to not perform MMU specific operationsCatalin Marinas1-0/+14
2009-07-24Thumb-2: Implement the unified boot codeCatalin Marinas1-68/+99
2009-07-24Thumb-2: Add some .align statements to the .S filesCatalin Marinas1-0/+3
2009-06-19[ARM] Add old Feroceon support to compressed/head.SJoonyoung Shim1-0/+9
2009-05-30Add core support for ARMv6/v7 big-endianCatalin Marinas1-0/+6
2009-03-26Merge branch 'for-rmk' of git://gitorious.org/linux-gemini/mainline into develRussell King1-0/+26
2009-03-25ARM: Add support for FA526 v2Paulius Zaleckas1-0/+26
2009-03-23[ARM] pxa: add base support for Marvell's PXA168 processor lineEric Miao1-0/+12
2009-02-27[ARM] 5412/1: XSCALE: add ice dcc supportJean-Christop PLAGNIOL-VILLARD1-0/+6
2008-12-02Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King1-0/+6
2008-12-02[ARM] pxa: add base PXA935 support due to CPUID changeEric Miao1-0/+6
2008-11-06ARMv7: Add extra barriers for flush_cache_all compressed/head.SCatalin Marinas1-4/+10
2008-10-03[ARM] 5229/3: Replace some ARMv7 opcodes with the instruction nameCatalin Marinas1-1/+1
2008-09-01[ARM] 5227/1: Add the ENDPROC declarations to the .S filesCatalin Marinas1-0/+1
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-1/+1
2008-06-22[ARM] Feroceon: catch other Feroceon CPU IDs in head.SNicolas Pitre1-2/+2
2008-01-26[ARM] add Feroceon support to compressed/head.SNicolas Pitre1-0/+6
2008-01-26[ARM] add ARMv5TEJ aware cache flush method to compressed/head.SNicolas Pitre1-1/+8
2007-12-17[ARM] 4710/1: Fix coprocessor 14 usage for debug messages via ICEDCCUwe Kleine-König1-1/+1
2007-07-22[ARM] 4513/1: S3C: Rename CONFIG_S3C2410_LOWLEVEL_UART_PORTBen Dooks1-1/+1
2007-07-12[ARM] 4393/2: ARMv7: Add uncompressing code for the new CPU Id formatCatalin Marinas1-1/+92
2007-06-25[ARM] 4452/1: Force the literal pool dump before reloc_endCatalin Marinas1-0/+1
2007-06-02[ARM] 4392/2: Do not corrupt the SP register in compressed/head.SCatalin Marinas1-1/+4
2006-09-30[ARM] 3809/3: get rid of 4 megabyte kernel image size limitLennert Buytenhek1-1/+2
2006-09-27[ARM] nommu: manage the CP15 thingsHyok S. Choi1-0/+6
2006-09-25[ARM] 3838/1: ARM: DCC debug console support for ARM11Tony Lindgren1-0/+10
2006-09-25[ARM] 3828/1: iop3xx: remove useless loadsp macroLennert Buytenhek1-6/+0
2006-09-25[ARM] 3816/1: iop3xx: rename config symbolsLennert Buytenhek1-1/+1
2006-07-02Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-2/+5
2006-07-01[ARM] 3541/2: workaround for PXA27x erratum E7Nicolas Pitre1-2/+5
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-18[ARM] 3548/1: Fix the ARMv6 CPU id in compressed/head.SCatalin Marinas1-2/+2
2006-03-27[ARM] nommu: MPU support in boot/compressed/head.SHyok S. Choi1-0/+106
2006-03-24[ARM] nommu: rename compressed/head.S symbols to a new styleHyok S. Choi1-41/+41
2006-01-18[ARM] 3272/1: fix kernel decompressor crashNicolas Pitre1-1/+1
2006-01-12[ARM] Allow r2 to be passed through the decompressor to the kernelRussell King1-21/+25
2005-11-16[ARM] compressed/head.S debugging defaults to asm/arch/debug-macro.SRussell King1-19/+11
2005-11-04[PATCH] ARM: Reverted 2918/1: [update] Base port of Comdial MP1000 platfromRussell King1-2/+1
2005-10-28[ARM] 2918/1: [update] Base port of Comdial MP1000 platfromJon Ringle1-1/+2
2005-05-03[PATCH] ARM: decompressor: use platform debug macrosRussell King1-83/+22
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+786