| Commit message (Expand) | Author | Age | Lines |
* | Use correct spelling of "U-Boot" | Bin Meng | 2016-02-06 | -13/+13 |
* | Add more SPDX-License-Identifier tags | Tom Rini | 2016-01-19 | -3/+1 |
* | fdt: Allow ft_board_setup() to report failure | Simon Glass | 2014-11-21 | -1/+3 |
* | kconfig: remove redundant "string" type in arch and board Kconfigs | Masahiro Yamada | 2014-09-13 | -2/+0 |
* | Add board MAINTAINERS files | Masahiro Yamada | 2014-07-30 | -0/+10 |
* | kconfig: add board Kconfig and defconfig files | Masahiro Yamada | 2014-07-30 | -0/+11 |
* | Driver/DDR: combine ccsr_ddr for 83xx, 85xx and 86xx | York Sun | 2013-11-25 | -1/+2 |
* | Driver/DDR: Moving Freescale DDR driver to a common driver | York Sun | 2013-11-25 | -5/+5 |
* | board: powerpc: convert makefiles to Kbuild style | Masahiro Yamada | 2013-11-01 | -24/+4 |
* | Coding Style cleanup: remove trailing white space | Wolfgang Denk | 2013-10-14 | -1/+1 |
* | powerpc: Fix CamelCase checkpatch warnings | Prabhakar Kushwaha | 2013-08-20 | -2/+2 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -68/+4 |
* | 8xxx: Change all 8*xx_DDR addresses to 8xxx | Andy Fleming | 2012-11-27 | -1/+1 |
* | doc: cleanup - move board READMEs into respective board directories | Wolfgang Denk | 2012-07-29 | -0/+269 |
* | sbc8548: Fix up local bus init to be frequency aware | Paul Gortmaker | 2012-01-11 | -3/+35 |
* | sbc8548: enable support for hardware SPD errata workaround | Paul Gortmaker | 2012-01-11 | -1/+30 |
* | sbc8548: relocate fixed ddr init code to ddr.c file | Paul Gortmaker | 2012-01-11 | -44/+48 |
* | sbc8548: Make enabling SPD RAM configuration work | Paul Gortmaker | 2012-01-11 | -0/+7 |
* | sbc8548: Fix LBC SDRAM initialization settings | Paul Gortmaker | 2012-01-11 | -13/+16 |
* | sbc8548: enable ability to boot from alternate flash | Paul Gortmaker | 2012-01-11 | -1/+28 |
* | sbc8548: relocate 64MB user flash to sane boundary | Paul Gortmaker | 2012-01-11 | -16/+10 |
* | board/sbc8548/sbc8548.c: Fix GCC 4.6 build warning | Kumar Gala | 2011-11-11 | -2/+0 |
* | punt unused clean/distclean targets | Mike Frysinger | 2011-10-15 | -6/+0 |
* | powerpc/8xxx: Refactor fsl_ddr_get_spd into common code from board | Kumar Gala | 2011-04-04 | -22/+0 |
* | powerpc/8xxx: Replace fsl_ddr_get_mem_data_rate with get_ddr_freq() | Kumar Gala | 2011-04-04 | -5/+0 |
* | powerpc/85xx: Rework SBC8548 pci_init_board to use common FSL PCIe code | Kumar Gala | 2011-01-14 | -45/+13 |
* | mpc85xx: rename sdram_init() lbc_sdram_init() | Becky Bruce | 2011-01-14 | -2/+1 |
* | mpc85xx boards: initdram() cleanup/bugfix | Becky Bruce | 2011-01-14 | -66/+13 |
* | powerpc/8xxx: Replace is_fsl_pci_cfg with is_serdes_configured | Kumar Gala | 2011-01-14 | -1/+2 |
* | Switch from archive libraries to partial linking | Sebastien Carlier | 2010-11-17 | -2/+2 |
* | fsl: Clean up printing of PCI boot info | Peter Tyser | 2010-11-14 | -4/+4 |
* | Makefile: move all Power Architecture boards into boards.cfg | Wolfgang Denk | 2010-10-18 | -28/+0 |
* | Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE | Wolfgang Denk | 2010-10-18 | -2/+2 |
* | powerpc/85xx & 86xx: Rework ft_fsl_pci_setup to not require aliases | Kumar Gala | 2010-07-20 | -5/+3 |
* | 83xx/85xx/86xx: LBC register cleanup | Becky Bruce | 2010-07-16 | -14/+6 |
* | Revert "ppc/85xx/pci: fsl_pci_init: pcie agent mode support" | Kumar Gala | 2009-11-04 | -2/+2 |
* | ppc/85xx/pci: fsl_pci_init: pcie agent mode support | Vivek Mahajan | 2009-10-27 | -2/+2 |
* | sbc8548: reclaim wasted sector in boot flash | Paul Gortmaker | 2009-09-30 | -1/+1 |
* | sbc8548: update PCI/PCI-e support code | Paul Gortmaker | 2009-09-24 | -122/+72 |
* | sbc8548: correct local bus SDRAM size from 64M to 128M | Paul Gortmaker | 2009-09-24 | -8/+23 |
* | sbc8548: use I/O accessors | Paul Gortmaker | 2009-09-24 | -46/+45 |
* | sbc8548: remove eTSEC3/4 voltage hack | Paul Gortmaker | 2009-09-24 | -6/+0 |
* | sbc8548: enable access to second bank of flash | Paul Gortmaker | 2009-09-24 | -4/+24 |
* | sbc8548: cosmetic line re-wrap | Paul Gortmaker | 2009-09-24 | -4/+8 |
* | sbc8548: get_clock_freq is not valid for this board | Paul Gortmaker | 2009-09-24 | -3/+3 |
* | sbc8548: delete unused MPC8548CDS info carried over from port | Paul Gortmaker | 2009-09-24 | -57/+6 |
* | sbc8548: enable use of PCI network cards | Paul Gortmaker | 2009-09-24 | -0/+9 |
* | sbc8548: replace README with completely new document | Paul Gortmaker | 2009-09-24 | -3/+4 |
* | ppc/8xxx: Refactor code to determine if PCI is enabled & agent/host | Kumar Gala | 2009-09-08 | -3/+3 |
* | 85xx: Move to a common linker script | Kumar Gala | 2009-08-28 | -145/+0 |