| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 4 | -10/+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 | 12 | -335/+277 |
* | 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 | 11 | -664/+738 |
* | 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 | 6 | -13/+10 |
* | powerpc: Partialy restore core of mpc8xx | Christophe Leroy | 2017-07-08 | 23 | -1/+4540 |
* | powerpc: remove 4xx support | Heiko Schocher | 2017-07-03 | 86 | -28455/+6 |
* | powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x | Heiko Schocher | 2017-06-16 | 49 | -9301/+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 | 17 | -2474/+1 |
* | | powerpc, 8260: remove support for mpc8260 | Heiko Schocher | 2017-06-12 | 32 | -8510/+2 |
* | | powerpc, 8xx: remove support for 8xx | Heiko Schocher | 2017-06-12 | 38 | -8167/+23 |
|/ |
|
* | common: freescale: Move arch-specific declarations | Simon Glass | 2017-06-05 | 1 | -0/+97 |
* | common: powerpc: Move arch-specific headers | Simon Glass | 2017-06-05 | 5 | -0/+71 |
* | common: Move PPC4xx_SYS_INFO() et al to arch-specific header | Simon Glass | 2017-06-05 | 1 | -0/+4 |
* | common: Move get_OPB_freq() and get_PCI_freq() to PPC header | Simon Glass | 2017-06-05 | 1 | -0/+3 |
* | common: Move pcie_setup_hoses() to PPC header | Simon Glass | 2017-06-05 | 1 | -0/+1 |
* | common: Move pci_target_init() to PPC header | Simon Glass | 2017-06-05 | 1 | -0/+1 |
* | Convert CONFIG_CMD_IRQ to Kconfig | Simon Glass | 2017-05-22 | 3 | -0/+4 |
* | Convert CONFIG_CMD_IMMAP to Kconfig | Simon Glass | 2017-05-22 | 4 | -0/+714 |
* | Kconfig: Add a CONFIG_IDE option | Simon Glass | 2017-05-22 | 2 | -2/+2 |
* | Convert CONFIG_CMD_HASH to Kconfig | Simon Glass | 2017-05-22 | 1 | -0/+1 |
* | Convert CONFIG_CMD_ESBC_VALIDATE to Kconfig | Simon Glass | 2017-05-22 | 1 | -1/+0 |
* | 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 |
* | lib: move hash CONFIG options to Kconfig | Tom Rini | 2017-05-22 | 1 | -1/+0 |
* | Merge git://git.denx.de/u-boot-mpc85xx | Tom Rini | 2017-05-16 | 2 | -2/+6 |
|\ |
|
| * | powerpc: t1024: Fix SRDS_MAX_LANES value | Paulo Zaneti | 2017-05-15 | 2 | -2/+6 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-i2c | Tom Rini | 2017-05-15 | 9 | -2263/+1 |
|\ \ |
|
| * | | i2c: powerpc: Remove use of CONFIG_HARD_I2C | Simon Glass | 2017-05-15 | 9 | -2263/+1 |
| |/ |
|
* | | Kconfig: USB: Migrate CONFIG_USB_EHCI_HCD users to Kconfig | Tom Rini | 2017-05-15 | 1 | -0/+1 |
|/ |
|
* | spl: make image arg or fdt blob address reconfigurable | Vikas Manocha | 2017-05-08 | 1 | -4/+4 |
* | 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 |
* | fs: Kconfig: Add a separate option for FS_CRAMFS | Simon Glass | 2017-04-30 | 3 | -0/+5 |
* | fs: Convert CONFIG_CMD_CRAMFS to Kconfig | Simon Glass | 2017-04-30 | 3 | -0/+5 |
* | Convert CONFIG_CMD_CHIP_CONFIG to Kconfig | Simon Glass | 2017-04-30 | 1 | -0/+8 |
* | Convert CONFIG_CMD_BLOB to Kconfig | Simon Glass | 2017-04-30 | 1 | -1/+0 |
* | powerpc: e6500: Lock/unlock 1 cache instead of L1 as init_ram | Ruchika Gupta | 2017-04-17 | 1 | -2/+4 |