Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
18cc7afd9a153a66854af862d14ba01c5496cf07
/
cpu
/
mpc86xx
f9a109b
Replace __attribute references with __attribute__
by Peter Tyser
· 16 years ago
7649a59
86xx: Cleanup MP support
by Kumar Gala
· 16 years ago
a1c8a71
86xx: Update CPU info output on bootup
by Peter Tyser
· 16 years ago
4ef630d
86xx: Reset update
by Peter Tyser
· 16 years ago
c9315e6
mpc86xx: Add support to populate addr map based on BATs
by Becky Bruce
· 16 years ago
a9f3acb
MPC86xx: fix build warnings
by Wolfgang Denk
· 16 years ago
ada591d
mpc8[56]xx: Put localbus clock in sysinfo and gd
by Trent Piepho
· 16 years ago
9863d6a
mpc86xx: Double local bus clock divider
by Trent Piepho
· 16 years ago
a5d212a
mpc8xxx: LCRR[CLKDIV] is sometimes five bits
by Trent Piepho
· 16 years ago
58ec486
mpc8[56]xx: Put localbus clock in device tree
by Trent Piepho
· 16 years ago
455ae7e
Coding style cleanup, update CHANGELOG.
by Wolfgang Denk
· 16 years ago
3aed3aa
Fix new found CFG_
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
561858e
Update U-Boot's build timestamp on every compile
by Peter Tyser
· 16 years ago
3111d32
mpc8641: Support 36-bit physical addressing
by Becky Bruce
· 16 years ago
c759a01
mpc8641: Change 32-bit memory map
by Becky Bruce
· 16 years ago
bf9a8c3
mpc86xx: Change early FLASH mapping to 1M at CONFIG_MONITOR_BASE_EARLY
by Becky Bruce
· 16 years ago
c1e1cf6
mpc86xx: Use SRR0/1/rfi to enable address translation, not blr
by Becky Bruce
· 16 years ago
24bfb48
mpc86xx: Move setup_bats into cpu_init_f
by Becky Bruce
· 16 years ago
1266df8
powerpc: change 86xx SMP boot method
by Becky Bruce
· 16 years ago
104992f
powerpc 86xx: Handle CCSR relocation earlier
by Becky Bruce
· 16 years ago
eaa44c5
86xx: remove the redundant r2 global data pointer save
by Dave Liu
· 16 years ago
bd888e9
86xx: remove the unused code for 86xx family
by Dave Liu
· 16 years ago
dc2adad
86xx: Move the clear_tlbs before MMU turn on
by Dave Liu
· 16 years ago
6d0f6bc
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
71edc27
74xx/7xx/86xx: Rename flush_data_cache to flush_dcache to match 85xx version
by Kumar Gala
· 16 years ago
3924384
mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
by Nick Spence
· 16 years ago
5c7cbcd
86xx: remove redudant code with lib_ppc/interrupts.c
by Kumar Gala
· 16 years ago
75b9d4a
Pass in tsec_info struct through tsec_initialize
by Andy Fleming
· 16 years ago
5798b1c
FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx.
by Kumar Gala
· 16 years ago
b5710d9
FSL DDR: Remove old SPD support from cpu/mpc86xx
by Kumar Gala
· 16 years ago
46ff4f1
FSL DDR: Add 86xx specific register setting
by Kumar Gala
· 16 years ago
58e5e9a
FSL DDR: Rewrite the FSL mpc8xxx DDR controller setup code.
by Kumar Gala
· 16 years ago
ba37aa0
fdt: rework fdt_fixup_ethernet() to use env instead of bd_t
by Kumar Gala
· 16 years ago
fcd69a1
Clean up usage of icache_disable/dcache_disable
by Kumar Gala
· 16 years ago
2d0daa0
POWERPC 86xx: Move BAT setup code to C
by Becky Bruce
· 16 years ago
71074ab
8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq
by Paul Gortmaker
· 16 years ago
9b55a25
Fix some more print() format errors.
by Wolfgang Denk
· 16 years ago
859f243
Merge commit 'wd/master'
by Jon Loeliger
· 16 years ago
4188f04
Minor coding style cleanup; update CHANGELOG
by Wolfgang Denk
· 16 years ago
3473ab7
Feed the watchdog in u-boot for 8610 board.
by Jason Jin
· 16 years ago
dd35479
Add mechanisms for CPU and board-specific Ethernet initialization
by Ben Warren
· 16 years ago
5ea6739
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx
by Wolfgang Denk
· 16 years ago
859a86a
85xx/86xx: Move to dynamic mgmt of LAWs
by Kumar Gala
· 16 years ago
279726b
MPC86xx: Change traps.c to not reference non-addressable memory
by Becky Bruce
· 16 years ago
e34a0e9
PPC: 86xx Add bat registers to reginfo command
by Becky Bruce
· 17 years ago
53677ef
Big white-space cleanup.
by Wolfgang Denk
· 16 years ago
f5a2425
7450 and 86xx L2 cache invalidate bug corrections
by Wheatley Travis
· 17 years ago
1b9ed25
Fix calculation of I2C clock for some 86xx chips
by Timur Tabi
· 17 years ago
45239cf
85xx/86xx: Rename ext_refrec to timing_cfg_3 to match docs
by Kumar Gala
· 17 years ago
1ced121
Update SVR numbers to expand support
by Andy Fleming
· 17 years ago
13f5433
86xx: Convert sbc8641d to use libfdt.
by Jon Loeliger
· 17 years ago
04efddc
mpc86xx: Fix unused variable 'config' and 'immap'
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
83d1b38
mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
9e04a81
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx
by Wolfgang Denk
· 17 years ago
943afa2
85xx, 86xx: Determine I2C clock frequencies and store in global_data
by Timur Tabi
· 17 years ago
e7670f6
PPC: Use r2 instead of r29 as global data pointer
by Wolfgang Denk
· 17 years ago
f57d7d3
ppc: Refactor cache routines, so there is only one common set.
by Rafal Jaworowski
· 17 years ago
4f93f8b
86xx: Add reginfo command
by Becky Bruce
· 17 years ago
9cd3242
86xx: Remove old-style law setup code
by Becky Bruce
· 17 years ago
4933b91
86xx: Support new law setup method and convert mpc8641
by Becky Bruce
· 17 years ago
1a41f7c
86xx: Rearrange the sequence in start.S
by Becky Bruce
· 17 years ago
b830b7f
86xx: Support 2GB DIMMs
by Becky Bruce
· 17 years ago
890e941
Merge commit 'remotes/wd/master'
by Jon Loeliger
· 17 years ago
409ecdc
Fix compiler warnings for PPC systems. Update CHANGELOG.
by Wolfgang Denk
· 17 years ago
d08b723
86xx: Fix broken variable reference when #def DEBUGing.
by Jon Loeliger
· 17 years ago
f9d9164
make 8610 board use pixis reset
by Jason Jin
· 17 years ago
a8318ec
make 8610 board use pixis reset
by Jason Jin
· 17 years ago
9c84709
86xx: Fix broken variable reference when #def DEBUGing.
by Jon Loeliger
· 17 years ago
9553df8
Initial mpc8610hpcd cpu/, README and include/ files.
by Jon Loeliger
· 17 years ago
2491167
86xx: Allow for fewer DDR slots per memory controller.
by Jon Loeliger
· 17 years ago
1218abf
Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global
by Wolfgang Denk
· 17 years ago
cfc7a7f
cpu/86xx fixes.
by Jon Loeliger
· 17 years ago
63cec58
Make MPC8641's PCI/PCI-E driver a common driver for many FSL parts.
by Ed Swarthout
· 17 years ago
cdd917a
Fix build errors and warnings / code cleanup.
by Wolfgang Denk
· 17 years ago
b24629f
mpc86xx: Remove old CFG_CMD_* references.
by Jon Loeliger
· 17 years ago
f48070f
cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
by Jon Loeliger
· 17 years ago
98c440b
Merge with /home/wd/git/u-boot/custodian/u-boot-testing
by Wolfgang Denk
· 17 years ago
02032e8
[ppc] Fix build breakage for all non-4xx PowerPC variants.
by Rafal Jaworowski
· 17 years ago
32922cd
mpc8641 image size cleanup
by Ed Swarthout
· 17 years ago
255a3577
Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx
by Kim Phillips
· 17 years ago
a75af9b
Conditionalize 8641 Rev1.0 MCM workarounds
by James Yang
· 18 years ago
c1ab826
Rewrote picos_to_clk() to avoid rounding errors.
by James Yang
· 18 years ago
bd7851c
mpc86xx; Write MAC address to mac-address and local-mac-address
by Jon Loeliger
· 18 years ago
7dbdf28
mpc86xx: protect memcpy to bad address if a mac-address is missing from dt
by Jon Loeliger
· 18 years ago
3d98b85
Add PIXIS FPGA support for MPC8641HPCN board.
by Haiying Wang
· 18 years ago
9964a4d
Set Rev 2.x 86xx PIC in mixed mode.
by Haiying Wang
· 18 years ago
2ccceac
Add support for 8641 Rev 2 silicon.
by Ed Swarthout
· 18 years ago
ea08ff6
MPC86xx: Cleaned up unused and conditionally used local variables.
by Jon Loeliger
· 18 years ago
d38936c
Fix "ar" flags in some Makefiles to allow for silent "make -s"
by Wolfgang Denk
· 18 years ago
47a6989
Code cleanup
by Wolfgang Denk
· 18 years ago
7237c03
Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c
by Jon Loeliger
· 18 years ago
1fd5699
Coding style changes to remove local varible blocks and reformat a bit nicer.
by Jon Loeliger
· 18 years ago
7b382b7
Fix whitespace issues.
by Jon Loeliger
· 18 years ago
4bbd453
Merge branch 'mpc86xx'
by Jon Loeliger
· 18 years ago
f55df18
Fix missing tCycle/modfreq calculation.
by John Traill
· 18 years ago
afbdc64
Modified makefile for new build mechanism.
by Jon Loeliger
· 18 years ago
d14ba6a
Handle 86xx SVR values according to the new Reference Manual.
by Jon Loeliger
· 18 years ago
9bff7a6
Remove trailing empty lines.
by Jon Loeliger
· 18 years ago
cd6d73d
Remove bogus msync and use volatile asm.
by Jon Loeliger
· 18 years ago
ffff3ae
General indent and whitespace cleanups.
by Jon Loeliger
· 18 years ago
Next »