summaryrefslogtreecommitdiff
path: root/arch/powerpc/lib
AgeCommit message (Expand)AuthorFilesLines
2017-08-26powerpc: Rework interrupt_init_cpu()Tom Rini1-6/+1
2017-08-16env: Rename some other getenv()-related functionsSimon Glass1-4/+4
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+2
2017-07-23powerpc, 8xx: fix missing function declarations.Christophe Leroy2-3/+2
2017-07-23powerpc: move set_msr() and get_msr() into .hChristophe Leroy2-28/+0
2017-07-23power, timer: reset TBL before TBUChristophe Leroy1-1/+1
2017-07-23powerpc, timer: Does 8xx specific actions in 8xx cpu_initChristophe Leroy1-11/+0
2017-07-08powerpc, 8xx: Use IO accessors to access IO memoryChristophe Leroy1-3/+4
2017-07-08powerpc, 8xx: move immap.c in arch/powerpc/cpu/mpc8xx/Christophe Leroy3-405/+0
2017-07-08powerpc: Partialy restore core of mpc8xxChristophe Leroy4-0/+416
2017-07-04powerpc: remove 4xx supportHeiko Schocher3-35/+2
2017-06-16powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher3-77/+0
2017-06-12powerpc, 5xx: remove support for 5xxHeiko Schocher1-11/+0
2017-06-12powerpc, 8260: remove support for mpc8260Heiko Schocher4-690/+0
2017-06-12powerpc, 8xx: remove support for 8xxHeiko Schocher5-292/+18
2017-05-22Convert CONFIG_CMD_IMMAP to KconfigSimon Glass3-0/+712
2017-05-22Kconfig: Add a CONFIG_IDE optionSimon Glass1-1/+1
2017-05-08spl: make image arg or fdt blob address reconfigurableVikas Manocha1-4/+4
2017-04-05powerpc: Move setup_board_extra() into a PPC fileSimon Glass2-0/+33
2017-04-05board_f: powerpc: Use timer_init() instead of init_timebase()Simon Glass1-1/+1
2017-02-01powerpc: mpc5200: Correct return value of memcpy functionMark Marshall1-1/+1
2017-01-25powerpc: Enable flush and invalidate dcache by range for MPC85xxTony O'Brien1-2/+2
2017-01-21status_led: Kconfig migrationUri Mashiach1-3/+3
2016-12-03libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada1-0/+5
2016-10-06spl: Add a parameter to jump_to_image_linux()Simon Glass1-2/+2
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-06-06Remove unneeded remnants of bcopy().Robert P. J. Day1-7/+0
2016-05-27powerpc: Drop unused code related to generic boardSimon Glass1-5/+0
2016-05-19powerpc: Disable flush or invalidate dcache by range for some SoCsYork Sun1-0/+4
2016-05-03Change my mailaddressAndreas Bießmann1-1/+1
2015-10-20powerpc: Drop old non-generic-board codeSimon Glass1-986/+0
2015-05-10ppc4xx: Remove sc3 boardStefan Roese1-8/+0
2015-05-04powerpc: add 2 common dcache assembly functionsValentin Longchamp1-0/+48
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger1-1/+1
2015-02-18common/board_f: factor out reserve_stacksAndreas Bießmann2-0/+32
2015-01-16mpc85xx: clean up the old deep sleep frameworktang yuantian1-21/+0
2014-12-08powerpc: mpc8xx: remove hermes board supportMasahiro Yamada1-12/+0
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada1-1/+1
2014-08-12powerpc/mpc85xx: Make boot flag effectiveTang Yuantian1-0/+2
2014-08-02powerpc: mpc85xx watchdog init added to init_funcBoschung, Rainer1-0/+3
2014-07-23mpc85xx/t104x: Enable L2 and CPC cache when resumeTang Yuantian1-0/+5
2014-05-30m68k: powerpc: Clean up do_mdm_initSimon Glass1-8/+0
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada1-1/+0
2014-04-23mpc85xx/t104x: Add deep sleep framework supportTang Yuantian1-0/+16
2014-03-08Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini1-0/+7
2014-03-08bootstage: powerpc: support fdt stash and reportingMela Custodio1-0/+7
2014-03-07powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260Masahiro Yamada2-8/+8
2014-03-07kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCCMasahiro Yamada1-5/+1
2014-02-21common: Add get_effective_memsize() to memsize.cYork Sun2-19/+0
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada1-2/+2