summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc83xx
AgeCommit message (Expand)AuthorFilesLines
2018-09-18misc: Add MPC83xx serdes driverMario Six1-0/+4
2018-09-18cpu: Add MPC83xx CPU driverMario Six2-0/+4
2018-09-18timer: Add MPC83xx timer driverMario Six1-2/+2
2018-09-18clk: Add MPC83xx clock driverMario Six1-0/+4
2018-09-18mpc83xx: Add sysreset driverMario Six1-1/+2
2018-09-18ram: Add driver for MPC83xxMario Six1-0/+4
2018-07-30dm: Change CMD_DM enablingMichal Simek1-0/+1
2018-07-30Kconfig: Sort bool, default, select and imply optionsMichal Simek1-3/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini19-40/+19
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada3-3/+3
2017-12-12ata: Migrate CONFIG_FSL_SATA to KconfigTuomas Tynkkynen1-0/+1
2017-08-26powerpc: Rework interrupt_init_cpu()Tom Rini1-3/+1
2017-08-16env: Convert CONFIG_ENV_IS_IN... to a choiceSimon Glass1-6/+0
2017-08-11Convert CONFIG_CMD_PCA953X to KconfigSimon Glass1-0/+1
2017-07-27powerpc: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-BootAndy Yan1-4/+4
2017-07-26Convert CONFIG_ENV_IS_IN_FLASH to KconfigSimon Glass1-0/+6
2017-07-23powerpc: move get_pvr() and get_svr() into CChristophe Leroy1-10/+0
2017-07-23powerpc: get rid of addr_probe()Christophe Leroy1-27/+0
2017-07-11Convert CONFIG_CMD_SATA to KconfigSimon Glass1-0/+1
2017-06-12powerpc, 8260: remove support for mpc8260Heiko Schocher1-1/+1
2017-05-22Convert CONFIG_CMD_IRQ to KconfigSimon Glass1-0/+1
2017-05-01fdt: Move fdt_fixup_ethernet to a common placeTom Rini1-1/+0
2017-04-30Convert CONFIG_CMD_DIAG to KconfigSimon Glass1-0/+1
2017-04-30fs: Kconfig: Add a separate option for FS_CRAMFSSimon Glass1-0/+3
2017-04-30fs: Convert CONFIG_CMD_CRAMFS to KconfigSimon Glass1-0/+3
2017-04-05board_f: powerpc: Move prt_83xx_rsr() to private codeSimon Glass2-0/+6
2017-02-01powerpc: mpc83xx: Enable pre-relocation mallocmario.six@gdsys.cc3-7/+25
2017-01-31powerpc: mpc83xx: Minimize r1 modificationmario.six@gdsys.cc1-5/+8
2017-01-26Convert CONFIG_BOARD_EARLY_INIT_F to KconfigSimon Glass1-0/+6
2017-01-05mmc: move CONFIG_SYS_FSL_ERRATUM_ESDHC* to KconfigYork Sun1-0/+3
2017-01-05fsl_ddr: Move DDR config options to driver KconfigYork Sun1-0/+3
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-09-24treewide: use #include <...> to include public headersMasahiro Yamada1-4/+4
2016-09-24arch, board: squash lines for immediate returnMasahiro Yamada1-5/+1
2016-09-20Kconfig: Move config IDENT_STRING to KconfigSiva Durga Prasad Paladugu1-3/+0
2016-06-04arch/powerpc: Simplify some calculations using ARRAY_SIZE() macro.Robert P. J. Day2-2/+2
2016-04-02usb: Rename ehci-fsl.h to ehci-ci.hMateusz Kulikowski1-1/+1
2016-01-25arch/powperpc: Fix start_align due to use of __ffs64() instead ffs64()Ashish kumar1-2/+2
2016-01-19Add more SPDX-License-Identifier tagsTom Rini1-3/+1
2016-01-08powerpc: Various typo fixes under arch/powerpc/cpu/mpc83xxRobert P. J. Day6-20/+20
2015-11-13mpc83xx: Add strider boardDirk Eibach1-0/+3
2015-11-10powerpc: Finish updating u-boot*lds scripts for newer binutilsTom Rini2-2/+0
2015-11-06powerpc: Remove __ilog2_u64 and ffs4 from bitopsFabio Estevam1-2/+3
2015-05-13arch: Make board selection choices optionalJoe Hershberger1-0/+1
2015-05-04powerpc: add 2 common dcache assembly functionsValentin Longchamp2-20/+0
2015-04-18powerpc: ids8313: use "select" instead of default value in defconfigMasahiro Yamada1-0/+1
2015-01-24powerpc: mpc83xx: remove MPC8360ERDK, EMPC8360EMDS supportMasahiro Yamada1-8/+0
2014-11-19mpc83xx: Add gdsys hrcon boardDirk Eibach1-0/+4
2014-11-14powerpc/mpc83xx: Zero boot_flags arg for calling board_init_f()Valentin Longchamp1-0/+1
2014-10-28kconfig: add CONFIG_SUPPORT_SPLMasahiro Yamada1-0/+1