summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* powerpc, 8xx: move get_immr() into CChristophe Leroy2017-07-222-16/+8
* powerpc, 8xx: Move cache function into C filesChristophe Leroy2017-07-223-56/+50
* powerpc, 8xx: Simplifying check_CPU()Christophe Leroy2017-07-221-32/+7
* powerpc: Remove unneccessary #ifdefs in reginfoChristophe Leroy2017-07-224-3/+10
* powerpc: move set_msr() and get_msr() into .hChristophe Leroy2017-07-223-28/+14
* power, timer: reset TBL before TBUChristophe Leroy2017-07-221-1/+1
* powerpc, timer: Does 8xx specific actions in 8xx cpu_initChristophe Leroy2017-07-222-12/+4
* powerpc: get rid of addr_probe()Christophe Leroy2017-07-224-53/+0
* powerpc, 8xx: Simplify brgclk calculation and remove get_brgclk()Christophe Leroy2017-07-221-22/+3
* sata: Move drivers into new drivers/ata directorySimon Glass2017-07-111-1/+1
* Kconfig: Add CONFIG_SATA to enable SATASimon Glass2017-07-111-1/+1
* Convert CONFIG_CMD_SATA to KconfigSimon Glass2017-07-112-0/+46
* Convert CONFIG_SCSI to KconfigSimon Glass2017-07-112-0/+2
* powerpc, 8xx: Add support for MCR3000 board from CSSIChristophe Leroy2017-07-081-0/+5
* powerpc, 8xx: move Serial driver to drivers/serial/Christophe Leroy2017-07-082-280/+0
* powerpc, 8xx: move SPI driver to drivers/spi/Christophe Leroy2017-07-082-340/+0
* powerpc, 8xx: move FEC Ethernet driver in drivers/netChristophe Leroy2017-07-083-852/+1
* powerpc, 8xx: Migrate to KconfigChristophe Leroy2017-07-084-10/+153
* powerpc, 8xx: Properly set CPM frequency in the device treeChristophe Leroy2017-07-081-0/+2
* powerpc, 8xx: Handle checkpatch errors and some of the warnings/checksChristophe Leroy2017-07-0812-335/+277
* powerpc, 8xx: Implement GLL2 ERRATAChristophe Leroy2017-07-081-0/+20
* powerpc, 8xx: Use IO accessors to access IO memoryChristophe Leroy2017-07-0811-664/+738
* powerpc, 8xx: move specific reginfoChristophe Leroy2017-07-082-0/+65
* powerpc, 8xx: move immap.c in arch/powerpc/cpu/mpc8xx/Christophe Leroy2017-07-086-13/+10
* powerpc: Partialy restore core of mpc8xxChristophe Leroy2017-07-0823-1/+4540
* powerpc: remove 4xx supportHeiko Schocher2017-07-0386-28455/+6
* powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher2017-06-1649-9301/+0
* treewide: remove unneeded semicolonsMasahiro Yamada2017-06-161-1/+1
* Merge git://git.denx.de/u-boot-mpc85xxTom Rini2017-06-141-10/+0
|\