aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* common: Fix cpu nr type which is always unsigned typeMichal Simek2018-06-192-9/+9
* powerpc: mpc85xx: Improve Work-around for Erratum A005125Takuma Ueba2018-05-091-0/+7
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07165-340/+165
* powerpc: fix typo in kgdb.cHeinrich Schuchardt2018-04-281-1/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-274-8/+0
* net: Move enetaddr env access code to env config instead of net configAlex Kiernan2018-04-081-0/+1
* powerpc: mpc8xx: move watchdog into drivers/watchdogChristophe Leroy2018-04-063-13/+5
* powerpc: mpc8xx: cleaning up watchdogChristophe Leroy2018-04-063-20/+9
* powerpc: mpc8xx: refactorise reginfoChristophe Leroy2018-04-063-72/+20
* board: MCR3000: cleanup configChristophe Leroy2018-04-061-0/+1
* powerpc: mpc8xx: initialisation of initial RAMChristophe Leroy2018-04-061-7/+20
* powerpc: mpc8xx: redistribute data in CPM dpramChristophe Leroy2018-04-061-8/+8
* powercp: mpc8xx: move commproc.hChristophe Leroy2018-04-065-4/+691
* powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xxChristophe Leroy2018-04-068-10/+10
* powerpc: mpc8xx: remove get_immr() argumentChristophe Leroy2018-04-063-6/+4
* powerpc: mpc8xx: make get_immr() independent of CONFIG_8xxChristophe Leroy2018-04-061-2/+1
* powerpc: mpc8xx: get rid of the multiple PVR_ valuesChristophe Leroy2018-04-062-5/+3
* powerpc: mpc8xx: harmonise initialisation of the immap local pointerChristophe Leroy2018-04-062-5/+3
* ppc: Remove orphan xilinx_irq.h fileMichal Simek2018-03-161-25/+0
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-0511-11/+11
* fdt: Implement weak arch_fixup_fdt()Alexey Brodkin2018-02-181-5/+0
* PowerPC: phy: enable all phylib drivers when use phylib and tsec enetZhao Qiang2018-02-091-3/+1
* Convert CONFIG_SYS_BOOT_GET_{CMDLINE, KBD} to KconfigDerald D. Woods2018-01-301-2/+0
* powerpc: Drop CONFIG_WALNUT and other related dead codeTuomas Tynkkynen2018-01-281-14/+0
* gpio: mpc8xxx: Rename Kconfig option, structures, and functionsMario Six2018-01-281-1/+1
* drivers/misc: Share qbman init between archsAhmed Mansour2018-01-106-348/+8
* Move CONFIG_PANIC_HANG to KconfigMasahiro Yamada2017-12-261-0/+33
* ata: Migrate CONFIG_FSL_SATA to KconfigTuomas Tynkkynen2017-12-122-0/+14
* ata: Migrate CONFIG_SATA_SIL to KconfigTuomas Tynkkynen2017-12-121-0/+6
* powerpc: mpc85xx: Implement CPU erratum A-007907 for secondary coresYork Sun2017-10-231-0/+6
* powerpc: Use asm-generic/io.hPaul Burton2017-10-021-20/+5
* powerpc: Rework interrupt_init_cpu()Tom Rini2017-08-266-19/+6
* env: Rename some other getenv()-related functionsSimon Glass2017-08-161-4/+4
* env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass2017-08-161-1/+1
* env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass2017-08-161-1/+1
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-164-8/+9
* env: Convert CONFIG_ENV_IS_IN... to a choiceSimon Glass2017-08-154-12/+0
* Convert CONFIG_CMD_REGINFO to KconfigChristophe Leroy2017-08-112-0/+28
* Convert CONFIG_CMD_PCI to KconfigSimon Glass2017-08-111-0/+6
* Convert CONFIG_CMD_PCA953X to KconfigSimon Glass2017-08-111-0/+1
* Move PHYLIB to KconfigAlexandru Gagniuc2017-08-071-5/+0
* PowerPC: mpc85xx: Update ft_verify_fdtTom Rini2017-08-031-2/+9
* configs: Migrate CMD_NAND*Tom Rini2017-07-311-0/+23
* powerpc: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-BootAndy Yan2017-07-272-10/+9
* Convert CONFIG_ENV_IS_IN_FLASH to KconfigSimon Glass2017-07-254-0/+12
* configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFSTom Rini2017-07-241-0/+5
* powerpc: Remove 8260 remaindersChristophe Leroy2017-07-231-14/+0
* powerpc, 8xx: fix missing function declarations.Christophe Leroy2017-07-237-13/+17
* powerpc: move get_pvr() and get_svr() into CChristophe Leroy2017-07-225-37/+9
* powerpc, 8xx: move cache helper into CChristophe Leroy2017-07-223-38/+32