summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot
AgeCommit message (Expand)AuthorLines
2020-04-05Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-3/+2
2020-03-27powerpc/boot: Delete unneeded .globl _zimage_startFangrui Song-3/+0
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada-0/+1
2020-03-04powerpc/Makefile: Mark phony targets as PHONYMichael Ellerman-0/+2
2020-02-09Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds-2/+2
2020-02-04Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-4/+4
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada-2/+2
2020-01-23powerpc/fsl/dts: add fsl,erratum-a011043Madalin Bucur-0/+18
2020-01-23powerpc/devicetrees: Change 'gpios' to 'cs-gpios' on fsl, spi nodesChristophe Leroy-3/+3
2020-01-06powerpc/44x: Adjust indentation in ibm4xx_denali_fixup_memsizeNathan Chancellor-1/+1
2019-12-02Merge tag 'devicetree-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+2
2019-11-26libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.hMasahiro Yamada-0/+2
2019-11-17powerpc/kmcent2: add ranges to the pci bridgesValentin Longchamp-0/+36
2019-11-17powerpc/kmcent2: update the ethernet devices' phy propertiesValentin Longchamp-5/+11
2019-10-01kbuild: remove ar-option and KBUILD_ARFLAGSMasahiro Yamada-1/+1
2019-08-30powerpc: Add support for adding an ESM blob to the zImage wrapperBenjamin Herrenschmidt-3/+72
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-16/+42
2019-07-10powerpc/boot: pass CONFIG options in a simpler and more robust wayMasahiro Yamada-16/+3
2019-07-10powerpc/boot: add {get, put}_unaligned_be32 to xz_config.hMasahiro Yamada-0/+20
2019-07-05powerpc/boot: Add lzo support for uImageChristophe Leroy-1/+6
2019-07-05powerpc/boot: Add lzma support for uImageChristophe Leroy-1/+6
2019-07-05powerpc/boot: don't force gzipped uImageChristophe Leroy-1/+10
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-149/+37
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner-16/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 419Thomas Gleixner-24/+6
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 350Thomas Gleixner-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner-52/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 161Thomas Gleixner-15/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-77/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-754/+148
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 40Thomas Gleixner-6/+1
2019-05-03powerpc/boot: Fix missing check of lseek() return valueBo YU-1/+5
2019-05-03powerpc/dts/fsl: add crypto node alias for B4Horia Geantă-0/+1
2019-03-10Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-1/+1
2019-02-22powerpc/dts: Standardize DTS status assignments from "ok" to "okay"Robert P. J. Day-4/+4
2019-01-28kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)Masahiro Yamada-1/+1
2019-01-15powerpc: wii.dts: Add GPIO keysJonathan Neuschäfer-0/+17
2019-01-15powerpc: wii.dts: Add interrupt-related properties to GPIO nodeJonathan Neuschäfer-0/+5
2019-01-14powerpc/dts: Build virtex dtbsCorentin Labbe-0/+1
2018-12-29Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-0/+5
2018-12-24Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/scottw...Michael Ellerman-543/+182
2018-12-22powerpc/zImage: Also check for stdout-pathOliver O'Halloran-1/+2
2018-12-21powerpc/dts/fsl: Fix dtc-flagged interrupt errorsScott Wood-134/+132
2018-12-21powerpc/fsl: Use new clockgen bindingScott Wood-409/+50
2018-12-20powerpc/44x/bamboo: Fix PCI rangeBenjamin Herrenschmidt-1/+3
2018-12-06powerpc/boot: Fix build failures with -j 1Michael Ellerman-1/+1
2018-11-27powerpc: Fix COFF zImage booting on old powermacsPaul Mackerras-1/+3
2018-11-14powerpc/boot: Set target when cross-compiling for clangJoel Stanley-0/+5
2018-11-02Merge tag 'powerpc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-3/+14
2018-10-26Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-12/+13