Browse Source

unify DISABLE_DDR_A15 for 3A2000 and 3A3000

Change-Id: Ia2b9d3382b8abfb88934db74cd9284f585c4eaaa
master
Huang Shuai 7 years ago
committed by zhangbaoqi
parent
commit
11478f5582
  1. 1
      Targets/Bonito3a82h/Bonito/start.S
  2. 1
      Targets/Bonito3a82w/Bonito/start.S
  3. 1
      Targets/Bonito3a84w/Bonito/start.S
  4. 2
      Targets/Bonito3a8780e/Bonito/start.S
  5. 2
      Targets/Bonito3a92h/Bonito/start.S
  6. 1
      Targets/Bonito3a92w/Bonito/start.S
  7. 1
      Targets/Bonito3a94w/Bonito/start.S
  8. 2
      Targets/Bonito3a9780e/Bonito/start.S
  9. 1
      Targets/Bonito3a9780e/conf/Bonito.3a9780e
  10. 2
      pmon/arch/mips/mm/loongson3A2000_ddr2_config.S
  11. 2
      pmon/arch/mips/mm/loongson3_ddr2_config.S

1
Targets/Bonito3a82h/Bonito/start.S

@ -561,6 +561,7 @@ after_ht:
#endif
//#define DEBUG_AUTO_ARB_LEVEL
#endif
//#define DISABLE_DDR_A15
//#define DEBUG_DDR
//#define DEBUG_DDR_PARAM

1
Targets/Bonito3a82w/Bonito/start.S

@ -699,6 +699,7 @@ no_reboot:
#endif
//#define DEBUG_AUTO_ARB_LEVEL
#endif
//#define DISABLE_DDR_A15
//#define DEBUG_DDR
//#define DEBUG_DDR_PARAM

1
Targets/Bonito3a84w/Bonito/start.S

@ -516,6 +516,7 @@ no_reboot:
#endif
//#define DEBUG_AUTO_ARB_LEVEL
#endif
//#define DISABLE_DDR_A15
//#define DEBUG_DDR
//#define DEBUG_DDR_PARAM
//#define DEBUG_DDR_NODE

2
Targets/Bonito3a8780e/Bonito/start.S

@ -569,7 +569,7 @@ soft_out:
#endif
//#define DEBUG_AUTO_ARB_LEVEL
#endif
#define DDR_ADDR_PIN_15
#define DISABLE_DDR_A15
//#define DEBUG_DDR
//#define DEBUG_DDR_PARAM

2
Targets/Bonito3a92h/Bonito/start.S

@ -692,7 +692,7 @@ soft_out:
#endif
//#define DEBUG_DDR
//#define DEBUG_DDR_PARAM
#define DDR_ADDR_PIN_15
#define DISABLE_DDR_A15
#define PRINT_DDR_LEVELING
TTYDBG("\r\nStart Init Memory, wait a while......\r\n")

1
Targets/Bonito3a92w/Bonito/start.S

@ -504,6 +504,7 @@ no_reboot:
#endif
//#define DEBUG_AUTO_ARB_LEVEL
#endif
//#define DISABLE_DDR_A15
//#define DEBUG_DDR
//#define DEBUG_DDR_PARAM

1
Targets/Bonito3a94w/Bonito/start.S

@ -516,6 +516,7 @@ no_reboot:
#endif
//#define DEBUG_AUTO_ARB_LEVEL
#endif
//#define DISABLE_DDR_A15
//#define DEBUG_DDR
//#define DEBUG_DDR_PARAM
//#define DEBUG_DDR_NODE

2
Targets/Bonito3a9780e/Bonito/start.S

@ -684,7 +684,7 @@ soft_out:
#endif
//#define DEBUG_AUTO_ARB_LEVEL
#endif
#define DDR_ADDR_PIN_15
#define DISABLE_DDR_A15
//#define DEBUG_DDR
//#define DEBUG_DDR_PARAM
//#define DISABLE_HARD_LEVELING

1
Targets/Bonito3a9780e/conf/Bonito.3a9780e

@ -21,7 +21,6 @@ option TARGETNAME="\"Bonito\""
# Platform options
#
option loongson3A3
option LS_DDR_HALF
option LSMC_2
#option ARB_LEVEL
option DDR3_DIMM

2
pmon/arch/mips/mm/loongson3A2000_ddr2_config.S

@ -112,7 +112,7 @@
#endif
#ifdef LS_DDR_HALF
#ifdef DISABLE_DDR_A15
#ifndef LSMCD3_2
//hot fix for lack of address pin A15 when use LSMC. For example RS780E R1.03
//check MC1 first

2
pmon/arch/mips/mm/loongson3_ddr2_config.S

@ -181,7 +181,7 @@
#endif
#ifndef LSMCD3_2
#ifdef DDR_ADDR_PIN_15
#ifdef DISABLE_DDR_A15
//hot fix for lack of address pin A15 when use LSMC. For example RS780E R1.03
//check MC1 first
move t1, s1 //store s1

Loading…
Cancel
Save