Changeset 23 in svn


Ignore:
Timestamp:
May 4, 2015 3:50:17 PM (11 years ago)
Author:
megakiss
Message:

티브로드 리모콘 전원키 동작하도록 부트로더 코드 수정

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/newcon3bcm2_21bu/dta/src/bootloader7574/cir.c

    r5 r23  
    221221                        *(volatile unsigned long *)PHYS_TO_K1(BCHP_PHYSICAL_OFFSET+BCHP_KBD1_KBD_MASK0)         = ~0x51AF30CF; 
    222222                        *(volatile unsigned long *)PHYS_TO_K1(BCHP_PHYSICAL_OFFSET+BCHP_KBD1_KBD_PAT0 )         = 0x51AF30CF; 
    223                         *(volatile unsigned long *)PHYS_TO_K1(BCHP_PHYSICAL_OFFSET+BCHP_KBD1_KBD_MASK1)         = ~0x00FF0000; 
    224                         *(volatile unsigned long *)PHYS_TO_K1(BCHP_PHYSICAL_OFFSET+BCHP_KBD1_KBD_PAT1 )         = 0x00FF0000; 
    225                         *(volatile unsigned long *)PHYS_TO_K1(BCHP_PHYSICAL_OFFSET+BCHP_KBD1_KBD_MASK2)         = ~0x00000410; 
    226                         *(volatile unsigned long *)PHYS_TO_K1(BCHP_PHYSICAL_OFFSET+BCHP_KBD1_KBD_PAT2 )         = 0x00000410;    
     223                        *(volatile unsigned long *)PHYS_TO_K1(BCHP_PHYSICAL_OFFSET+BCHP_KBD1_KBD_MASK1)         = ~0x30CF0000; 
     224                        *(volatile unsigned long *)PHYS_TO_K1(BCHP_PHYSICAL_OFFSET+BCHP_KBD1_KBD_PAT1 )         = 0x30CF0000; 
     225                        *(volatile unsigned long *)PHYS_TO_K1(BCHP_PHYSICAL_OFFSET+BCHP_KBD1_KBD_MASK2)         = ~0x000051AF; 
     226                        *(volatile unsigned long *)PHYS_TO_K1(BCHP_PHYSICAL_OFFSET+BCHP_KBD1_KBD_PAT2 )         = 0x000051AF;    
    227227#endif 
    228228                } 
Note: See TracChangeset for help on using the changeset viewer.