Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
ed38aef986ade26d9ff987d6fd36fb1a15400ddf
/
arch
/
powerpc
/
cpu
/
mpc86xx
/
cpu.c
ed38aef
command: Remove the cmd_tbl_t typedef
by Simon Glass
· 4 years, 7 months ago
a9dc068
common: Move get_tbclk() to time.h
by Simon Glass
· 5 years ago
33d1e70
common: Move some CPU functions out of common.h
by Simon Glass
· 5 years ago
f5c208d
Move strtomhz() to vsprintf.h
by Simon Glass
· 5 years ago
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
31f6e93
powerpc: Remove unneccessary #ifdefs in reginfo
by Christophe Leroy
· 7 years ago
efc30b6
powerpc: MPC8641: Remove macro CONFIG_MPC8641
by York Sun
· 8 years ago
f48436a
powerpc: MPC8610: Remove macro CONFIG_MPC8610
by York Sun
· 8 years ago
8115936
powerpcv2: Print hardcoded size like print_size() does
by Shruti Kanetkar
· 11 years ago
d169808
powerpc: Fix CamelCase checkpatch warnings
by Prabhakar Kushwaha
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
f4c557c
powerpc: Use lower case for the core names
by Fabio Estevam
· 12 years ago
a8b5739
ppc: Move lbc_clk and cpu to arch_global_data
by Simon Glass
· 12 years ago
a05ff46
arch/powerpc/cpu/mpc86xx/cpu.c: Fix GCC 4.6 build warning
by Wolfgang Denk
· 13 years ago
693d638
74xx_7xx/mpc86xx/ppmc7xx: Fix do_reset() declaration
by Peter Tyser
· 14 years ago
0d4cee1
83xx/85xx/86xx: LBC register cleanup
by Becky Bruce
· 14 years ago
6262d021
Make sure that argv[] argument pointers are not modified.
by Wolfgang Denk
· 14 years ago
88fbf93
Move arch/ppc to arch/powerpc
by Stefan Roese
· 15 years ago
[Renamed from arch/ppc/cpu/mpc86xx/cpu.c]
29514c7
ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU
by Peter Tyser
· 15 years ago
[Renamed from cpu/mpc86xx/cpu.c]
107e9cd
mpc86xx: set the DDR BATs after calculating true DDR size
by Timur Tabi
· 15 years ago
36a6843
ppc/85xx/86xx: Bug fix: call to puts in probecpu() moved to checkcpu().
by Poonam Aggrwal
· 15 years ago
da6e1ca
ppc/85xx,86xx: Handling Unknown SOC version
by Poonam Aggrwal
· 15 years ago
4baef82
8xxx: Removed CONFIG_NUM_CPUS from 85xx/86xx
by Poonam Aggrwal
· 15 years ago
9120884
8xxx: Refactored common cpu specific code for 85xx/86xx into one file.
by Poonam Aggrwal
· 15 years ago
ae7a7d4
8xxx: Break out DMA code to a common file
by Peter Tyser
· 15 years ago
1e2e9fa
86xx: Add CPU_TYPE_ENTRY support
by Kumar Gala
· 15 years ago
1c9f44e
fsl/85xx, 86xx: Sync up DMA code
by Peter Tyser
· 16 years ago
4c82e72
fsl: Create common fsl_dma.h for 85xx and 86xx cpus
by Peter Tyser
· 16 years ago
21d2cd2
Replace __attribute references with __attribute__
by Peter Tyser
· 16 years ago
698f3a1
86xx: Update CPU info output on bootup
by Peter Tyser
· 16 years ago
6945440
86xx: Reset update
by Peter Tyser
· 16 years ago
3fe630c
MPC86xx: fix build warnings
by Wolfgang Denk
· 16 years ago
0b691fc
mpc8[56]xx: Put localbus clock in sysinfo and gd
by Trent Piepho
· 16 years ago
5053058
mpc86xx: Double local bus clock divider
by Trent Piepho
· 16 years ago
1b560ac
mpc8xxx: LCRR[CLKDIV] is sometimes five bits
by Trent Piepho
· 16 years ago
0383694
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
fecff2b
Pass in tsec_info struct through tsec_initialize
by Andy Fleming
· 16 years ago
68d1acf
Merge commit 'wd/master'
by Jon Loeliger
· 16 years ago
a49ae4a
Minor coding style cleanup; update CHANGELOG
by Wolfgang Denk
· 16 years ago
6c71b94
Feed the watchdog in u-boot for 8610 board.
by Jason Jin
· 17 years ago
d448a49
Add mechanisms for CPU and board-specific Ethernet initialization
by Ben Warren
· 16 years ago
7e07c77
PPC: 86xx Add bat registers to reginfo command
by Becky Bruce
· 17 years ago
f574097
Update SVR numbers to expand support
by Andy Fleming
· 17 years ago
84640c9
86xx: Convert sbc8641d to use libfdt.
by Jon Loeliger
· 17 years ago
b0b3094
86xx: Add reginfo command
by Becky Bruce
· 17 years ago
333dd1d
make 8610 board use pixis reset
by Jason Jin
· 17 years ago
3b971c9
Initial mpc8610hpcd cpu/, README and include/ files.
by Jon Loeliger
· 17 years ago
177e58f
Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx
by Kim Phillips
· 18 years ago
abe7bd0
mpc86xx; Write MAC address to mac-address and local-mac-address
by Jon Loeliger
· 18 years ago
176f509
mpc86xx: protect memcpy to bad address if a mac-address is missing from dt
by Jon Loeliger
· 18 years ago
57b6e9c
Add PIXIS FPGA support for MPC8641HPCN board.
by Haiying Wang
· 18 years ago
f57e829
Handle 86xx SVR values according to the new Reference Manual.
by Jon Loeliger
· 18 years ago
a129544
General indent and whitespace cleanups.
by Jon Loeliger
· 18 years ago
58957a5
Convert to mac-address in ethernet nodes.
by Jon Loeliger
· 18 years ago
e65e32e
White space cleanup.
by Jon Loeliger
· 18 years ago
72f8a8e
Moved mpc8641hpcn_board_reset() out of cpu/ into board/.
by Jon Loeliger
· 18 years ago
64268d7
Remove dead debug code.
by Jon Loeliger
· 18 years ago
d68e2ba
Move mpc86xx PIXIS code to board directory
by Jon Loeliger
· 19 years ago
574026a
Improve "reset" command's interaction with watchdog.
by Haiying Wang
· 19 years ago
465b9d8
Cleanup whitespaces and style issues.
by Jon Loeliger
· 19 years ago
5c8aa97
Initial support for MPC8641 HPCN board.
by Jon Loeliger
· 19 years ago