2 * Copyright (C) 1998 Dan Malek <dmalek@jlc.net>
3 * Copyright (C) 1999 Magnus Damm <kieraypc01.p.y.kie.era.ericsson.se>
4 * Copyright (C) 2000,2001,2002 Wolfgang Denk <wd@denx.de>
5 * Copyright (C) 2007 Stefan Roese <sr@denx.de>, DENX Software Engineering
6 * Copyright (c) 2008 Nuovation System Designs, LLC
7 * Grant Erickson <gerickson@nuovations.com>
9 * See file CREDITS for list of people who contributed to this
12 * This program is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU General Public License as
14 * published by the Free Software Foundation; either version 2 of
15 * the License, or (at your option) any later version.
17 * This program is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 * GNU General Public License for more details.
22 * You should have received a copy of the GNU General Public License
23 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
27 /*------------------------------------------------------------------------------+
28 * This source code is dual-licensed. You may use it under the terms of the
29 * GNU General Public License version 2, or under the license below.
31 * This source code has been made available to you by IBM on an AS-IS
32 * basis. Anyone receiving this source is licensed under IBM
33 * copyrights to use it in any way he or she deems fit, including
34 * copying it, modifying it, compiling it, and redistributing it either
35 * with or without modifications. No license under IBM patents or
36 * patent applications is to be implied by the copyright license.
38 * Any user of this software should understand that IBM cannot provide
39 * technical support for this software and will not be responsible for
40 * any consequences resulting from the use of this software.
42 * Any person who transfers this source code or any derivative work
43 * must include the IBM copyright notice, this paragraph, and the
44 * preceding two paragraphs in the transferred software.
46 * COPYRIGHT I B M CORPORATION 1995
47 * LICENSED MATERIAL - PROGRAM PROPERTY OF I B M
48 *-------------------------------------------------------------------------------
51 /* U-Boot - Startup Code for AMCC 4xx PowerPC based Embedded Boards
54 * The processor starts at 0xfffffffc and the code is executed
56 * in memory, but as long we don't jump around before relocating.
57 * board_init lies at a quite high address and when the cpu has
58 * jumped there, everything is ok.
59 * This works because the cpu gives the FLASH (CS0) the whole
60 * address space at startup, and board_init lies as a echo of
61 * the flash somewhere up there in the memorymap.
63 * board_init will change CS0 to be positioned at the correct
64 * address and (s)dram will be positioned at address 0
68 #include <timestamp.h>
71 #define _LINUX_CONFIG_H 1 /* avoid reading Linux autoconf.h file */
73 #include <ppc_asm.tmpl>
76 #include <asm/cache.h>
78 #include <asm/ppc4xx-isram.h>
80 #ifndef CONFIG_IDENT_STRING
81 #define CONFIG_IDENT_STRING ""
84 #ifdef CONFIG_SYS_INIT_DCACHE_CS
85 # if (CONFIG_SYS_INIT_DCACHE_CS == 0)
88 # if (defined(CONFIG_SYS_EBC_PB0AP) && defined(CONFIG_SYS_EBC_PB0CR))
89 # define PBxAP_VAL CONFIG_SYS_EBC_PB0AP
90 # define PBxCR_VAL CONFIG_SYS_EBC_PB0CR
93 # if (CONFIG_SYS_INIT_DCACHE_CS == 1)
96 # if (defined(CONFIG_SYS_EBC_PB1AP) && defined(CONFIG_SYS_EBC_PB1CR))
97 # define PBxAP_VAL CONFIG_SYS_EBC_PB1AP
98 # define PBxCR_VAL CONFIG_SYS_EBC_PB1CR
101 # if (CONFIG_SYS_INIT_DCACHE_CS == 2)
104 # if (defined(CONFIG_SYS_EBC_PB2AP) && defined(CONFIG_SYS_EBC_PB2CR))
105 # define PBxAP_VAL CONFIG_SYS_EBC_PB2AP
106 # define PBxCR_VAL CONFIG_SYS_EBC_PB2CR
109 # if (CONFIG_SYS_INIT_DCACHE_CS == 3)
112 # if (defined(CONFIG_SYS_EBC_PB3AP) && defined(CONFIG_SYS_EBC_PB3CR))
113 # define PBxAP_VAL CONFIG_SYS_EBC_PB3AP
114 # define PBxCR_VAL CONFIG_SYS_EBC_PB3CR
117 # if (CONFIG_SYS_INIT_DCACHE_CS == 4)
120 # if (defined(CONFIG_SYS_EBC_PB4AP) && defined(CONFIG_SYS_EBC_PB4CR))
121 # define PBxAP_VAL CONFIG_SYS_EBC_PB4AP
122 # define PBxCR_VAL CONFIG_SYS_EBC_PB4CR
125 # if (CONFIG_SYS_INIT_DCACHE_CS == 5)
128 # if (defined(CONFIG_SYS_EBC_PB5AP) && defined(CONFIG_SYS_EBC_PB5CR))
129 # define PBxAP_VAL CONFIG_SYS_EBC_PB5AP
130 # define PBxCR_VAL CONFIG_SYS_EBC_PB5CR
133 # if (CONFIG_SYS_INIT_DCACHE_CS == 6)
136 # if (defined(CONFIG_SYS_EBC_PB6AP) && defined(CONFIG_SYS_EBC_PB6CR))
137 # define PBxAP_VAL CONFIG_SYS_EBC_PB6AP
138 # define PBxCR_VAL CONFIG_SYS_EBC_PB6CR
141 # if (CONFIG_SYS_INIT_DCACHE_CS == 7)
144 # if (defined(CONFIG_SYS_EBC_PB7AP) && defined(CONFIG_SYS_EBC_PB7CR))
145 # define PBxAP_VAL CONFIG_SYS_EBC_PB7AP
146 # define PBxCR_VAL CONFIG_SYS_EBC_PB7CR
156 * Memory Bank x (nothingness) initialization CONFIG_SYS_INIT_RAM_ADDR + 64 MiB
157 * used as temporary stack pointer for the primordial stack
159 # ifndef CONFIG_SYS_INIT_DCACHE_PBxAR
160 # define CONFIG_SYS_INIT_DCACHE_PBxAR (EBC_BXAP_BME_DISABLED | \
161 EBC_BXAP_TWT_ENCODE(7) | \
162 EBC_BXAP_BCE_DISABLE | \
163 EBC_BXAP_BCT_2TRANS | \
164 EBC_BXAP_CSN_ENCODE(0) | \
165 EBC_BXAP_OEN_ENCODE(0) | \
166 EBC_BXAP_WBN_ENCODE(0) | \
167 EBC_BXAP_WBF_ENCODE(0) | \
168 EBC_BXAP_TH_ENCODE(2) | \
169 EBC_BXAP_RE_DISABLED | \
170 EBC_BXAP_SOR_NONDELAYED | \
171 EBC_BXAP_BEM_WRITEONLY | \
172 EBC_BXAP_PEN_DISABLED)
173 # endif /* CONFIG_SYS_INIT_DCACHE_PBxAR */
174 # ifndef CONFIG_SYS_INIT_DCACHE_PBxCR
175 # define CONFIG_SYS_INIT_DCACHE_PBxCR (EBC_BXCR_BAS_ENCODE(CONFIG_SYS_INIT_RAM_ADDR) | \
179 # endif /* CONFIG_SYS_INIT_DCACHE_PBxCR */
180 # ifndef CONFIG_SYS_INIT_RAM_PATTERN
181 # define CONFIG_SYS_INIT_RAM_PATTERN 0xDEADDEAD
183 #endif /* CONFIG_SYS_INIT_DCACHE_CS */
185 #if (defined(CONFIG_SYS_INIT_RAM_DCACHE) && (CONFIG_SYS_INIT_RAM_END > (4 << 10)))
186 #error Only 4k of init-ram is supported - please adjust CONFIG_SYS_INIT_RAM_END!
190 * Unless otherwise overriden, enable two 128MB cachable instruction regions
191 * at CONFIG_SYS_SDRAM_BASE and another 128MB cacheable instruction region covering
192 * NOR flash at CONFIG_SYS_FLASH_BASE. Disable all cacheable data regions.
194 #if !defined(CONFIG_SYS_FLASH_BASE)
195 /* If not already defined, set it to the "last" 128MByte region */
196 # define CONFIG_SYS_FLASH_BASE 0xf8000000
198 #if !defined(CONFIG_SYS_ICACHE_SACR_VALUE)
199 # define CONFIG_SYS_ICACHE_SACR_VALUE \
200 (PPC_128MB_SACR_VALUE(CONFIG_SYS_SDRAM_BASE + ( 0 << 20)) | \
201 PPC_128MB_SACR_VALUE(CONFIG_SYS_SDRAM_BASE + (128 << 20)) | \
202 PPC_128MB_SACR_VALUE(CONFIG_SYS_FLASH_BASE))
203 #endif /* !defined(CONFIG_SYS_ICACHE_SACR_VALUE) */
205 #if !defined(CONFIG_SYS_DCACHE_SACR_VALUE)
206 # define CONFIG_SYS_DCACHE_SACR_VALUE \
208 #endif /* !defined(CONFIG_SYS_DCACHE_SACR_VALUE) */
210 #define function_prolog(func_name) .text; \
214 #define function_epilog(func_name) .type func_name,@function; \
215 .size func_name,.-func_name
217 /* We don't want the MMU yet.
220 #define MSR_KERNEL ( MSR_ME ) /* Machine Check */
223 .extern ext_bus_cntlr_init
224 #ifdef CONFIG_NAND_U_BOOT
225 .extern reconfig_tlb0
229 * Set up GOT: Global Offset Table
231 * Use r14 to access the GOT
233 #if !defined(CONFIG_NAND_SPL)
235 GOT_ENTRY(_GOT2_TABLE_)
236 GOT_ENTRY(_FIXUP_TABLE_)
239 GOT_ENTRY(_start_of_vectors)
240 GOT_ENTRY(_end_of_vectors)
241 GOT_ENTRY(transfer_to_handler)
243 GOT_ENTRY(__init_end)
245 GOT_ENTRY(__bss_start)
247 #endif /* CONFIG_NAND_SPL */
249 #if defined(CONFIG_NAND_U_BOOT) && !defined(CONFIG_NAND_SPL)
251 * NAND U-Boot image is started from offset 0
254 #if defined(CONFIG_440)
258 bl cpu_init_f /* run low-level CPU init code (from Flash) */
262 #if defined(CONFIG_SYS_RAMBOOT)
264 * 4xx RAM-booting U-Boot image is started from offset 0
271 * 440 Startup -- on reset only the top 4k of the effective
272 * address space is mapped in by an entry in the instruction
273 * and data shadow TLB. The .bootpg section is located in the
274 * top 4k & does only what's necessary to map in the the rest
275 * of the boot rom. Once the boot rom is mapped in we can
276 * proceed with normal startup.
278 * NOTE: CS0 only covers the top 2MB of the effective address
282 #if defined(CONFIG_440)
283 #if !defined(CONFIG_NAND_SPL)
284 .section .bootpg,"ax"
288 /**************************************************************************/
290 /*--------------------------------------------------------------------+
291 | 440EPX BUP Change - Hardware team request
292 +--------------------------------------------------------------------*/
293 #if defined(CONFIG_440EPX) || defined(CONFIG_440GRX)
298 /*----------------------------------------------------------------+
299 | Core bug fix. Clear the esr
300 +-----------------------------------------------------------------*/
303 /*----------------------------------------------------------------*/
304 /* Clear and set up some registers. */
305 /*----------------------------------------------------------------*/
306 iccci r0,r0 /* NOTE: operands not used for 440 */
307 dccci r0,r0 /* NOTE: operands not used for 440 */
314 /* NOTE: 440GX adds machine check status regs */
315 #if defined(CONFIG_440) && !defined(CONFIG_440GP)
322 /*----------------------------------------------------------------*/
324 /*----------------------------------------------------------------*/
325 /* Disable store gathering & broadcast, guarantee inst/data
326 * cache block touch, force load/store alignment
327 * (see errata 1.12: 440_33)
329 lis r1,0x0030 /* store gathering & broadcast disable */
330 ori r1,r1,0x6000 /* cache touch */
333 /*----------------------------------------------------------------*/
334 /* Initialize debug */
335 /*----------------------------------------------------------------*/
337 andis. r1, r1, 0x8000 /* test DBCR0[EDM] bit */
338 bne skip_debug_init /* if set, don't clear debug register */
351 mtspr SPRN_DBSR,r1 /* Clear all valid bits */
354 #if defined (CONFIG_440SPE)
355 /*----------------------------------------------------------------+
356 | Initialize Core Configuration Reg1.
357 | a. ICDPEI: Record even parity. Normal operation.
358 | b. ICTPEI: Record even parity. Normal operation.
359 | c. DCTPEI: Record even parity. Normal operation.
360 | d. DCDPEI: Record even parity. Normal operation.
361 | e. DCUPEI: Record even parity. Normal operation.
362 | f. DCMPEI: Record even parity. Normal operation.
363 | g. FCOM: Normal operation
364 | h. MMUPEI: Record even parity. Normal operation.
365 | i. FFF: Flush only as much data as necessary.
366 | j. TCS: Timebase increments from CPU clock.
367 +-----------------------------------------------------------------*/
371 /*----------------------------------------------------------------+
372 | Reset the timebase.
373 | The previous write to CCR1 sets the timebase source.
374 +-----------------------------------------------------------------*/
379 /*----------------------------------------------------------------*/
380 /* Setup interrupt vectors */
381 /*----------------------------------------------------------------*/
382 mtspr SPRN_IVPR,r0 /* Vectors start at 0x0000_0000 */
384 mtspr SPRN_IVOR0,r1 /* Critical input */
386 mtspr SPRN_IVOR1,r1 /* Machine check */
388 mtspr SPRN_IVOR2,r1 /* Data storage */
390 mtspr SPRN_IVOR3,r1 /* Instruction storage */
392 mtspr SPRN_IVOR4,r1 /* External interrupt */
394 mtspr SPRN_IVOR5,r1 /* Alignment */
396 mtspr SPRN_IVOR6,r1 /* Program check */
398 mtspr SPRN_IVOR7,r1 /* Floating point unavailable */
400 mtspr SPRN_IVOR8,r1 /* System call */
402 mtspr SPRN_IVOR9,r1 /* Auxiliary Processor unavailable */
404 mtspr SPRN_IVOR10,r1 /* Decrementer */
406 mtspr SPRN_IVOR13,r1 /* Data TLB error */
408 mtspr SPRN_IVOR14,r1 /* Instr TLB error */
410 mtspr SPRN_IVOR15,r1 /* Debug */
412 /*----------------------------------------------------------------*/
413 /* Configure cache regions */
414 /*----------------------------------------------------------------*/
432 /*----------------------------------------------------------------*/
433 /* Cache victim limits */
434 /*----------------------------------------------------------------*/
435 /* floors 0, ceiling max to use the entire cache -- nothing locked
442 /*----------------------------------------------------------------+
443 |Initialize MMUCR[STID] = 0.
444 +-----------------------------------------------------------------*/
451 /*----------------------------------------------------------------*/
452 /* Clear all TLB entries -- TID = 0, TS = 0 */
453 /*----------------------------------------------------------------*/
455 #ifdef CONFIG_SYS_RAMBOOT
456 li r4,0 /* Start with TLB #0 */
458 li r4,1 /* Start with TLB #1 */
460 li r1,64 /* 64 TLB entries */
461 sub r1,r1,r4 /* calculate last TLB # */
464 #ifdef CONFIG_SYS_RAMBOOT
465 tlbre r3,r4,0 /* Read contents from TLB word #0 to get EPN */
466 rlwinm. r3,r3,0,0xfffffc00 /* Mask EPN */
467 beq tlbnxt /* Skip EPN=0 TLB, this is the SDRAM TLB */
469 tlbwe r0,r4,0 /* Invalidate all entries (V=0)*/
472 tlbnxt: addi r4,r4,1 /* Next TLB */
475 /*----------------------------------------------------------------*/
476 /* TLB entry setup -- step thru tlbtab */
477 /*----------------------------------------------------------------*/
478 #if defined(CONFIG_440SPE)
479 /*----------------------------------------------------------------*/
480 /* We have different TLB tables for revA and rev B of 440SPe */
481 /*----------------------------------------------------------------*/
493 bl tlbtab /* Get tlbtab pointer */
496 li r1,0x003f /* 64 TLB entries max */
502 #ifdef CONFIG_SYS_RAMBOOT
503 tlbre r3,r4,0 /* Read contents from TLB word #0 */
504 rlwinm. r3,r3,0,0x00000200 /* Mask V (valid) bit */
505 bne tlbnx2 /* Skip V=1 TLB, this is the SDRAM TLB */
509 beq 2f /* 0 marks end */
512 tlbwe r0,r4,0 /* TLB Word 0 */
513 tlbwe r1,r4,1 /* TLB Word 1 */
514 tlbwe r2,r4,2 /* TLB Word 2 */
515 tlbnx2: addi r4,r4,1 /* Next TLB */
518 /*----------------------------------------------------------------*/
519 /* Continue from 'normal' start */
520 /*----------------------------------------------------------------*/
526 mtspr SPRN_SRR1,r0 /* Keep things disabled for now */
530 #endif /* CONFIG_440 */
533 * r3 - 1st arg to board_init(): IMMP pointer
534 * r4 - 2nd arg to board_init(): boot flag
536 #ifndef CONFIG_NAND_SPL
538 .long 0x27051956 /* U-Boot Magic Number */
539 .globl version_string
541 .ascii U_BOOT_VERSION
542 .ascii " (", U_BOOT_DATE, " - ", U_BOOT_TIME, ")"
543 .ascii CONFIG_IDENT_STRING, "\0"
545 . = EXC_OFF_SYS_RESET
546 .globl _start_of_vectors
549 /* Critical input. */
550 CRIT_EXCEPTION(0x100, CritcalInput, UnknownException)
554 MCK_EXCEPTION(0x200, MachineCheck, MachineCheckException)
556 CRIT_EXCEPTION(0x200, MachineCheck, MachineCheckException)
557 #endif /* CONFIG_440 */
559 /* Data Storage exception. */
560 STD_EXCEPTION(0x300, DataStorage, UnknownException)
562 /* Instruction Storage exception. */
563 STD_EXCEPTION(0x400, InstStorage, UnknownException)
565 /* External Interrupt exception. */
566 STD_EXCEPTION(0x500, ExtInterrupt, external_interrupt)
568 /* Alignment exception. */
571 EXCEPTION_PROLOG(SRR0, SRR1)
576 addi r3,r1,STACK_FRAME_OVERHEAD
578 rlwimi r20,r23,0,16,16 /* copy EE bit from saved MSR */
579 lwz r6,GOT(transfer_to_handler)
583 .long AlignmentException - _start + _START_OFFSET
584 .long int_return - _start + _START_OFFSET
586 /* Program check exception */
589 EXCEPTION_PROLOG(SRR0, SRR1)
590 addi r3,r1,STACK_FRAME_OVERHEAD
592 rlwimi r20,r23,0,16,16 /* copy EE bit from saved MSR */
593 lwz r6,GOT(transfer_to_handler)
597 .long ProgramCheckException - _start + _START_OFFSET
598 .long int_return - _start + _START_OFFSET
601 STD_EXCEPTION(0x800, FPUnavailable, UnknownException)
602 STD_EXCEPTION(0x900, Decrementer, DecrementerPITException)
603 STD_EXCEPTION(0xa00, APU, UnknownException)
605 STD_EXCEPTION(0xc00, SystemCall, UnknownException)
608 STD_EXCEPTION(0x1300, DataTLBError, UnknownException)
609 STD_EXCEPTION(0x1400, InstructionTLBError, UnknownException)
611 STD_EXCEPTION(0x1000, PIT, DecrementerPITException)
612 STD_EXCEPTION(0x1100, InstructionTLBMiss, UnknownException)
613 STD_EXCEPTION(0x1200, DataTLBMiss, UnknownException)
615 CRIT_EXCEPTION(0x2000, DebugBreakpoint, DebugException )
617 .globl _end_of_vectors
624 /*****************************************************************************/
625 #if defined(CONFIG_440)
627 /*----------------------------------------------------------------*/
628 /* Clear and set up some registers. */
629 /*----------------------------------------------------------------*/
632 mtspr SPRN_DEC,r0 /* prevent dec exceptions */
633 mtspr SPRN_TBWL,r0 /* prevent fit & wdt exceptions */
635 mtspr SPRN_TSR,r1 /* clear all timer exception status */
636 mtspr SPRN_TCR,r0 /* disable all */
637 mtspr SPRN_ESR,r0 /* clear exception syndrome register */
638 mtxer r0 /* clear integer exception register */
640 /*----------------------------------------------------------------*/
641 /* Debug setup -- some (not very good) ice's need an event*/
642 /* to establish control :-( Define CONFIG_SYS_INIT_DBCR to the dbsr */
643 /* value you need in this case 0x8cff 0000 should do the trick */
644 /*----------------------------------------------------------------*/
645 #if defined(CONFIG_SYS_INIT_DBCR)
648 mtspr SPRN_DBSR,r1 /* Clear all status bits */
649 lis r0,CONFIG_SYS_INIT_DBCR@h
650 ori r0,r0,CONFIG_SYS_INIT_DBCR@l
655 /*----------------------------------------------------------------*/
656 /* Setup the internal SRAM */
657 /*----------------------------------------------------------------*/
660 #ifdef CONFIG_SYS_INIT_RAM_DCACHE
661 /* Clear Dcache to use as RAM */
662 addis r3,r0,CONFIG_SYS_INIT_RAM_ADDR@h
663 ori r3,r3,CONFIG_SYS_INIT_RAM_ADDR@l
664 addis r4,r0,CONFIG_SYS_INIT_RAM_END@h
665 ori r4,r4,CONFIG_SYS_INIT_RAM_END@l
666 rlwinm. r5,r4,0,27,31
678 * Lock the init-ram/stack in d-cache, so that other regions
679 * may use d-cache as well
680 * Note, that this current implementation locks exactly 4k
681 * of d-cache, so please make sure that you don't define a
682 * bigger init-ram area. Take a look at the lwmon5 440EPx
683 * implementation as a reference.
687 /* 8. set TFLOOR/NFLOOR to 8 (-> 8*16*32 bytes locked -> 4k) */
703 #endif /* CONFIG_SYS_INIT_RAM_DCACHE */
705 /* 440EP & 440GR are only 440er PPC's without internal SRAM */
706 #if !defined(CONFIG_440EP) && !defined(CONFIG_440GR)
707 /* not all PPC's have internal SRAM usable as L2-cache */
708 #if defined(CONFIG_440GX) || \
709 defined(CONFIG_440SP) || defined(CONFIG_440SPE) || \
710 defined(CONFIG_460SX)
711 mtdcr L2_CACHE_CFG,r0 /* Ensure L2 Cache is off */
712 #elif defined(CONFIG_460EX) || defined(CONFIG_460GT)
714 ori r1,r1,0x0008 /* Set L2_CACHE_CFG[RDBW]=1 */
715 mtdcr L2_CACHE_CFG,r1
721 and r1,r1,r2 /* Disable parity check */
724 and r1,r1,r2 /* Disable pwr mgmt */
727 lis r1,0x8000 /* BAS = 8000_0000 */
728 #if defined(CONFIG_440GX) || defined(CONFIG_440SP)
729 ori r1,r1,0x0980 /* first 64k */
730 mtdcr ISRAM0_SB0CR,r1
732 ori r1,r1,0x0980 /* second 64k */
733 mtdcr ISRAM0_SB1CR,r1
735 ori r1,r1, 0x0980 /* third 64k */
736 mtdcr ISRAM0_SB2CR,r1
738 ori r1,r1, 0x0980 /* fourth 64k */
739 mtdcr ISRAM0_SB3CR,r1
740 #elif defined(CONFIG_440SPE) || defined(CONFIG_460EX) || defined(CONFIG_460GT)
741 lis r1,0x0000 /* BAS = X_0000_0000 */
742 ori r1,r1,0x0984 /* first 64k */
743 mtdcr ISRAM0_SB0CR,r1
745 ori r1,r1,0x0984 /* second 64k */
746 mtdcr ISRAM0_SB1CR,r1
748 ori r1,r1, 0x0984 /* third 64k */
749 mtdcr ISRAM0_SB2CR,r1
751 ori r1,r1, 0x0984 /* fourth 64k */
752 mtdcr ISRAM0_SB3CR,r1
753 #if defined(CONFIG_460EX) || defined(CONFIG_460GT)
757 and r1,r1,r2 /* Disable parity check */
760 and r1,r1,r2 /* Disable pwr mgmt */
763 lis r1,0x0004 /* BAS = 4_0004_0000 */
764 ori r1,r1,0x0984 /* 64k */
765 mtdcr ISRAM1_SB0CR,r1
767 #elif defined(CONFIG_460SX)
768 lis r1,0x0000 /* BAS = 0000_0000 */
769 ori r1,r1,0x0B84 /* first 128k */
770 mtdcr ISRAM0_SB0CR,r1
772 ori r1,r1,0x0B84 /* second 128k */
773 mtdcr ISRAM0_SB1CR,r1
775 ori r1,r1, 0x0B84 /* third 128k */
776 mtdcr ISRAM0_SB2CR,r1
778 ori r1,r1, 0x0B84 /* fourth 128k */
779 mtdcr ISRAM0_SB3CR,r1
780 #elif defined(CONFIG_440GP)
781 ori r1,r1,0x0380 /* 8k rw */
782 mtdcr ISRAM0_SB0CR,r1
783 mtdcr ISRAM0_SB1CR,r0 /* Disable bank 1 */
785 #endif /* #if !defined(CONFIG_440EP) && !defined(CONFIG_440GR) */
787 /*----------------------------------------------------------------*/
788 /* Setup the stack in internal SRAM */
789 /*----------------------------------------------------------------*/
790 lis r1,CONFIG_SYS_INIT_RAM_ADDR@h
791 ori r1,r1,CONFIG_SYS_INIT_SP_OFFSET@l
794 stwu r0,-4(r1) /* Terminate call chain */
796 stwu r1,-8(r1) /* Save back chain and move SP */
797 lis r0,RESET_VECTOR@h /* Address of reset vector */
798 ori r0,r0, RESET_VECTOR@l
799 stwu r1,-8(r1) /* Save back chain and move SP */
800 stw r0,+12(r1) /* Save return addr (underflow vect) */
802 #ifdef CONFIG_NAND_SPL
803 bl nand_boot_common /* will not return */
807 bl cpu_init_f /* run low-level CPU init code (from Flash) */
811 #endif /* CONFIG_440 */
813 /*****************************************************************************/
815 /*----------------------------------------------------------------------- */
816 /* Set up some machine state registers. */
817 /*----------------------------------------------------------------------- */
818 addi r0,r0,0x0000 /* initialize r0 to zero */
819 mtspr SPRN_ESR,r0 /* clear Exception Syndrome Reg */
820 mttcr r0 /* timer control register */
821 mtexier r0 /* disable all interrupts */
822 addis r4,r0,0xFFFF /* set r4 to 0xFFFFFFFF (status in the */
823 ori r4,r4,0xFFFF /* dbsr is cleared by setting bits to 1) */
824 mtdbsr r4 /* clear/reset the dbsr */
825 mtexisr r4 /* clear all pending interrupts */
827 mtexier r4 /* enable critical exceptions */
828 addis r4,r0,0x0000 /* assume 403GCX - enable core clk */
829 ori r4,r4,0x4020 /* dbling (no harm done on GA and GC */
830 mtiocr r4 /* since bit not used) & DRC to latch */
831 /* data bus on rising edge of CAS */
832 /*----------------------------------------------------------------------- */
834 /*----------------------------------------------------------------------- */
836 /*----------------------------------------------------------------------- */
837 /* Invalidate i-cache and d-cache TAG arrays. */
838 /*----------------------------------------------------------------------- */
839 addi r3,0,1024 /* 1/4 of I-cache size, half of D-cache */
840 addi r4,0,1024 /* 1/4 of I-cache */
845 addic. r3,r3,-16 /* move back one cache line */
846 bne ..cloop /* loop back to do rest until r3 = 0 */
849 /* initialize IOP480 so it can read 1 MB code area for SRAM spaces */
850 /* this requires enabling MA[17..0], by default only MA[12..0] are enabled. */
853 /* first copy IOP480 register base address into r3 */
854 addis r3,0,0x5000 /* IOP480 register base address hi */
855 /* ori r3,r3,0x0000 / IOP480 register base address lo */
858 /* use r4 as the working variable */
859 /* turn on CS3 (LOCCTL.7) */
860 lwz r4,0x84(r3) /* LOCTL is at offset 0x84 */
861 andi. r4,r4,0xff7f /* make bit 7 = 0 -- CS3 mode */
862 stw r4,0x84(r3) /* LOCTL is at offset 0x84 */
865 #ifdef CONFIG_DASA_SIM
866 /* use r4 as the working variable */
867 /* turn on MA17 (LOCCTL.7) */
868 lwz r4,0x84(r3) /* LOCTL is at offset 0x84 */
869 ori r4,r4,0x80 /* make bit 7 = 1 -- MA17 mode */
870 stw r4,0x84(r3) /* LOCTL is at offset 0x84 */
873 /* turn on MA16..13 (LCS0BRD.12 = 0) */
874 lwz r4,0x100(r3) /* LCS0BRD is at offset 0x100 */
875 andi. r4,r4,0xefff /* make bit 12 = 0 */
876 stw r4,0x100(r3) /* LCS0BRD is at offset 0x100 */
878 /* make sure above stores all comlete before going on */
881 /* last thing, set local init status done bit (DEVINIT.31) */
882 lwz r4,0x80(r3) /* DEVINIT is at offset 0x80 */
883 oris r4,r4,0x8000 /* make bit 31 = 1 */
884 stw r4,0x80(r3) /* DEVINIT is at offset 0x80 */
886 /* clear all pending interrupts and disable all interrupts */
887 li r4,-1 /* set p1 to 0xffffffff */
888 stw r4,0x1b0(r3) /* clear all pending interrupts */
889 stw r4,0x1b8(r3) /* clear all pending interrupts */
890 li r4,0 /* set r4 to 0 */
891 stw r4,0x1b4(r3) /* disable all interrupts */
892 stw r4,0x1bc(r3) /* disable all interrupts */
894 /* make sure above stores all comlete before going on */
897 /* Set-up icache cacheability. */
898 lis r1, CONFIG_SYS_ICACHE_SACR_VALUE@h
899 ori r1, r1, CONFIG_SYS_ICACHE_SACR_VALUE@l
903 /* Set-up dcache cacheability. */
904 lis r1, CONFIG_SYS_DCACHE_SACR_VALUE@h
905 ori r1, r1, CONFIG_SYS_DCACHE_SACR_VALUE@l
908 addis r1,r0,CONFIG_SYS_INIT_RAM_ADDR@h
909 ori r1,r1,CONFIG_SYS_INIT_SP_OFFSET /* set up the stack to SDRAM */
910 li r0, 0 /* Make room for stack frame header and */
911 stwu r0, -4(r1) /* clear final stack frame so that */
912 stwu r0, -4(r1) /* stack backtraces terminate cleanly */
914 GET_GOT /* initialize GOT access */
916 bl board_init_f /* run first part of init code (from Flash) */
918 #endif /* CONFIG_IOP480 */
920 /*****************************************************************************/
921 #if defined(CONFIG_405GP) || defined(CONFIG_405CR) || \
922 defined(CONFIG_405EP) || defined(CONFIG_405EZ) || \
923 defined(CONFIG_405EX) || defined(CONFIG_405)
924 /*----------------------------------------------------------------------- */
925 /* Clear and set up some registers. */
926 /*----------------------------------------------------------------------- */
928 #if !defined(CONFIG_405EX)
932 * On 405EX, completely clearing the SGR leads to PPC hangup
933 * upon PCIe configuration access. The PCIe memory regions
934 * need to be guarded!
941 mtesr r4 /* clear Exception Syndrome Reg */
942 mttcr r4 /* clear Timer Control Reg */
943 mtxer r4 /* clear Fixed-Point Exception Reg */
944 mtevpr r4 /* clear Exception Vector Prefix Reg */
945 addi r4,r0,(0xFFFF-0x10000) /* set r4 to 0xFFFFFFFF (status in the */
946 /* dbsr is cleared by setting bits to 1) */
947 mtdbsr r4 /* clear/reset the dbsr */
949 /* Invalidate the i- and d-caches. */
953 /* Set-up icache cacheability. */
954 lis r4, CONFIG_SYS_ICACHE_SACR_VALUE@h
955 ori r4, r4, CONFIG_SYS_ICACHE_SACR_VALUE@l
959 /* Set-up dcache cacheability. */
960 lis r4, CONFIG_SYS_DCACHE_SACR_VALUE@h
961 ori r4, r4, CONFIG_SYS_DCACHE_SACR_VALUE@l
964 #if !(defined(CONFIG_SYS_EBC_PB0AP) && defined(CONFIG_SYS_EBC_PB0CR))\
965 && !defined (CONFIG_XILINX_405)
966 /*----------------------------------------------------------------------- */
967 /* Tune the speed and size for flash CS0 */
968 /*----------------------------------------------------------------------- */
969 bl ext_bus_cntlr_init
972 #if !(defined(CONFIG_SYS_INIT_DCACHE_CS) || defined(CONFIG_SYS_TEMP_STACK_OCM))
974 * For boards that don't have OCM and can't use the data cache
975 * for their primordial stack, setup stack here directly after the
976 * SDRAM is initialized in ext_bus_cntlr_init.
978 lis r1, CONFIG_SYS_INIT_RAM_ADDR@h
979 ori r1,r1,CONFIG_SYS_INIT_SP_OFFSET /* set up the stack in SDRAM */
981 li r0, 0 /* Make room for stack frame header and */
982 stwu r0, -4(r1) /* clear final stack frame so that */
983 stwu r0, -4(r1) /* stack backtraces terminate cleanly */
985 * Set up a dummy frame to store reset vector as return address.
986 * this causes stack underflow to reset board.
988 stwu r1, -8(r1) /* Save back chain and move SP */
989 lis r0, RESET_VECTOR@h /* Address of reset vector */
990 ori r0, r0, RESET_VECTOR@l
991 stwu r1, -8(r1) /* Save back chain and move SP */
992 stw r0, +12(r1) /* Save return addr (underflow vect) */
993 #endif /* !(CONFIG_SYS_INIT_DCACHE_CS || !CONFIG_SYS_TEM_STACK_OCM) */
995 #if defined(CONFIG_405EP)
996 /*----------------------------------------------------------------------- */
997 /* DMA Status, clear to come up clean */
998 /*----------------------------------------------------------------------- */
999 addis r3,r0, 0xFFFF /* Clear all existing DMA status */
1003 bl ppc405ep_init /* do ppc405ep specific init */
1004 #endif /* CONFIG_405EP */
1006 #if defined(CONFIG_SYS_OCM_DATA_ADDR) && defined(CONFIG_SYS_OCM_DATA_SIZE)
1007 #if defined(CONFIG_405EZ)
1008 /********************************************************************
1009 * Setup OCM - On Chip Memory - PPC405EZ uses OCM Controller V2
1010 *******************************************************************/
1012 * We can map the OCM on the PLB3, so map it at
1013 * CONFIG_SYS_OCM_DATA_ADDR + 0x8000
1015 lis r3,CONFIG_SYS_OCM_DATA_ADDR@h /* OCM location */
1016 ori r3,r3,CONFIG_SYS_OCM_DATA_ADDR@l
1017 ori r3,r3,0x0270 /* 16K for Bank 1, R/W/Enable */
1018 mtdcr OCM0_PLBCR1,r3 /* Set PLB Access */
1019 ori r3,r3,0x4000 /* Add 0x4000 for bank 2 */
1020 mtdcr OCM0_PLBCR2,r3 /* Set PLB Access */
1023 lis r3,CONFIG_SYS_OCM_DATA_ADDR@h /* OCM location */
1024 ori r3,r3,CONFIG_SYS_OCM_DATA_ADDR@l
1025 ori r3,r3,0x0270 /* 16K for Bank 1, R/W/Enable */
1026 mtdcr OCM0_DSRC1, r3 /* Set Data Side */
1027 mtdcr OCM0_ISRC1, r3 /* Set Instruction Side */
1028 ori r3,r3,0x4000 /* Add 0x4000 for bank 2 */
1029 mtdcr OCM0_DSRC2, r3 /* Set Data Side */
1030 mtdcr OCM0_ISRC2, r3 /* Set Instruction Side */
1031 addis r3,0,0x0800 /* OCM Data Parity Disable - 1 Wait State */
1032 mtdcr OCM0_DISDPC,r3
1035 #else /* CONFIG_405EZ */
1036 /********************************************************************
1037 * Setup OCM - On Chip Memory
1038 *******************************************************************/
1042 mfdcr r3, OCM0_ISCNTL /* get instr-side IRAM config */
1043 mfdcr r4, OCM0_DSCNTL /* get data-side IRAM config */
1044 and r3, r3, r0 /* disable data-side IRAM */
1045 and r4, r4, r0 /* disable data-side IRAM */
1046 mtdcr OCM0_ISCNTL, r3 /* set instr-side IRAM config */
1047 mtdcr OCM0_DSCNTL, r4 /* set data-side IRAM config */
1050 lis r3,CONFIG_SYS_OCM_DATA_ADDR@h /* OCM location */
1051 ori r3,r3,CONFIG_SYS_OCM_DATA_ADDR@l
1052 mtdcr OCM0_DSARC, r3
1053 addis r4, 0, 0xC000 /* OCM data area enabled */
1054 mtdcr OCM0_DSCNTL, r4
1056 #endif /* CONFIG_405EZ */
1059 /*----------------------------------------------------------------------- */
1060 /* Setup temporary stack in DCACHE or OCM if needed for SDRAM SPD. */
1061 /*----------------------------------------------------------------------- */
1062 #ifdef CONFIG_SYS_INIT_DCACHE_CS
1064 mtdcr EBC0_CFGADDR, r4
1065 lis r4, CONFIG_SYS_INIT_DCACHE_PBxAR@h
1066 ori r4, r4, CONFIG_SYS_INIT_DCACHE_PBxAR@l
1067 mtdcr EBC0_CFGDATA, r4
1070 mtdcr EBC0_CFGADDR, r4
1071 lis r4, CONFIG_SYS_INIT_DCACHE_PBxCR@h
1072 ori r4, r4, CONFIG_SYS_INIT_DCACHE_PBxCR@l
1073 mtdcr EBC0_CFGDATA, r4
1076 * Enable the data cache for the 128MB storage access control region
1077 * at CONFIG_SYS_INIT_RAM_ADDR.
1080 oris r4, r4, PPC_128MB_SACR_VALUE(CONFIG_SYS_INIT_RAM_ADDR)@h
1081 ori r4, r4, PPC_128MB_SACR_VALUE(CONFIG_SYS_INIT_RAM_ADDR)@l
1085 * Preallocate data cache lines to be used to avoid a subsequent
1086 * cache miss and an ensuing machine check exception when exceptions
1091 lis r3, CONFIG_SYS_INIT_RAM_ADDR@h
1092 ori r3, r3, CONFIG_SYS_INIT_RAM_ADDR@l
1094 lis r4, CONFIG_SYS_INIT_RAM_END@h
1095 ori r4, r4, CONFIG_SYS_INIT_RAM_END@l
1098 * Convert the size, in bytes, to the number of cache lines/blocks
1101 clrlwi. r5, r4, (32 - L1_CACHE_SHIFT)
1102 srwi r5, r4, L1_CACHE_SHIFT
1108 /* Preallocate the computed number of cache blocks. */
1109 ..alloc_dcache_block:
1111 addi r3, r3, L1_CACHE_BYTES
1112 bdnz ..alloc_dcache_block
1116 * Load the initial stack pointer and data area and convert the size,
1117 * in bytes, to the number of words to initialize to a known value.
1119 lis r1, CONFIG_SYS_INIT_RAM_ADDR@h
1120 ori r1, r1, CONFIG_SYS_INIT_SP_OFFSET@l
1122 lis r4, (CONFIG_SYS_INIT_RAM_END >> 2)@h
1123 ori r4, r4, (CONFIG_SYS_INIT_RAM_END >> 2)@l
1126 lis r2, CONFIG_SYS_INIT_RAM_ADDR@h
1127 ori r2, r2, CONFIG_SYS_INIT_RAM_END@l
1129 lis r4, CONFIG_SYS_INIT_RAM_PATTERN@h
1130 ori r4, r4, CONFIG_SYS_INIT_RAM_PATTERN@l
1137 * Make room for stack frame header and clear final stack frame so
1138 * that stack backtraces terminate cleanly.
1144 * Set up a dummy frame to store reset vector as return address.
1145 * this causes stack underflow to reset board.
1147 stwu r1, -8(r1) /* Save back chain and move SP */
1148 addis r0, 0, RESET_VECTOR@h /* Address of reset vector */
1149 ori r0, r0, RESET_VECTOR@l
1150 stwu r1, -8(r1) /* Save back chain and move SP */
1151 stw r0, +12(r1) /* Save return addr (underflow vect) */
1153 #elif defined(CONFIG_SYS_TEMP_STACK_OCM) && \
1154 (defined(CONFIG_SYS_OCM_DATA_ADDR) && defined(CONFIG_SYS_OCM_DATA_SIZE))
1159 /* Set up Stack at top of OCM */
1160 lis r1, (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET)@h
1161 ori r1, r1, (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET)@l
1163 /* Set up a zeroized stack frame so that backtrace works right */
1169 * Set up a dummy frame to store reset vector as return address.
1170 * this causes stack underflow to reset board.
1172 stwu r1, -8(r1) /* Save back chain and move SP */
1173 lis r0, RESET_VECTOR@h /* Address of reset vector */
1174 ori r0, r0, RESET_VECTOR@l
1175 stwu r1, -8(r1) /* Save back chain and move SP */
1176 stw r0, +12(r1) /* Save return addr (underflow vect) */
1177 #endif /* CONFIG_SYS_INIT_DCACHE_CS */
1179 #ifdef CONFIG_NAND_SPL
1180 bl nand_boot_common /* will not return */
1182 GET_GOT /* initialize GOT access */
1184 bl cpu_init_f /* run low-level CPU init code (from Flash) */
1186 /* NEVER RETURNS! */
1187 bl board_init_f /* run first part of init code (from Flash) */
1188 #endif /* CONFIG_NAND_SPL */
1190 #endif /* CONFIG_405GP || CONFIG_405CR || CONFIG_405 || CONFIG_405EP */
1191 /*----------------------------------------------------------------------- */
1194 #ifndef CONFIG_NAND_SPL
1196 * This code finishes saving the registers to the exception frame
1197 * and jumps to the appropriate handler for the exception.
1198 * Register r21 is pointer into trap frame, r1 has new stack pointer.
1200 .globl transfer_to_handler
1201 transfer_to_handler:
1211 andi. r24,r23,0x3f00 /* get vector offset */
1215 mtspr SPRG2,r22 /* r1 is now kernel sp */
1216 lwz r24,0(r23) /* virtual address of handler */
1217 lwz r23,4(r23) /* where to go when done */
1222 rfi /* jump to handler, enable MMU */
1225 mfmsr r28 /* Disable interrupts */
1229 SYNC /* Some chip revs need this... */
1244 lwz r2,_NIP(r1) /* Restore environment */
1255 mfmsr r28 /* Disable interrupts */
1259 SYNC /* Some chip revs need this... */
1274 lwz r2,_NIP(r1) /* Restore environment */
1286 mfmsr r28 /* Disable interrupts */
1290 SYNC /* Some chip revs need this... */
1305 lwz r2,_NIP(r1) /* Restore environment */
1307 mtspr SPRN_MCSRR0,r2
1308 mtspr SPRN_MCSRR1,r0
1314 #endif /* CONFIG_440 */
1322 /*------------------------------------------------------------------------------- */
1323 /* Function: out16 */
1324 /* Description: Output 16 bits */
1325 /*------------------------------------------------------------------------------- */
1331 /*------------------------------------------------------------------------------- */
1332 /* Function: out16r */
1333 /* Description: Byte reverse and output 16 bits */
1334 /*------------------------------------------------------------------------------- */
1340 /*------------------------------------------------------------------------------- */
1341 /* Function: out32r */
1342 /* Description: Byte reverse and output 32 bits */
1343 /*------------------------------------------------------------------------------- */
1349 /*------------------------------------------------------------------------------- */
1350 /* Function: in16 */
1351 /* Description: Input 16 bits */
1352 /*------------------------------------------------------------------------------- */
1358 /*------------------------------------------------------------------------------- */
1359 /* Function: in16r */
1360 /* Description: Input 16 bits and byte reverse */
1361 /*------------------------------------------------------------------------------- */
1367 /*------------------------------------------------------------------------------- */
1368 /* Function: in32r */
1369 /* Description: Input 32 bits and byte reverse */
1370 /*------------------------------------------------------------------------------- */
1377 * void relocate_code (addr_sp, gd, addr_moni)
1379 * This "function" does not return, instead it continues in RAM
1380 * after relocating the monitor code.
1382 * r3 = Relocated stack pointer
1383 * r4 = Relocated global data pointer
1384 * r5 = Relocated text pointer
1386 .globl relocate_code
1388 #if defined(CONFIG_4xx_DCACHE) || defined(CONFIG_SYS_INIT_DCACHE_CS)
1390 * We need to flush the initial global data (gd_t) before the dcache
1391 * will be invalidated.
1394 /* Save registers */
1399 /* Flush initial global data range */
1401 addi r4, r4, CONFIG_SYS_GBL_DATA_SIZE@l
1402 bl flush_dcache_range
1404 #if defined(CONFIG_SYS_INIT_DCACHE_CS)
1406 * Undo the earlier data cache set-up for the primordial stack and
1407 * data area. First, invalidate the data cache and then disable data
1408 * cacheability for that area. Finally, restore the EBC values, if
1412 /* Invalidate the primordial stack and data area in cache */
1413 lis r3, CONFIG_SYS_INIT_RAM_ADDR@h
1414 ori r3, r3, CONFIG_SYS_INIT_RAM_ADDR@l
1416 lis r4, CONFIG_SYS_INIT_RAM_END@h
1417 ori r4, r4, CONFIG_SYS_INIT_RAM_END@l
1420 bl invalidate_dcache_range
1422 /* Disable cacheability for the region */
1424 lis r4, ~PPC_128MB_SACR_VALUE(CONFIG_SYS_INIT_RAM_ADDR)@h
1425 ori r4, r4, ~PPC_128MB_SACR_VALUE(CONFIG_SYS_INIT_RAM_ADDR)@l
1429 /* Restore the EBC parameters */
1431 mtdcr EBC0_CFGADDR, r3
1433 ori r3, r3, PBxAP_VAL@l
1434 mtdcr EBC0_CFGDATA, r3
1437 mtdcr EBC0_CFGADDR, r3
1439 ori r3, r3, PBxCR_VAL@l
1440 mtdcr EBC0_CFGDATA, r3
1441 #endif /* defined(CONFIG_SYS_INIT_DCACHE_CS) */
1443 /* Restore registers */
1447 #endif /* defined(CONFIG_4xx_DCACHE) || defined(CONFIG_SYS_INIT_DCACHE_CS) */
1449 #ifdef CONFIG_SYS_INIT_RAM_DCACHE
1451 * Unlock the previously locked d-cache
1455 /* set TFLOOR/NFLOOR to 0 again */
1471 #endif /* CONFIG_SYS_INIT_RAM_DCACHE */
1473 #if defined(CONFIG_440EP) || defined(CONFIG_440GR) || \
1474 defined(CONFIG_440EPX) || defined(CONFIG_440GRX) || \
1475 defined(CONFIG_440SP) || defined(CONFIG_440SPE) || \
1476 defined(CONFIG_460EX) || defined(CONFIG_460GT) || \
1477 defined(CONFIG_460SX)
1479 * On some 440er platforms the cache is enabled in the first TLB (Boot-CS)
1480 * to speed up the boot process. Now this cache needs to be disabled.
1482 iccci 0,0 /* Invalidate inst cache */
1483 dccci 0,0 /* Invalidate data cache, now no longer our stack */
1487 /* Clear all potential pending exceptions */
1490 #ifdef CONFIG_SYS_TLB_FOR_BOOT_FLASH
1491 addi r1,r0,CONFIG_SYS_TLB_FOR_BOOT_FLASH /* Use defined TLB */
1493 addi r1,r0,0x0000 /* Default TLB entry is #0 */
1494 #endif /* CONFIG_SYS_TLB_FOR_BOOT_FLASH */
1495 tlbre r0,r1,0x0002 /* Read contents */
1496 ori r0,r0,0x0c00 /* Or in the inhibit, write through bit */
1497 tlbwe r0,r1,0x0002 /* Save it out */
1500 #endif /* defined(CONFIG_440EP) || ... || defined(CONFIG_460GT) */
1501 mr r1, r3 /* Set new stack pointer */
1502 mr r9, r4 /* Save copy of Init Data pointer */
1503 mr r10, r5 /* Save copy of Destination Address */
1505 mr r3, r5 /* Destination Address */
1506 lis r4, CONFIG_SYS_MONITOR_BASE@h /* Source Address */
1507 ori r4, r4, CONFIG_SYS_MONITOR_BASE@l
1508 lwz r5, GOT(__init_end)
1510 li r6, L1_CACHE_BYTES /* Cache Line Size */
1515 * New GOT-PTR = (old GOT-PTR - CONFIG_SYS_MONITOR_BASE) + Destination Address
1521 /* First our own GOT */
1523 /* then the one used by the C code */
1533 beq cr1,4f /* In place copy is not necessary */
1534 beq 7f /* Protect against 0 count */
1553 * Now flush the cache: note that we must start from a cache aligned
1554 * address. Otherwise we might miss one cache line.
1558 beq 7f /* Always flush prefetch queue in any case */
1566 sync /* Wait for all dcbst to complete on bus */
1572 7: sync /* Wait for all icbi to complete on bus */
1576 * We are done. Do not return, instead branch to second part of board
1577 * initialization, now running from RAM.
1580 addi r0, r10, in_ram - _start + _START_OFFSET
1582 blr /* NEVER RETURNS! */
1587 * Relocation Function, r14 point to got2+0x8000
1589 * Adjust got2 pointers, no need to check for 0, this code
1590 * already puts a few entries in the table.
1592 li r0,__got2_entries@sectoff@l
1593 la r3,GOT(_GOT2_TABLE_)
1594 lwz r11,GOT(_GOT2_TABLE_)
1604 * Now adjust the fixups and the pointers to the fixups
1605 * in case we need to move ourselves again.
1607 2: li r0,__fixup_entries@sectoff@l
1608 lwz r3,GOT(_FIXUP_TABLE_)
1622 * Now clear BSS segment
1624 lwz r3,GOT(__bss_start)
1647 mr r3, r9 /* Init Data pointer */
1648 mr r4, r10 /* Destination Address */
1652 * Copy exception vector code to low memory
1655 * r7: source address, r8: end address, r9: target address
1659 lwz r7, GOT(_start_of_vectors)
1660 lwz r8, GOT(_end_of_vectors)
1662 li r9, 0x100 /* reset vector always at 0x100 */
1665 bgelr /* return if r7>=r8 - just in case */
1667 mflr r4 /* save link register */
1677 * relocate `hdlr' and `int_return' entries
1679 li r7, .L_MachineCheck - _start + _START_OFFSET
1680 li r8, Alignment - _start + _START_OFFSET
1683 addi r7, r7, 0x100 /* next exception vector */
1687 li r7, .L_Alignment - _start + _START_OFFSET
1690 li r7, .L_ProgramCheck - _start + _START_OFFSET
1694 li r7, .L_FPUnavailable - _start + _START_OFFSET
1697 li r7, .L_Decrementer - _start + _START_OFFSET
1700 li r7, .L_APU - _start + _START_OFFSET
1703 li r7, .L_InstructionTLBError - _start + _START_OFFSET
1706 li r7, .L_DataTLBError - _start + _START_OFFSET
1708 #else /* CONFIG_440 */
1709 li r7, .L_PIT - _start + _START_OFFSET
1712 li r7, .L_InstructionTLBMiss - _start + _START_OFFSET
1715 li r7, .L_DataTLBMiss - _start + _START_OFFSET
1717 #endif /* CONFIG_440 */
1719 li r7, .L_DebugBreakpoint - _start + _START_OFFSET
1722 #if !defined(CONFIG_440)
1723 addi r7,r0,0x1000 /* set ME bit (Machine Exceptions) */
1724 oris r7,r7,0x0002 /* set CE bit (Critical Exceptions) */
1725 mtmsr r7 /* change MSR */
1728 b __440_msr_continue
1731 addi r7,r0,0x1000 /* set ME bit (Machine Exceptions) */
1732 oris r7,r7,0x0002 /* set CE bit (Critical Exceptions) */
1740 mtlr r4 /* restore link register */
1744 * Function: relocate entries for one exception vector
1747 lwz r0, 0(r7) /* hdlr ... */
1748 add r0, r0, r3 /* ... += dest_addr */
1751 lwz r0, 4(r7) /* int_return ... */
1752 add r0, r0, r3 /* ... += dest_addr */
1757 #if defined(CONFIG_440)
1758 /*----------------------------------------------------------------------------+
1760 +----------------------------------------------------------------------------*/
1761 function_prolog(dcbz_area)
1762 rlwinm. r5,r4,0,27,31
1763 rlwinm r5,r4,27,5,31
1772 function_epilog(dcbz_area)
1773 #endif /* CONFIG_440 */
1774 #endif /* CONFIG_NAND_SPL */
1776 /*------------------------------------------------------------------------------- */
1778 /* Description: Input 8 bits */
1779 /*------------------------------------------------------------------------------- */
1785 /*------------------------------------------------------------------------------- */
1786 /* Function: out8 */
1787 /* Description: Output 8 bits */
1788 /*------------------------------------------------------------------------------- */
1794 /*------------------------------------------------------------------------------- */
1795 /* Function: out32 */
1796 /* Description: Output 32 bits */
1797 /*------------------------------------------------------------------------------- */
1803 /*------------------------------------------------------------------------------- */
1804 /* Function: in32 */
1805 /* Description: Input 32 bits */
1806 /*------------------------------------------------------------------------------- */
1812 /**************************************************************************/
1813 /* PPC405EP specific stuff */
1814 /**************************************************************************/
1818 #ifdef CONFIG_BUBINGA
1820 * Initialize EBC chip selects 1 & 4 and GPIO pins (for alternate
1821 * function) to support FPGA and NVRAM accesses below.
1824 lis r3,GPIO0_OSRH@h /* config GPIO output select */
1825 ori r3,r3,GPIO0_OSRH@l
1826 lis r4,CONFIG_SYS_GPIO0_OSRH@h
1827 ori r4,r4,CONFIG_SYS_GPIO0_OSRH@l
1830 ori r3,r3,GPIO0_OSRL@l
1831 lis r4,CONFIG_SYS_GPIO0_OSRL@h
1832 ori r4,r4,CONFIG_SYS_GPIO0_OSRL@l
1835 lis r3,GPIO0_ISR1H@h /* config GPIO input select */
1836 ori r3,r3,GPIO0_ISR1H@l
1837 lis r4,CONFIG_SYS_GPIO0_ISR1H@h
1838 ori r4,r4,CONFIG_SYS_GPIO0_ISR1H@l
1840 lis r3,GPIO0_ISR1L@h
1841 ori r3,r3,GPIO0_ISR1L@l
1842 lis r4,CONFIG_SYS_GPIO0_ISR1L@h
1843 ori r4,r4,CONFIG_SYS_GPIO0_ISR1L@l
1846 lis r3,GPIO0_TSRH@h /* config GPIO three-state select */
1847 ori r3,r3,GPIO0_TSRH@l
1848 lis r4,CONFIG_SYS_GPIO0_TSRH@h
1849 ori r4,r4,CONFIG_SYS_GPIO0_TSRH@l
1852 ori r3,r3,GPIO0_TSRL@l
1853 lis r4,CONFIG_SYS_GPIO0_TSRL@h
1854 ori r4,r4,CONFIG_SYS_GPIO0_TSRL@l
1857 lis r3,GPIO0_TCR@h /* config GPIO driver output enables */
1858 ori r3,r3,GPIO0_TCR@l
1859 lis r4,CONFIG_SYS_GPIO0_TCR@h
1860 ori r4,r4,CONFIG_SYS_GPIO0_TCR@l
1863 li r3,PB1AP /* program EBC bank 1 for RTC access */
1864 mtdcr EBC0_CFGADDR,r3
1865 lis r3,CONFIG_SYS_EBC_PB1AP@h
1866 ori r3,r3,CONFIG_SYS_EBC_PB1AP@l
1867 mtdcr EBC0_CFGDATA,r3
1869 mtdcr EBC0_CFGADDR,r3
1870 lis r3,CONFIG_SYS_EBC_PB1CR@h
1871 ori r3,r3,CONFIG_SYS_EBC_PB1CR@l
1872 mtdcr EBC0_CFGDATA,r3
1874 li r3,PB1AP /* program EBC bank 1 for RTC access */
1875 mtdcr EBC0_CFGADDR,r3
1876 lis r3,CONFIG_SYS_EBC_PB1AP@h
1877 ori r3,r3,CONFIG_SYS_EBC_PB1AP@l
1878 mtdcr EBC0_CFGDATA,r3
1880 mtdcr EBC0_CFGADDR,r3
1881 lis r3,CONFIG_SYS_EBC_PB1CR@h
1882 ori r3,r3,CONFIG_SYS_EBC_PB1CR@l
1883 mtdcr EBC0_CFGDATA,r3
1885 li r3,PB4AP /* program EBC bank 4 for FPGA access */
1886 mtdcr EBC0_CFGADDR,r3
1887 lis r3,CONFIG_SYS_EBC_PB4AP@h
1888 ori r3,r3,CONFIG_SYS_EBC_PB4AP@l
1889 mtdcr EBC0_CFGDATA,r3
1891 mtdcr EBC0_CFGADDR,r3
1892 lis r3,CONFIG_SYS_EBC_PB4CR@h
1893 ori r3,r3,CONFIG_SYS_EBC_PB4CR@l
1894 mtdcr EBC0_CFGDATA,r3
1898 !-----------------------------------------------------------------------
1899 ! Check to see if chip is in bypass mode.
1900 ! If so, write stored CPC0_PLLMR0 and CPC0_PLLMR1 values and perform a
1901 ! CPU reset Otherwise, skip this step and keep going.
1902 ! Note: Running BIOS in bypass mode is not supported since PLB speed
1903 ! will not be fast enough for the SDRAM (min 66MHz)
1904 !-----------------------------------------------------------------------
1906 mfdcr r5, CPC0_PLLMR1
1907 rlwinm r4,r5,1,0x1 /* get system clock source (SSCS) */
1910 beq pll_done /* if SSCS =b'1' then PLL has */
1911 /* already been set */
1912 /* and CPU has been reset */
1913 /* so skip to next section */
1915 #ifdef CONFIG_BUBINGA
1917 !-----------------------------------------------------------------------
1918 ! Read NVRAM to get value to write in PLLMR.
1919 ! If value has not been correctly saved, write default value
1920 ! Default config values (assuming on-board 33MHz SYS_CLK) are above.
1921 ! See CPU_DEFAULT_200 and CPU_DEFAULT_266 above.
1923 ! WARNING: This code assumes the first three words in the nvram_t
1924 ! structure in openbios.h. Changing the beginning of
1925 ! the structure will break this code.
1927 !-----------------------------------------------------------------------
1929 addis r3,0,NVRAM_BASE@h
1930 addi r3,r3,NVRAM_BASE@l
1933 addis r5,0,NVRVFY1@h
1934 addi r5,r5,NVRVFY1@l
1935 cmp cr0,0,r4,r5 /* Compare 1st NVRAM Magic number*/
1939 addis r5,0,NVRVFY2@h
1940 addi r5,r5,NVRVFY2@l
1941 cmp cr0,0,r4,r5 /* Compare 2 NVRAM Magic number */
1943 addi r3,r3,8 /* Skip over conf_size */
1944 lwz r4, 4(r3) /* Load PLLMR1 value from NVRAM */
1945 lwz r3, 0(r3) /* Load PLLMR0 value from NVRAM */
1946 rlwinm r5,r4,1,0x1 /* get system clock source (SSCS) */
1947 cmpi cr0,0,r5,1 /* See if PLL is locked */
1950 #endif /* CONFIG_BUBINGA */
1954 andi. r5, r4, CPC0_BOOT_SEP@l
1955 bne strap_1 /* serial eeprom present */
1956 addis r5,0,CPLD_REG0_ADDR@h
1957 ori r5,r5,CPLD_REG0_ADDR@l
1960 #endif /* CONFIG_TAIHU */
1962 #if defined(CONFIG_ZEUS)
1964 andi. r5, r4, CPC0_BOOT_SEP@l
1965 bne strap_1 /* serial eeprom present */
1972 mfdcr r3, CPC0_PLLMR0
1973 mfdcr r4, CPC0_PLLMR1
1977 addis r3,0,PLLMR0_DEFAULT@h /* PLLMR0 default value */
1978 ori r3,r3,PLLMR0_DEFAULT@l /* */
1979 addis r4,0,PLLMR1_DEFAULT@h /* PLLMR1 default value */
1980 ori r4,r4,PLLMR1_DEFAULT@l /* */
1985 addis r3,0,PLLMR0_DEFAULT_PCI66@h
1986 ori r3,r3,PLLMR0_DEFAULT_PCI66@l
1987 addis r4,0,PLLMR1_DEFAULT_PCI66@h
1988 ori r4,r4,PLLMR1_DEFAULT_PCI66@l
1991 mfdcr r3, CPC0_PLLMR0
1992 mfdcr r4, CPC0_PLLMR1
1993 #endif /* CONFIG_TAIHU */
1996 b pll_write /* Write the CPC0_PLLMR with new value */
2000 !-----------------------------------------------------------------------
2001 ! Clear Soft Reset Register
2002 ! This is needed to enable PCI if not booting from serial EPROM
2003 !-----------------------------------------------------------------------
2013 blr /* return to main code */
2016 !-----------------------------------------------------------------------------
2017 ! Function: pll_write
2018 ! Description: Updates the value of the CPC0_PLLMR according to CMOS27E documentation
2020 ! 1. Pll is first disabled (de-activated by putting in bypass mode)
2022 ! 3. Clock dividers are set while PLL is held in reset and bypassed
2023 ! 4. PLL Reset is cleared
2024 ! 5. Wait 100us for PLL to lock
2025 ! 6. A core reset is performed
2026 ! Input: r3 = Value to write to CPC0_PLLMR0
2027 ! Input: r4 = Value to write to CPC0_PLLMR1
2029 !-----------------------------------------------------------------------------
2035 ori r5,r5,0x0101 /* Stop the UART clocks */
2036 mtdcr CPC0_UCR,r5 /* Before changing PLL */
2038 mfdcr r5, CPC0_PLLMR1
2039 rlwinm r5,r5,0,0x7FFFFFFF /* Disable PLL */
2040 mtdcr CPC0_PLLMR1,r5
2041 oris r5,r5,0x4000 /* Set PLL Reset */
2042 mtdcr CPC0_PLLMR1,r5
2044 mtdcr CPC0_PLLMR0,r3 /* Set clock dividers */
2045 rlwinm r5,r4,0,0x3FFFFFFF /* Reset & Bypass new PLL dividers */
2046 oris r5,r5,0x4000 /* Set PLL Reset */
2047 mtdcr CPC0_PLLMR1,r5 /* Set clock dividers */
2048 rlwinm r5,r5,0,0xBFFFFFFF /* Clear PLL Reset */
2049 mtdcr CPC0_PLLMR1,r5
2052 ! Wait min of 100us for PLL to lock.
2053 ! See CMOS 27E databook for more info.
2054 ! At 200MHz, that means waiting 20,000 instructions
2056 addi r3,0,20000 /* 2000 = 0x4e20 */
2061 oris r5,r5,0x8000 /* Enable PLL */
2062 mtdcr CPC0_PLLMR1,r5 /* Engage */
2065 * Reset CPU to guarantee timings are OK
2066 * Not sure if this is needed...
2069 mtspr SPRN_DBCR0,r3 /* This will cause a CPU core reset, and */
2070 /* execution will continue from the poweron */
2071 /* vector of 0xfffffffc */
2072 #endif /* CONFIG_405EP */
2074 #if defined(CONFIG_440)
2075 /*----------------------------------------------------------------------------+
2077 +----------------------------------------------------------------------------*/
2078 function_prolog(mttlb3)
2081 function_epilog(mttlb3)
2083 /*----------------------------------------------------------------------------+
2085 +----------------------------------------------------------------------------*/
2086 function_prolog(mftlb3)
2089 function_epilog(mftlb3)
2091 /*----------------------------------------------------------------------------+
2093 +----------------------------------------------------------------------------*/
2094 function_prolog(mttlb2)
2097 function_epilog(mttlb2)
2099 /*----------------------------------------------------------------------------+
2101 +----------------------------------------------------------------------------*/
2102 function_prolog(mftlb2)
2105 function_epilog(mftlb2)
2107 /*----------------------------------------------------------------------------+
2109 +----------------------------------------------------------------------------*/
2110 function_prolog(mttlb1)
2113 function_epilog(mttlb1)
2115 /*----------------------------------------------------------------------------+
2117 +----------------------------------------------------------------------------*/
2118 function_prolog(mftlb1)
2121 function_epilog(mftlb1)
2122 #endif /* CONFIG_440 */
2124 #if defined(CONFIG_NAND_SPL)
2126 * void nand_boot_relocate(dst, src, bytes)
2128 * r3 = Destination address to copy code to (in SDRAM)
2129 * r4 = Source address to copy code from
2130 * r5 = size to copy in bytes
2138 * Copy SPL from icache into SDRAM
2150 * Calculate "corrected" link register, so that we "continue"
2151 * in execution in destination range
2153 sub r3,r7,r6 /* r3 = src - dst */
2154 sub r8,r8,r3 /* r8 = link-reg - (src - dst) */
2160 * First initialize SDRAM. It has to be available *before* calling
2163 lis r3,CONFIG_SYS_SDRAM_BASE@h
2164 ori r3,r3,CONFIG_SYS_SDRAM_BASE@l
2168 * Now copy the 4k SPL code into SDRAM and continue execution
2171 lis r3,CONFIG_SYS_NAND_BOOT_SPL_DST@h
2172 ori r3,r3,CONFIG_SYS_NAND_BOOT_SPL_DST@l
2173 lis r4,CONFIG_SYS_NAND_BOOT_SPL_SRC@h
2174 ori r4,r4,CONFIG_SYS_NAND_BOOT_SPL_SRC@l
2175 lis r5,CONFIG_SYS_NAND_BOOT_SPL_SIZE@h
2176 ori r5,r5,CONFIG_SYS_NAND_BOOT_SPL_SIZE@l
2177 bl nand_boot_relocate
2180 * We're running from SDRAM now!!!
2182 * It is necessary for 4xx systems to relocate from running at
2183 * the original location (0xfffffxxx) to somewhere else (SDRAM
2184 * preferably). This is because CS0 needs to be reconfigured for
2185 * NAND access. And we can't reconfigure this CS when currently
2186 * "running" from it.
2190 * Finally call nand_boot() to load main NAND U-Boot image from
2191 * NAND and jump to it.
2193 bl nand_boot /* will not return */
2194 #endif /* CONFIG_NAND_SPL */