| Commit message (Expand) | Author | Age | Files | Lines |
* | PowerPC: mpc85xx: Update ft_verify_fdt | Tom Rini | 2017-08-03 | 1 | -2/+9 |
* | configs: Migrate CMD_NAND* | Tom Rini | 2017-07-31 | 1 | -0/+23 |
* | powerpc: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-Boot | Andy Yan | 2017-07-27 | 2 | -10/+9 |
* | Convert CONFIG_ENV_IS_IN_FLASH to Kconfig | Simon Glass | 2017-07-25 | 3 | -0/+11 |
* | configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFS | Tom Rini | 2017-07-24 | 1 | -0/+5 |
* | powerpc, 8xx: fix missing function declarations. | Christophe Leroy | 2017-07-23 | 4 | -10/+11 |
* | powerpc: move get_pvr() and get_svr() into C | Christophe Leroy | 2017-07-22 | 4 | -35/+0 |
* | powerpc, 8xx: move cache helper into C | Christophe Leroy | 2017-07-22 | 1 | -32/+0 |
* | powerpc, 8xx: move get_immr() into C | Christophe Leroy | 2017-07-22 | 1 | -15/+0 |
* | powerpc, 8xx: Move cache function into C files | Christophe Leroy | 2017-07-22 | 3 | -56/+50 |
* | powerpc, 8xx: Simplifying check_CPU() | Christophe Leroy | 2017-07-22 | 1 | -32/+7 |
* | powerpc: Remove unneccessary #ifdefs in reginfo | Christophe Leroy | 2017-07-22 | 3 | -3/+6 |
* | powerpc, timer: Does 8xx specific actions in 8xx cpu_init | Christophe Leroy | 2017-07-22 | 1 | -1/+4 |
* | powerpc: get rid of addr_probe() | Christophe Leroy | 2017-07-22 | 4 | -53/+0 |
* | powerpc, 8xx: Simplify brgclk calculation and remove get_brgclk() | Christophe Leroy | 2017-07-22 | 1 | -22/+3 |
* | sata: Move drivers into new drivers/ata directory | Simon Glass | 2017-07-11 | 1 | -1/+1 |
* | Kconfig: Add CONFIG_SATA to enable SATA | Simon Glass | 2017-07-11 | 1 | -1/+1 |
* | Convert CONFIG_CMD_SATA to Kconfig | Simon Glass | 2017-07-11 | 2 | -0/+46 |
* | Convert CONFIG_SCSI to Kconfig | Simon Glass | 2017-07-11 | 2 | -0/+2 |
* | powerpc, 8xx: Add support for MCR3000 board from CSSI | Christophe Leroy | 2017-07-08 | 1 | -0/+5 |
* | powerpc, 8xx: move Serial driver to drivers/serial/ | Christophe Leroy | 2017-07-08 | 2 | -280/+0 |
* | powerpc, 8xx: move SPI driver to drivers/spi/ | Christophe Leroy | 2017-07-08 | 2 | -340/+0 |
* | powerpc, 8xx: move FEC Ethernet driver in drivers/net | Christophe Leroy | 2017-07-08 | 3 | -852/+1 |
* | powerpc, 8xx: Migrate to Kconfig | Christophe Leroy | 2017-07-08 | 3 | -5/+153 |
* | powerpc, 8xx: Properly set CPM frequency in the device tree | Christophe Leroy | 2017-07-08 | 1 | -0/+2 |
* | powerpc, 8xx: Handle checkpatch errors and some of the warnings/checks | Christophe Leroy | 2017-07-08 | 11 | -287/+253 |
* | powerpc, 8xx: Implement GLL2 ERRATA | Christophe Leroy | 2017-07-08 | 1 | -0/+20 |
* | powerpc, 8xx: Use IO accessors to access IO memory | Christophe Leroy | 2017-07-08 | 9 | -533/+493 |
* | powerpc, 8xx: move specific reginfo | Christophe Leroy | 2017-07-08 | 2 | -0/+65 |
* | powerpc, 8xx: move immap.c in arch/powerpc/cpu/mpc8xx/ | Christophe Leroy | 2017-07-08 | 3 | -0/+404 |
* | powerpc: Partialy restore core of mpc8xx | Christophe Leroy | 2017-07-08 | 13 | -0/+3217 |
* | powerpc: remove 4xx support | Heiko Schocher | 2017-07-03 | 42 | -21050/+0 |
* | powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x | Heiko Schocher | 2017-06-16 | 41 | -7890/+0 |
* | treewide: remove unneeded semicolons | Masahiro Yamada | 2017-06-16 | 1 | -1/+1 |
* | Merge git://git.denx.de/u-boot-mpc85xx | Tom Rini | 2017-06-14 | 1 | -10/+0 |
|\ |
|
| * | powerpc: mpc8540ads: mpc8560ads: Drop support for MPC8540/60ADS | York Sun | 2017-06-12 | 1 | -10/+0 |
* | | powerpc, 5xx: remove support for 5xx | Heiko Schocher | 2017-06-12 | 12 | -1956/+0 |
* | | powerpc, 8260: remove support for mpc8260 | Heiko Schocher | 2017-06-12 | 20 | -6071/+1 |
* | | powerpc, 8xx: remove support for 8xx | Heiko Schocher | 2017-06-12 | 25 | -6891/+0 |
|/ |
|
* | common: powerpc: Move arch-specific headers | Simon Glass | 2017-06-05 | 3 | -0/+3 |
* | Convert CONFIG_CMD_IRQ to Kconfig | Simon Glass | 2017-05-22 | 2 | -0/+2 |
* | Kconfig: Add a CONFIG_IDE option | Simon Glass | 2017-05-22 | 1 | -1/+1 |
* | Convert CONFIG_CMD_ERRATA to Kconfig | Simon Glass | 2017-05-22 | 1 | -0/+8 |
* | Convert CONFIG_CMD_EEPROM et al to Kconfig | Simon Glass | 2017-05-22 | 1 | -0/+24 |
* | Convert CONFIG_CMD_ECCTEST to Kconfig | Simon Glass | 2017-05-22 | 1 | -0/+6 |
* | Merge git://git.denx.de/u-boot-mpc85xx | Tom Rini | 2017-05-16 | 1 | -2/+2 |
|\ |
|
| * | powerpc: t1024: Fix SRDS_MAX_LANES value | Paulo Zaneti | 2017-05-15 | 1 | -2/+2 |
* | | i2c: powerpc: Remove use of CONFIG_HARD_I2C | Simon Glass | 2017-05-15 | 9 | -2263/+1 |
|/ |
|
* | fdt: Move fdt_fixup_ethernet to a common place | Tom Rini | 2017-05-01 | 7 | -25/+0 |
* | Convert CONFIG_CMD_DIAG to Kconfig | Simon Glass | 2017-04-30 | 1 | -0/+1 |