| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop digital thermometer and thermostat (DTT) drivers | Simon Glass | 2017-05-22 | 1 | -4/+0 |
* | Kconfig: Drop CONFIG_SYS_I2C_DTT_ADDR | Simon Glass | 2017-05-22 | 1 | -1/+0 |
* | cmd: add Kconfig option for 'date' command | Chris Packham | 2017-05-01 | 1 | -1/+0 |
* | Convert CONFIG_CMD_CHIP_CONFIG to Kconfig | Simon Glass | 2017-04-30 | 1 | -1/+0 |
* | Convert CONFIG_BOARD_EARLY_INIT_F to Kconfig | Simon Glass | 2017-01-25 | 1 | -1/+0 |
* | pci: Move CONFIG_PCI_PNP to Kconfig | Bin Meng | 2016-10-28 | 1 | -1/+0 |
* | drivers/pci/Kconfig: Add PCI | Tom Rini | 2016-10-27 | 1 | -1/+0 |
* | Convert CONFIG_SYS_CONSOLE_IS_IN_ENV and CONFIG_CONSOLE_MUX to Kconfig | Simon Glass | 2016-10-23 | 1 | -2/+0 |
* | configs: Re-sync almost all of cmd/Kconfig | Tom Rini | 2016-04-25 | 1 | -1/+0 |
* | ppc4xx: Remove 4xx NAND booting support | Stefan Roese | 2014-03-07 | 1 | -85/+0 |
* | powerpc: ppc4xx: remove redundant CONFIG_4xx definition | Masahiro Yamada | 2014-01-24 | 1 | -1/+0 |
* | Coding Style cleanup: remove trailing white space | Wolfgang Denk | 2013-10-14 | 1 | -1/+1 |
* | Merge branch 'master' of git://git.denx.de/u-boot-i2c | Tom Rini | 2013-07-24 | 1 | -1/+1 |
|\ |
|
| * | i2c, ppc4xx_i2c: switch to new multibus/multiadapter support | Dirk Eibach | 2013-07-23 | 1 | -1/+1 |
* | | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 1 | -17/+1 |
|/ |
|
* | pci: introduce CONFIG_PCI_INDIRECT_BRIDGE option | Gabor Juhos | 2013-06-07 | 1 | -0/+1 |
* | CMD: Remove CMD_LOG, it's unused | Marek Vasut | 2012-04-19 | 1 | -1/+0 |
* | nand_spl: store ecc data on the stack | Scott Wood | 2012-01-26 | 1 | -2/+0 |
* | PPC405EX CHIP_21 erratum | Steven A. Falco | 2011-05-12 | 1 | -0/+14 |
* | Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value | Wolfgang Denk | 2010-10-26 | 1 | -2/+1 |
* | Rename CONFIG_SYS_INIT_RAM_END into CONFIG_SYS_INIT_RAM_SIZE | Wolfgang Denk | 2010-10-26 | 1 | -2/+2 |
* | Makefile: move all Power Architecture boards into boards.cfg | Wolfgang Denk | 2010-10-18 | 1 | -0/+4 |
* | ppc4xx: Use common ns16550 functions in 4xx UART POST driver | Stefan Roese | 2010-10-04 | 1 | -1/+2 |
* | Merge branch 'next' of /home/wd/git/u-boot/next | Wolfgang Denk | 2010-09-28 | 1 | -3/+1 |
|\ |
|
| * | ppc4xx: Use common NS16550 driver for PPC4xx UART | Stefan Roese | 2010-09-23 | 1 | -3/+1 |
* | | POST cleanup. | Michael Zaidman | 2010-09-21 | 1 | -2/+1 |
|/ |
|
* | Move arch/ppc to arch/powerpc | Stefan Roese | 2010-04-21 | 1 | -1/+1 |
* | ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU | Peter Tyser | 2010-04-13 | 1 | -1/+1 |
* | ppc4xx: Kilauea: Add CPLD version detection and EBC reconfiguration | Stefan Roese | 2010-01-23 | 1 | -4/+22 |
* | common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL | Heiko Schocher | 2009-12-08 | 1 | -2/+0 |
* | ppc4xx: Kilauea: Fix SDRAM init in NAND booting version | Stefan Roese | 2009-07-28 | 1 | -0/+2 |
* | ppc4xx: Add chip_config command to AMCC Kilauea eval board | Stefan Roese | 2009-07-24 | 1 | -0/+6 |
* | ppc4xx: Fix EEPROM configuration on Kilauea | Stefan Roese | 2009-07-24 | 1 | -1/+2 |
* | NAND: Fix warning Please define CONFIG_SYS_64BIT_VSPRINTF... | Wolfgang Denk | 2009-07-18 | 1 | -0/+2 |
* | ppc4xx: Disable POST memory test on NAND-booting Kilauea | Stefan Roese | 2009-04-16 | 1 | -1/+12 |
* | ppc4xx: Autocalibration can set RDCC to over aggressive value. | Adam Graham | 2009-02-12 | 1 | -7/+0 |
* | NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS | Wolfgang Grandegger | 2009-01-23 | 1 | -1/+0 |
* | ppc4xx: Disable DDR2 autocalibration on Kilauea for now | Stefan Roese | 2008-10-24 | 1 | -0/+7 |
* | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD | 2008-10-18 | 1 | -162/+162 |
* | rename CFG_ENV macros to CONFIG_ENV | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | 1 | -9/+9 |
* | rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | 1 | -3/+3 |
* | rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | 1 | -2/+2 |
* | ppc4xx: Update Kilauea to use PPC4xx DDR autocalibration routines | Adam Graham | 2008-09-05 | 1 | -0/+19 |
* | Merge branch 'Makefile' of git://git.denx.de/u-boot-arm | Wolfgang Denk | 2008-08-13 | 1 | -1/+1 |
|\ |
|
| * | drivers/mtd: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-13 | 1 | -1/+1 |
* | | ppc4xx: Add MII mode support to the EMAC RGMII Bridge | Grant Erickson | 2008-07-11 | 1 | -0/+1 |
* | | ppc4xx: Add Mnemonics for AMCC/IBM DDR2 SDRAM Controller | Grant Erickson | 2008-07-11 | 1 | -30/+115 |
|/ |
|
* | ppc4xx: Unify AMCC's board config files (part 2/3) | Stefan Roese | 2008-06-06 | 1 | -145/+15 |
* | ppc4xx: Change Kilauea to use the common DDR2 init function | Stefan Roese | 2008-06-03 | 1 | -4/+4 |
* | ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling | Grant Erickson | 2008-06-03 | 1 | -13/+95 |