Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
fa08d39517773882b07965ca4330777c6d6697ae
/
board
/
freescale
/
mpc8548cds
5614e71
Driver/DDR: Moving Freescale DDR driver to a common driver
by York Sun
· 11 years ago
377e104
board: powerpc: convert makefiles to Kbuild style
by Masahiro Yamada
· 11 years ago
3765b3e
Coding Style cleanup: remove trailing white space
by Wolfgang Denk
· 11 years ago
1a45966
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
945f431
board/freescale/mpc8548cds/mpc8548cds.c: Fix GCC 4.6 build warning
by Kumar Gala
· 13 years ago
d370122
powerpc/mpc8548cds: Fix network initialization
by chenhui zhao
· 13 years ago
464c792
punt unused clean/distclean targets
by Mike Frysinger
· 13 years ago
fff8097
powerpc/mpc8548cds: Code cleanup and refactoring
by chenhui zhao
· 13 years ago
568336e
powerpc/mpc85xxcds: Fix PCI speed
by chenhui zhao
· 13 years ago
a6d0bfa
powerpc/mpc8548cds: Fix booting message
by chenhui zhao
· 13 years ago
44d7371
powerpc/mpc8548cds: Cleanup mpc8548cds.c
by Zhao Chenhui
· 13 years ago
b813cbe
powerpc/mpc8548cds: set pci1_hose.config_table after fsl_setup_hose
by Zhao Chenhui
· 13 years ago
c39f44d
powerpc/8xxx: Refactor fsl_ddr_get_spd into common code from board
by Kumar Gala
· 14 years ago
5df4b0a
powerpc/8xxx: Replace fsl_ddr_get_mem_data_rate with get_ddr_freq()
by Kumar Gala
· 14 years ago
8b47d7e
powerpc/85xx: Convert MPC8548CDS to use common SRIO init code
by Kumar Gala
· 14 years ago
f5fa8f3
powerpc/85xx: Rework MPC8548CDS pci_init_board to use common FSL PCIe code
by Kumar Gala
· 14 years ago
7ea3871
MPC8xxx DDR: align informational prints
by Becky Bruce
· 14 years ago
70961ba
mpc85xx: rename sdram_init() lbc_sdram_init()
by Becky Bruce
· 14 years ago
38dba0c
mpc85xx boards: initdram() cleanup/bugfix
by Becky Bruce
· 14 years ago
5d27e02
powerpc/8xxx: Replace is_fsl_pci_cfg with is_serdes_configured
by Kumar Gala
· 14 years ago
6d8962e
Switch from archive libraries to partial linking
by Sebastien Carlier
· 14 years ago
8ca78f2
fsl: Clean up printing of PCI boot info
by Peter Tyser
· 14 years ago
2ae1824
Makefile: move all Power Architecture boards into boards.cfg
by Wolfgang Denk
· 14 years ago
14d0a02
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
by Wolfgang Denk
· 14 years ago
6525d51
powerpc/85xx & 86xx: Rework ft_fsl_pci_setup to not require aliases
by Kumar Gala
· 14 years ago
f51cdaf
83xx/85xx/86xx: LBC register cleanup
by Becky Bruce
· 14 years ago
64917ca
PCIe, USB: Replace 'end point' references with 'endpoint'
by Peter Tyser
· 15 years ago
7b62688
ppc/85xx: Clean up MPC8548 CDS PCI setup code
by Kumar Gala
· 15 years ago
b32a894
ppc: Remove pci config table pointer relocation fixups
by Peter Tyser
· 15 years ago
3e7b6c1
ppc/8xxx: Refactor code to determine if PCI is enabled & agent/host
by Kumar Gala
· 15 years ago
ec79d33
85xx: Move to a common linker script
by Kumar Gala
· 15 years ago
53efa1f
85xx: Remove redudant PLATFORM_CPPFLAGS
by Kumar Gala
· 15 years ago
cb151aa
pci/fsl_pci_init: Fold fsl_pci_setup_inbound_windows into fsl_pci_init
by Kumar Gala
· 15 years ago
fb3143b
pci/fsl_pci_init: Fold pci_setup_indirect into fsl_pci_init
by Kumar Gala
· 15 years ago
32049b4
fsl_pci: Move prototypes into fsl_pci.h and remove explicit externs
by Kumar Gala
· 16 years ago
c851462
fsl_pci: Renamed immap_fsl_pci.h to fsl_pci.h
by Kumar Gala
· 16 years ago
b0fe93ed
85xx: Use common LSDMR defines from asm/fsl_lbc.h
by Kumar Gala
· 16 years ago
f62fb99
Fix all linker script to handle all rodata sections
by Trent Piepho
· 16 years ago
5af0fdd
85xx: Introduce CONFIG_SYS_PCI*_MEM_VIRT for FSL boards
by Kumar Gala
· 16 years ago
a6e04c3
85xx: Use CONFIG_SYS_{PCI*,RIO*}_MEM_PHYS for physical address on FSL boards
by Kumar Gala
· 16 years ago
5f91ef6
85xx: Convert CONFIG_SYS_PCI*_IO_BASE to _IO_BUS for FSL boards
by Kumar Gala
· 16 years ago
10795f4
85xx: Convert CONFIG_SYS_{PCI*,RIO*}_MEM_BASE to _MEM_BUS for FSL boards
by Kumar Gala
· 16 years ago
a5d212a
mpc8xxx: LCRR[CLKDIV] is sometimes five bits
by Trent Piepho
· 16 years ago
9427ccd
85xx: Add PORDEVSR_PCI1 define
by Peter Tyser
· 16 years ago
a2cd50e
85xx: Add CPU 2 errata workaround to all 8548 boards
by Peter Tyser
· 16 years ago
9b0ad1b
85xx: remove the unused ddr_enable_ecc in the board file
by Dave Liu
· 16 years ago
3cbd823
Coding Style cleanup, update CHANGELOG
by Wolfgang Denk
· 16 years ago
2dba0de
85xx: Convert all fsl_pci_init users to new APIs
by Kumar Gala
· 16 years ago
dfb4910
Pass dimm parameters to populate populate controller options
by Haiying Wang
· 16 years ago
6d0f6bc
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
e31d2c1
FSL DDR: Convert MPC8548CDS to new DDR code.
by Jon Loeliger
· 17 years ago
c115280
mpc85xx: workaround old binutils bug
by Kumar Gala
· 16 years ago
f0ff885
mpc85xx: Update linker scripts for Freescale boards
by Kumar Gala
· 16 years ago
c8a3b10
Cleanup out-or-tree building for some boards (.depend)
by Wolfgang Denk
· 16 years ago
9973e3c
Change initdram() return type to phys_size_t
by Becky Bruce
· 16 years ago
859a86a
85xx/86xx: Move to dynamic mgmt of LAWs
by Kumar Gala
· 16 years ago
ddde74a
85xx: remove dummy board_early_init_f
by Kumar Gala
· 16 years ago
978e816
85xx: Remove unused and unconfigured memory test code.
by Kumar Gala
· 16 years ago
53677ef
Big white-space cleanup.
by Wolfgang Denk
· 16 years ago
66f5fa9
85xx: Limit CPU2 workaround to parts that have the errata
by Andy Fleming
· 16 years ago
3d36be0
Remove all the search paths from the .lds files.
by Jason Wessel
· 17 years ago
25eedb2
FSL: Clean up board/freescale/common/Makefile
by Jon Loeliger
· 17 years ago
f69766e
85xx: Add the concept of CFG_CCSRBAR_PHYS
by Kumar Gala
· 17 years ago
a30a549
Remove erroneous or extra spd.h #includers.
by Jon Loeliger
· 17 years ago
0db37dc
85xx: Convert MPC8541/MPC8555/MPC8548 CDS to new TLB setup
by Kumar Gala
· 17 years ago
c8c41d4
85xx: Use proper defines for PCI addresses
by Kumar Gala
· 17 years ago
2cfaa1a
85xx: convert MPC8541/MPC8555/MPC8548 CDS over to use new LAW init code
by Kumar Gala
· 17 years ago
64134f0
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
by Wolfgang Denk
· 17 years ago
2146cf5
Reworked FSL Book-E TLB macros to be more readable
by Kumar Gala
· 17 years ago
415a613
Move the MPC8541/MPC8555/MPC8548 CDS board under board/freescale.
by Kumar Gala
· 17 years ago