| Commit message (Expand) | Author | Age | Lines |
* | powerpc: ppc4xx: remove redundant CONFIG_4xx definition | Masahiro Yamada | 2014-01-24 | -1/+0 |
* | Merge branch 'master' of git://git.denx.de/u-boot-i2c | Tom Rini | 2013-07-24 | -2/+2 |
|\ |
|
| * | i2c, ppc4xx_i2c: switch to new multibus/multiadapter support | Dirk Eibach | 2013-07-23 | -2/+2 |
* | | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -17/+1 |
|/ |
|
* | pci: introduce CONFIG_PCI_INDIRECT_BRIDGE option | Gabor Juhos | 2013-06-07 | -0/+1 |
* | Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value | Wolfgang Denk | 2010-10-26 | -2/+1 |
* | Rename CONFIG_SYS_INIT_RAM_END into CONFIG_SYS_INIT_RAM_SIZE | Wolfgang Denk | 2010-10-26 | -2/+2 |
* | Makefile: move all Power Architecture boards into boards.cfg | Wolfgang Denk | 2010-10-18 | -0/+2 |
* | Merge branch 'next' of /home/wd/git/u-boot/next | Wolfgang Denk | 2010-09-28 | -3/+1 |
|\ |
|
| * | Remove unused CONFIG_SERIAL_SOFTWARE_FIFO feature | Stefan Roese | 2010-09-23 | -1/+0 |
| * | ppc4xx: Use common NS16550 driver for PPC4xx UART | Stefan Roese | 2010-09-23 | -2/+1 |
* | | POST cleanup. | Michael Zaidman | 2010-09-21 | -2/+1 |
|/ |
|
* | ppc4xx: Add option for PPC440SPe ports without old Rev. A support | Stefan Roese | 2010-04-14 | -0/+1 |
* | ppc4xx: Consolidate 4xx PCIe board specific configuration | Stefan Roese | 2009-11-09 | -0/+8 |
* | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD | 2008-10-18 | -52/+52 |
* | rename CFG_ENV macros to CONFIG_ENV | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -4/+4 |
* | rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -3/+3 |
* | rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -1/+1 |
* | rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -1/+1 |
* | ppc4xx: Unify AMCC's board config files (part 3/3) | Stefan Roese | 2008-06-06 | -138/+13 |
* | ppc4xx: Remove implementations of testdram() | Stefan Roese | 2008-06-03 | -1/+0 |
* | ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards | Stefan Roese | 2008-05-08 | -0/+4 |
* | Replace "run load; run update" with conditionalized "run load update". | Detlev Zundel | 2008-03-06 | -2/+2 |
* | Fix quoting problem (preboot setting) in many board config files. | Wolfgang Denk | 2008-03-03 | -1/+1 |
* | ppc4xx: Remove cache definition from 4xx board config files | Stefan Roese | 2007-10-31 | -8/+0 |
* | ppc4xx: Dynamic configuration of 4xx PCIe mode as root or endpoint mode | Stefan Roese | 2007-10-31 | -0/+1 |
* | ppc4xx: 4xx_pcie: More general cleanup and 405EX PCIe support added | Stefan Roese | 2007-10-31 | -0/+3 |
* | ppc4xx: 4xx_pcie: Change CFG_PCIE_MEMSIZE to 128MB on Yucca & Katmai | Stefan Roese | 2007-10-31 | -1/+1 |
* | [PPC440SPe] PCIe environment settings for Katmai and Yucca | Grzegorz Bernacki | 2007-09-07 | -1/+2 |
* | [PPC440SPe] Improve PCIe configuration space access | Grzegorz Bernacki | 2007-09-07 | -5/+5 |
* | lib_ppc: make board_add_ram_info weak | Kim Phillips | 2007-08-18 | -1/+0 |
* | include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. | Jon Loeliger | 2007-07-10 | -0/+9 |
* | include/configs: Use new CONFIG_CMD_* in various [v-z]* named board config fi... | Jon Loeliger | 2007-07-05 | -22/+25 |
* | ppc4xx: Add pci_pre_init() for 405 boards | Stefan Roese | 2007-06-25 | -1/+0 |
* | ppc4xx: Change Yucca config file to support ECC | Stefan Roese | 2007-03-31 | -1/+1 |
* | [PATCH] Update AMCC Yucca 440SPe eval board support | Stefan Roese | 2007-03-08 | -7/+7 |
* | [PATCH] Update some AMCC 4xx board config files (set initrd_high) | Stefan Roese | 2007-02-07 | -0/+1 |
* | Cleanup debug code for yucca board. | Wolfgang Denk | 2006-08-17 | -3/+0 |
* | Merge with /home/sr/git/u-boot/denx | Wolfgang Denk | 2006-08-13 | -0/+9 |
|\ |
|
| * | Add commandline history support to all AMCC eval boards | Stefan Roese | 2006-08-07 | -0/+9 |
* | | Fix PCI-Express on PPC440SPe rev. A. | Rafal Jaworowski | 2006-08-11 | -8/+2 |
* | | Add support for PCI-Express on PPC440SPe (Yucca board). | Rafal Jaworowski | 2006-08-10 | -11/+21 |
|/ |
|
* | Fix timer problems on AMCC yucca board. | Marian Balakowicz | 2006-07-06 | -1/+1 |
* | Bring yucca config more in line with other AMCC boards. | Wolfgang Denk | 2006-07-05 | -29/+33 |
* | Add system memory to the PCI region list for AMCC PPC44x CPUs. | Marian Balakowicz | 2006-07-04 | -0/+5 |
* | Cleanup config file and bootup output for Yucca board. | Marian Balakowicz | 2006-07-03 | -5/+4 |
* | Add support for AMCC 440SPe CPU based eval board (Yucca). | Marian Balakowicz | 2006-06-30 | -0/+518 |