summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu
AgeCommit message (Expand)AuthorFilesLines
2017-07-23powerpc, 8xx: Simplify brgclk calculation and remove get_brgclk()Christophe Leroy1-22/+3
2017-07-11sata: Move drivers into new drivers/ata directorySimon Glass1-1/+1
2017-07-11Kconfig: Add CONFIG_SATA to enable SATASimon Glass1-1/+1
2017-07-11Convert CONFIG_CMD_SATA to KconfigSimon Glass2-0/+46
2017-07-11Convert CONFIG_SCSI to KconfigSimon Glass2-0/+2
2017-07-08powerpc, 8xx: Add support for MCR3000 board from CSSIChristophe Leroy1-0/+5
2017-07-08powerpc, 8xx: move Serial driver to drivers/serial/Christophe Leroy2-280/+0
2017-07-08powerpc, 8xx: move SPI driver to drivers/spi/Christophe Leroy2-340/+0
2017-07-08powerpc, 8xx: move FEC Ethernet driver in drivers/netChristophe Leroy3-852/+1
2017-07-08powerpc, 8xx: Migrate to KconfigChristophe Leroy3-5/+153
2017-07-08powerpc, 8xx: Properly set CPM frequency in the device treeChristophe Leroy1-0/+2
2017-07-08powerpc, 8xx: Handle checkpatch errors and some of the warnings/checksChristophe Leroy11-287/+253
2017-07-08powerpc, 8xx: Implement GLL2 ERRATAChristophe Leroy1-0/+20
2017-07-08powerpc, 8xx: Use IO accessors to access IO memoryChristophe Leroy9-533/+493
2017-07-08powerpc, 8xx: move specific reginfoChristophe Leroy2-0/+65
2017-07-08powerpc, 8xx: move immap.c in arch/powerpc/cpu/mpc8xx/Christophe Leroy3-0/+404
2017-07-08powerpc: Partialy restore core of mpc8xxChristophe Leroy13-0/+3217
2017-07-04powerpc: remove 4xx supportHeiko Schocher42-21050/+0
2017-06-16powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher41-7890/+0
2017-06-16treewide: remove unneeded semicolonsMasahiro Yamada1-1/+1
2017-06-15Merge git://git.denx.de/u-boot-mpc85xxTom Rini1-10/+0
2017-06-12powerpc: mpc8540ads: mpc8560ads: Drop support for MPC8540/60ADSYork Sun1-10/+0
2017-06-12powerpc, 5xx: remove support for 5xxHeiko Schocher12-1956/+0
2017-06-12powerpc, 8260: remove support for mpc8260Heiko Schocher20-6071/+1
2017-06-12powerpc, 8xx: remove support for 8xxHeiko Schocher25-6891/+0
2017-06-05common: powerpc: Move arch-specific headersSimon Glass3-0/+3
2017-05-22Convert CONFIG_CMD_IRQ to KconfigSimon Glass2-0/+2
2017-05-22Kconfig: Add a CONFIG_IDE optionSimon Glass1-1/+1
2017-05-22Convert CONFIG_CMD_ERRATA to KconfigSimon Glass1-0/+8
2017-05-22Convert CONFIG_CMD_EEPROM et al to KconfigSimon Glass1-0/+24
2017-05-22Convert CONFIG_CMD_ECCTEST to KconfigSimon Glass1-0/+6
2017-05-16Merge git://git.denx.de/u-boot-mpc85xxTom Rini1-2/+2
2017-05-15powerpc: t1024: Fix SRDS_MAX_LANES valuePaulo Zaneti1-2/+2
2017-05-15i2c: powerpc: Remove use of CONFIG_HARD_I2CSimon Glass9-2263/+1
2017-05-01fdt: Move fdt_fixup_ethernet to a common placeTom Rini7-25/+0
2017-04-30Convert CONFIG_CMD_DIAG to KconfigSimon Glass1-0/+1
2017-04-30fs: Kconfig: Add a separate option for FS_CRAMFSSimon Glass3-0/+5
2017-04-30fs: Convert CONFIG_CMD_CRAMFS to KconfigSimon Glass3-0/+5
2017-04-30Convert CONFIG_CMD_CHIP_CONFIG to KconfigSimon Glass1-0/+8
2017-04-17powerpc: e6500: Lock/unlock 1 cache instead of L1 as init_ramRuchika Gupta1-2/+4
2017-04-13board_f: Rename initdram() to dram_init()Simon Glass6-16/+16
2017-04-05board_f: Drop return value from initdram()Simon Glass4-18/+40
2017-04-05board_f: Drop board_type parameter from initdram()Simon Glass6-9/+9
2017-04-05board_f: powerpc: Make prt_8260_rsr(), prt_8260_clks() privateSimon Glass1-1/+8
2017-04-05board_f: powerpc: Move prt_83xx_rsr() to private codeSimon Glass2-0/+6
2017-04-05board_f: powerpc: Use timer_init() instead of init_timebase()Simon Glass1-1/+1
2017-04-05board_f: Remove adjust_sdram_tbs_8xx() from the init sequenceSimon Glass1-30/+33
2017-04-05board_f: Remove sdram_adjust_866() from the init sequenceSimon Glass1-16/+16
2017-04-05board_f: powerpc: Rename get_clocks_866() to get_clocks()Simon Glass1-1/+1
2017-02-04Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini3-48/+76