Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
4e5649f1d74415fe36812efba8ee273f8d1fe0c1
/
cpu
/
mpc86xx
ae7a7d4
8xxx: Break out DMA code to a common file
by Peter Tyser
· Tue Jun 30 17:15:40 2009 -0500
1e2e9fa
86xx: Add CPU_TYPE_ENTRY support
by Kumar Gala
· Thu Jun 18 08:23:01 2009 -0500
1c9f44e
fsl/85xx, 86xx: Sync up DMA code
by Peter Tyser
· Thu May 21 12:10:00 2009 -0500
4c82e72
fsl: Create common fsl_dma.h for 85xx and 86xx cpus
by Peter Tyser
· Thu May 21 12:09:59 2009 -0500
21d2cd2
Replace __attribute references with __attribute__
by Peter Tyser
· Mon Apr 20 11:08:46 2009 -0500
56d150e
86xx: Cleanup MP support
by Kumar Gala
· Tue Mar 31 23:02:38 2009 -0500
698f3a1
86xx: Update CPU info output on bootup
by Peter Tyser
· Fri Feb 06 14:30:40 2009 -0600
6945440
86xx: Reset update
by Peter Tyser
· Thu Feb 05 11:25:25 2009 -0600
f93e1cb
mpc86xx: Add support to populate addr map based on BATs
by Becky Bruce
· Tue Feb 03 18:10:52 2009 -0600
3fe630c
MPC86xx: fix build warnings
by Wolfgang Denk
· Mon Jan 12 14:50:35 2009 +0100
0b691fc
mpc8[56]xx: Put localbus clock in sysinfo and gd
by Trent Piepho
· Wed Dec 03 15:16:37 2008 -0800
5053058
mpc86xx: Double local bus clock divider
by Trent Piepho
· Wed Dec 03 15:16:36 2008 -0800
1b560ac
mpc8xxx: LCRR[CLKDIV] is sometimes five bits
by Trent Piepho
· Wed Dec 03 15:16:34 2008 -0800
bc424c9
mpc8[56]xx: Put localbus clock in device tree
by Trent Piepho
· Wed Dec 03 15:16:38 2008 -0800
55334c7
Coding style cleanup, update CHANGELOG.
by Wolfgang Denk
· Tue Dec 16 01:02:17 2008 +0100
f88438a
Fix new found CFG_
by Jean-Christophe PLAGNIOL-VILLARD
· Sun Dec 14 10:29:39 2008 +0100
6294850
Update U-Boot's build timestamp on every compile
by Peter Tyser
· Mon Nov 03 09:30:59 2008 -0600
0bd2509
mpc8641: Support 36-bit physical addressing
by Becky Bruce
· Thu Nov 06 17:37:35 2008 -0600
8c2ebd0
mpc8641: Change 32-bit memory map
by Becky Bruce
· Thu Nov 06 17:36:04 2008 -0600
2a97867
mpc86xx: Change early FLASH mapping to 1M at CONFIG_MONITOR_BASE_EARLY
by Becky Bruce
· Wed Nov 05 14:55:35 2008 -0600
aa06c6c
mpc86xx: Use SRR0/1/rfi to enable address translation, not blr
by Becky Bruce
· Wed Nov 05 14:55:34 2008 -0600
fa9e7c5
mpc86xx: Move setup_bats into cpu_init_f
by Becky Bruce
· Wed Nov 05 14:55:30 2008 -0600
d1cb6cb
powerpc: change 86xx SMP boot method
by Becky Bruce
· Mon Nov 03 15:44:01 2008 -0600
7e554a3
powerpc 86xx: Handle CCSR relocation earlier
by Becky Bruce
· Sun Nov 02 18:19:32 2008 -0600
75feb85
86xx: remove the redundant r2 global data pointer save
by Dave Liu
· Tue Oct 28 17:47:49 2008 +0800
4d17010
86xx: remove the unused code for 86xx family
by Dave Liu
· Tue Oct 28 17:47:41 2008 +0800
358ab66
86xx: Move the clear_tlbs before MMU turn on
by Dave Liu
· Tue Oct 28 17:46:12 2008 +0800
0383694
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· Thu Oct 16 15:01:15 2008 +0200
8aee935
74xx/7xx/86xx: Rename flush_data_cache to flush_dcache to match 85xx version
by Kumar Gala
· Mon Oct 13 14:12:55 2008 -0500
e4bfc8b
mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
by Nick Spence
· Thu Aug 28 14:09:15 2008 -0700
bc1a0b4
86xx: remove redudant code with lib_ppc/interrupts.c
by Kumar Gala
· Tue Aug 19 15:05:34 2008 -0500
fecff2b
Pass in tsec_info struct through tsec_initialize
by Andy Fleming
· Sun Aug 31 16:33:26 2008 -0500
72c625b
FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx.
by Kumar Gala
· Wed Aug 27 01:10:34 2008 -0500
a3f554e
FSL DDR: Remove old SPD support from cpu/mpc86xx
by Kumar Gala
· Tue Aug 26 15:01:38 2008 -0500
2e6ba7d
FSL DDR: Add 86xx specific register setting
by Kumar Gala
· Tue Aug 26 15:01:34 2008 -0500
124b082
FSL DDR: Rewrite the FSL mpc8xxx DDR controller setup code.
by Kumar Gala
· Tue Aug 26 15:01:29 2008 -0500
fabda92
fdt: rework fdt_fixup_ethernet() to use env instead of bd_t
by Kumar Gala
· Tue Aug 19 15:41:18 2008 -0500
0687e30
Clean up usage of icache_disable/dcache_disable
by Kumar Gala
· Fri Aug 15 08:24:32 2008 -0500
a8a77de
POWERPC 86xx: Move BAT setup code to C
by Becky Bruce
· Mon Aug 04 14:02:26 2008 -0500
276a646
8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq
by Paul Gortmaker
· Wed Jul 09 13:23:05 2008 -0400
12cec0a
Fix some more print() format errors.
by Wolfgang Denk
· Fri Jul 11 01:16:00 2008 +0200
68d1acf
Merge commit 'wd/master'
by Jon Loeliger
· Thu Jul 10 12:05:32 2008 -0500
a49ae4a
Minor coding style cleanup; update CHANGELOG
by Wolfgang Denk
· Thu Jul 10 01:13:30 2008 +0200
6c71b94
Feed the watchdog in u-boot for 8610 board.
by Jason Jin
· Tue May 13 11:50:36 2008 +0800
d448a49
Add mechanisms for CPU and board-specific Ethernet initialization
by Ben Warren
· Mon Jun 23 22:57:27 2008 -0700
0229f71
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx
by Wolfgang Denk
· Wed Jun 11 21:33:16 2008 +0200
994fdba
85xx/86xx: Move to dynamic mgmt of LAWs
by Kumar Gala
· Wed Jun 11 00:51:45 2008 -0500
6b3fbe4
MPC86xx: Change traps.c to not reference non-addressable memory
by Becky Bruce
· Wed May 14 13:09:58 2008 -0500
7e07c77
PPC: 86xx Add bat registers to reginfo command
by Becky Bruce
· Thu May 08 19:02:51 2008 -0500
a1be476
Big white-space cleanup.
by Wolfgang Denk
· Tue May 20 16:00:29 2008 +0200
d86e17e
7450 and 86xx L2 cache invalidate bug corrections
by Wheatley Travis
· Fri May 02 13:35:15 2008 -0700
d93136b
Fix calculation of I2C clock for some 86xx chips
by Timur Tabi
· Fri Apr 04 11:16:11 2008 -0500
3af779b
85xx/86xx: Rename ext_refrec to timing_cfg_3 to match docs
by Kumar Gala
· Tue Apr 29 10:27:08 2008 -0500
f574097
Update SVR numbers to expand support
by Andy Fleming
· Wed Feb 06 01:19:40 2008 -0600
84640c9
86xx: Convert sbc8641d to use libfdt.
by Jon Loeliger
· Mon Feb 18 14:01:56 2008 -0600
4c67b0a
mpc86xx: Fix unused variable 'config' and 'immap'
by Jean-Christophe PLAGNIOL-VILLARD
· Sun Feb 17 23:35:31 2008 +0100
4b76a4f
mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
by Jean-Christophe PLAGNIOL-VILLARD
· Sun Feb 17 23:03:36 2008 +0100
e9f2dbb
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx
by Wolfgang Denk
· Fri Feb 15 00:26:52 2008 +0100
c1499f48
85xx, 86xx: Determine I2C clock frequencies and store in global_data
by Timur Tabi
· Wed Jan 09 14:35:26 2008 -0600
69c0964
PPC: Use r2 instead of r29 as global data pointer
by Wolfgang Denk
· Thu Feb 14 22:43:22 2008 +0100
86a28e9
ppc: Refactor cache routines, so there is only one common set.
by Rafal Jaworowski
· Tue Jan 15 12:52:31 2008 +0100
b0b3094
86xx: Add reginfo command
by Becky Bruce
· Wed Jan 23 16:31:06 2008 -0600
a809901
86xx: Remove old-style law setup code
by Becky Bruce
· Wed Jan 23 16:31:04 2008 -0600
b415b56
86xx: Support new law setup method and convert mpc8641
by Becky Bruce
· Wed Jan 23 16:31:01 2008 -0600
f81ab5b
86xx: Rearrange the sequence in start.S
by Becky Bruce
· Wed Jan 23 16:31:00 2008 -0600
e6c8484
86xx: Support 2GB DIMMs
by Becky Bruce
· Thu Jan 10 14:00:28 2008 -0600
23740cf
Merge commit 'remotes/wd/master'
by Jon Loeliger
· Tue Nov 20 14:34:57 2007 -0600
9225411
Fix compiler warnings for PPC systems. Update CHANGELOG.
by Wolfgang Denk
· Sun Nov 18 16:36:27 2007 +0100
4e56a50
86xx: Fix broken variable reference when #def DEBUGing.
by Jon Loeliger
· Thu Nov 01 12:23:29 2007 -0500
4c58126
make 8610 board use pixis reset
by Jason Jin
· Fri Oct 26 18:32:00 2007 +0800
333dd1d
make 8610 board use pixis reset
by Jason Jin
· Fri Oct 26 18:32:00 2007 +0800
b858b18
86xx: Fix broken variable reference when #def DEBUGing.
by Jon Loeliger
· Thu Nov 01 12:23:29 2007 -0500
3b971c9
Initial mpc8610hpcd cpu/, README and include/ files.
by Jon Loeliger
· Tue Oct 16 15:26:51 2007 -0500
f305b2d
86xx: Allow for fewer DDR slots per memory controller.
by Jon Loeliger
· Mon Aug 27 12:41:03 2007 -0500
d112a2c
Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global
by Wolfgang Denk
· Sat Sep 15 20:48:41 2007 +0200
11c9958
cpu/86xx fixes.
by Jon Loeliger
· Thu Aug 02 14:42:20 2007 -0500
91080f7
Make MPC8641's PCI/PCI-E driver a common driver for many FSL parts.
by Ed Swarthout
· Thu Aug 02 14:09:49 2007 -0500
4d5a8e3
Fix build errors and warnings / code cleanup.
by Wolfgang Denk
· Thu Aug 02 00:48:45 2007 +0200
07d5349
mpc86xx: Remove old CFG_CMD_* references.
by Jon Loeliger
· Wed Jun 13 13:23:15 2007 -0500
6637e4c
cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
by Jon Loeliger
· Mon Jun 11 19:03:08 2007 -0500
508c5ba
Merge with /home/wd/git/u-boot/custodian/u-boot-testing
by Wolfgang Denk
· Tue Jul 03 15:07:56 2007 +0200
06244e4
[ppc] Fix build breakage for all non-4xx PowerPC variants.
by Rafal Jaworowski
· Fri Jun 22 14:58:04 2007 +0200
87c8618
mpc8641 image size cleanup
by Ed Swarthout
· Tue Jun 05 12:30:52 2007 -0500
177e58f
Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx
by Kim Phillips
· Wed May 16 16:52:19 2007 -0500
95aff26
Conditionalize 8641 Rev1.0 MCM workarounds
by James Yang
· Wed Feb 07 15:28:04 2007 -0600
9a954ec
Rewrote picos_to_clk() to avoid rounding errors.
by James Yang
· Fri Mar 16 13:02:53 2007 -0500
abe7bd0
mpc86xx; Write MAC address to mac-address and local-mac-address
by Jon Loeliger
· Fri Apr 20 14:12:26 2007 -0500
176f509
mpc86xx: protect memcpy to bad address if a mac-address is missing from dt
by Jon Loeliger
· Fri Apr 20 14:11:38 2007 -0500
57b6e9c
Add PIXIS FPGA support for MPC8641HPCN board.
by Haiying Wang
· Mon Jan 22 12:37:30 2007 -0600
0df7b5b
Set Rev 2.x 86xx PIC in mixed mode.
by Haiying Wang
· Thu Dec 07 10:35:55 2006 -0600
3e06f18
Add support for 8641 Rev 2 silicon.
by Ed Swarthout
· Thu Dec 07 10:34:14 2006 -0600
d373059
MPC86xx: Cleaned up unused and conditionally used local variables.
by Jon Loeliger
· Fri Oct 27 07:47:22 2006 -0500
827c875
Fix "ar" flags in some Makefiles to allow for silent "make -s"
by Wolfgang Denk
· Fri Oct 27 11:55:21 2006 +0200
d46f6e7
Code cleanup
by Wolfgang Denk
· Tue Oct 24 15:32:57 2006 +0200
e4773be
Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c
by Jon Loeliger
· Thu Oct 19 11:02:16 2006 -0500
ae13a64
Coding style changes to remove local varible blocks and reformat a bit nicer.
by Jon Loeliger
· Tue Oct 10 17:19:03 2006 -0500
5f4de40
Fix whitespace issues.
by Jon Loeliger
· Tue Oct 10 17:14:45 2006 -0500
194cd6b
Merge branch 'mpc86xx'
by Jon Loeliger
· Fri Sep 29 09:34:35 2006 -0500
132f193
Fix missing tCycle/modfreq calculation.
by John Traill
· Fri Sep 29 08:23:12 2006 +0100
fdfb4ed
Modified makefile for new build mechanism.
by Jon Loeliger
· Tue Sep 19 09:34:10 2006 -0500
Next »