Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
39f90bae4ba304cde8afcd611ee41c97a8a3f1ee
/
board
/
freescale
/
mpc8610hpcd
/
mpc8610hpcd.c
39f90ba
board_f: Drop return value from initdram()
by Simon Glass
· 8 years ago
b4de3f3
board_f: Drop board_type parameter from initdram()
by Simon Glass
· 8 years ago
2aec3cc
fdt: Allow ft_board_setup() to report failure
by Simon Glass
· 10 years ago
a21803d
Driver/DDR: combine ccsr_ddr for 83xx, 85xx and 86xx
by York Sun
· 11 years ago
f062659
Driver/DDR: Moving Freescale DDR driver to a common driver
by York Sun
· 11 years ago
bd8ec7e
Coding Style cleanup: remove trailing white space
by Wolfgang Denk
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
01a9532
board/freescale/mpc8610hpcd/mpc8610hpcd.c: Fix GCC 4.6 build warning
by Wolfgang Denk
· 13 years ago
e5eecd5
GCC4.6: Squash warnings in mpc8610hpcd.c
by Marek Vasut
· 13 years ago
cab87a2
powerpc/mpc8610hpcd: set pci1_hose.config_table after fsl_setup_hose
by Zhao Chenhui
· 13 years ago
f2bbb53
MPC8xxx: drop redundant boot messages
by Wolfgang Denk
· 13 years ago
69aa193
powerpc/86xx: display boot device and bank on the MPC8610 HPCD
by Timur Tabi
· 14 years ago
d0142ce
powerpc/86xx: Rework MPC8610HPCD pci_init_board to use common FSL PCIe code
by Kumar Gala
· 14 years ago
3d02038
powerpc/8xxx: Replace is_fsl_pci_cfg with is_serdes_configured
by Kumar Gala
· 14 years ago
2b91f71
fsl: Clean up printing of PCI boot info
by Peter Tyser
· 14 years ago
e604463
fsl: refactor MPC8610 and MPC5121 DIU code to use existing bitmap and logo features
by Timur Tabi
· 14 years ago
d0f27d3
powerpc/85xx & 86xx: Rework ft_fsl_pci_setup to not require aliases
by Kumar Gala
· 14 years ago
7ba8b32
fsl: improve the PIXIS code and fix a few bugs
by Timur Tabi
· 15 years ago
107e9cd
mpc86xx: set the DDR BATs after calculating true DDR size
by Timur Tabi
· 15 years ago
62825a5
PCIe, USB: Replace 'end point' references with 'endpoint'
by Peter Tyser
· 15 years ago
b031a56
ppc/86xx: Clean up MPC8610 HPCD PCI setup code
by Kumar Gala
· 15 years ago
f98a2b7
86xx: Remove redundant code in initdram
by Becky Bruce
· 15 years ago
b024b80
mpc8610hpcd: Use common 86xx fdt fixup code
by Peter Tyser
· 15 years ago
666ced1
ppc/8xxx: Refactor code to determine if PCI is enabled & agent/host
by Kumar Gala
· 15 years ago
e770f35
pci/fsl_pci_init: Fold fsl_pci_setup_inbound_windows into fsl_pci_init
by Kumar Gala
· 15 years ago
65e198d
pci/fsl_pci_init: Fold pci_setup_indirect into fsl_pci_init
by Kumar Gala
· 15 years ago
146c4b2
85xx/86xx: Replace in8/out8 with in_8/out_8 on FSL boards
by Kumar Gala
· 15 years ago
af5829cb
86xx: Rename ccsr_ddr's sdram_mode_1, sdram_cfg_1 fields
by Peter Tyser
· 15 years ago
d6bab95
fsl_pci: Move prototypes into fsl_pci.h and remove explicit externs
by Kumar Gala
· 16 years ago
9bbd643
fsl_pci: Renamed immap_fsl_pci.h to fsl_pci.h
by Kumar Gala
· 16 years ago
6945440
86xx: Reset update
by Peter Tyser
· 16 years ago
47d20df
mpc8610hpcd: Fix PCI mapping concepts
by Becky Bruce
· 16 years ago
fa6a6ae
Merge commit 'wd/master'
by Jon Loeliger
· 16 years ago
cc064ed
86xx: Make dram_size a phys_size_t
by Becky Bruce
· 16 years ago
82f15f3
Coding Style cleanup, update CHANGELOG
by Wolfgang Denk
· 16 years ago
a339c7d
86xx: remove the unused ddr_enable_ecc in the board file
by Dave Liu
· 16 years ago
7772ccd
86xx: Convert all fsl_pci_init users to new APIs
by Kumar Gala
· 16 years ago
0383694
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
2f2b6b6
Introduce netdev.h header file and remove externs
by Ben Warren
· 16 years ago
ed63bcc
Moved initialization of ULI526X Ethernet driver to board code.
by Ben Warren
· 16 years ago
54634b4
FSL DDR: Convert MPC8610HPCD to new DDR code.
by Jon Loeliger
· 16 years ago
12cec0a
Fix some more print() format errors.
by Wolfgang Denk
· 16 years ago
5b2de6b
MPC8610HPCD: Report board id, board version and fpga version.
by Kumar Gala
· 16 years ago
bd99ae7
Change initdram() return type to phys_size_t
by Becky Bruce
· 16 years ago
0e4a38c
mpc86xx: Removed unused and unconfigured memory test code.
by Jon Loeliger
· 17 years ago
3af779b
85xx/86xx: Rename ext_refrec to timing_cfg_3 to match docs
by Kumar Gala
· 17 years ago
de9737d
Remove erroneous or extra spd.h #includers.
by Jon Loeliger
· 17 years ago
6bcd30c
86xx: Fix GUR PCI config registers properly.
by Jon Loeliger
· 17 years ago
d42eda2b
8610HPCD: Fix typos in two PCI setup registers.
by Jon Loeliger
· 17 years ago
6bb38c4
Convert MPC8610HPCD to use libfdt.
by Jon Loeliger
· 17 years ago
ca7aff1
8610: Fix lingering compile warnings.
by Jon Loeliger
· 17 years ago
b714517
8610: Add 8610 DIU display driver
by York Sun
· 17 years ago
36c0b34
Initial mpc8610hpcd board files.
by Jon Loeliger
· 17 years ago