summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/8xx/micropatch.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-09powerpc/8xx: Fix early debug when SMC1 is relocatedChristophe Leroy1-0/+11
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2019-07-04powerpc/8xx: Add microcode patch to move SMC parameter RAM.Christophe Leroy1-0/+97
2019-07-04powerpc/8xx: Use IO accessors in microcode programming.Christophe Leroy1-18/+16
2019-07-04powerpc/8xx: replace #ifdefs by IS_ENABLED() in microcode.cChristophe Leroy1-20/+13
2019-07-04powerpc/8xx: refactor programming of microcode CPM params.Christophe Leroy1-18/+27
2019-07-04powerpc/8xx: refactor printing of microcode patch name.Christophe Leroy1-6/+8
2019-07-04powerpc/8xx: Refactor microcode writeChristophe Leroy1-9/+6
2019-07-04powerpc/8xx: refactor writing of CPM microcode arraysChristophe Leroy1-22/+13
2019-07-04powerpc/8xx: compact microcode arraysChristophe Leroy1-559/+140
2019-07-04powerpc/8xx: drop verify_patch()Christophe Leroy1-40/+0
2019-07-04powerpc/8xx: move CPM1 related files from sysdev/ to platforms/8xxChristophe Leroy1-0/+750