summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc86xx
Commit message (Expand)AuthorAgeFilesLines
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-1/+1
* common: Drop asm_offsets.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop asm/ptrace.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop log.h from common headerSimon Glass2020-05-184-0/+4
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-183-3/+3
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* common: Move RAM-sizing functions to init.hSimon Glass2020-01-171-0/+1
* common: Move get_tbclk() to time.hSimon Glass2020-01-172-0/+2
* common: Move clock functions into a new fileSimon Glass2020-01-171-0/+1
* common: Move relocate_code() to init.hSimon Glass2020-01-171-1/+1
* common: Move interrupt functions into a new headerSimon Glass2019-12-021-0/+1
* arm: powerpc: Tidy up code style for interrupt functionsSimon Glass2019-12-021-1/+1
* common: Move some CPU functions out of common.hSimon Glass2019-12-021-0/+1
* Move strtomhz() to vsprintf.hSimon Glass2019-12-021-0/+1
* common: Move older CPU functions to their own headerSimon Glass2019-12-021-0/+1
* configs: fsl: move DDR specific defines to KconfigRajesh Bhagat2019-03-031-0/+1
* common: Fix cpu nr type which is always unsigned typeMichal Simek2018-06-191-4/+4
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0714-28/+14
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* powerpc: Rework interrupt_init_cpu()Tom Rini2017-08-261-3/+1
* env: Convert CONFIG_ENV_IS_IN... to a choiceSimon Glass2017-08-151-1/+0
* Convert CONFIG_ENV_IS_IN_FLASH to KconfigSimon Glass2017-07-251-0/+1
* powerpc, 8xx: fix missing function declarations.Christophe Leroy2017-07-231-2/+2
* powerpc: move get_pvr() and get_svr() into CChristophe Leroy2017-07-221-10/+0
* powerpc: Remove unneccessary #ifdefs in reginfoChristophe Leroy2017-07-221-1/+2
* powerpc: get rid of addr_probe()Christophe Leroy2017-07-221-10/+0
* Convert CONFIG_SCSI to KconfigSimon Glass2017-07-111-0/+1
* fdt: Move fdt_fixup_ethernet to a common placeTom Rini2017-05-011-5/+0
* arch: powerpc: update the eLBC IP input clockPrabhakar Kushwaha2017-02-031-14/+1
* Convert CONFIG_BOARD_EARLY_INIT_F to KconfigSimon Glass2017-01-251-0/+2
* fsl_ddr: Move DDR config options to driver KconfigYork Sun2017-01-041-0/+4
* powerpc: mpc86xx: Convert CONFIG_SYS_FSL_NUM_LAWS to Kconfig optionYork Sun2016-12-041-0/+6
* powerpc: mpc86xx: Move CONFIG_FSL_LAW to KconfigYork Sun2016-12-021-0/+7
* powerpc: mpc86xx: Convert CONFIG_SYS_CCSRBAR_DEFAULT to Kconfig optionYork Sun2016-12-021-0/+9
* powerpc: MPC8641: Remove macro CONFIG_MPC8641York Sun2016-11-233-2/+8
* powerpc: MPC8610: Remove macro CONFIG_MPC8610York Sun2016-11-234-4/+8
* arch: powerpc: Remove unused dts frequency fixup for lbc_clkPrabhakar Kushwaha2016-10-141-7/+0
* fsl: serdes: ensure accessing the initialized maps of serdes protocolHou Zhiqiang2016-09-142-2/+38
* powerpc/86xx: Pass -mcpu=7400 to GCCScott Wood2016-07-251-1/+1
* Add more SPDX-License-Identifier tagsTom Rini2016-01-191-3/+1
* powerpc: Finish updating u-boot*lds scripts for newer binutilsTom Rini2015-11-101-1/+0
* arch: Make board selection choices optionalJoe Hershberger2015-05-121-0/+1
* powerpc: add 2 common dcache assembly functionsValentin Longchamp2015-05-041-45/+0
* remove unnecessary version.h includesRob Herring2015-03-242-2/+0
* kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada2014-09-131-1/+0
* powerpc: remove redundant CPU definitionMasahiro Yamada2014-07-301-1/+1
* kconfig: add board Kconfig and defconfig filesMasahiro Yamada2014-07-301-0/+30
* powerpc/mpc86xx: Fix boot_flag for calling board_init_f()York Sun2014-05-131-0/+1
* common: Add get_effective_memsize() to memsize.cYork Sun2014-02-211-1/+0