enable low level debug and boot_params offset 0x88000

This commit is contained in:
lhh
2010-10-21 21:39:31 +08:00
parent ce551b6799
commit 76cdfd6226
3 changed files with 5 additions and 4 deletions

View File

@@ -225,6 +225,7 @@ CONFIG_ARM_L1_CACHE_SHIFT=5
# CONFIG_ARM_ERRATA_430973 is not set
# CONFIG_ARM_ERRATA_458693 is not set
# CONFIG_ARM_ERRATA_460075 is not set
CONFIG_ARM_GIC=y
#
# Bus support
@@ -822,7 +823,7 @@ CONFIG_ARM_UNWIND=y
CONFIG_DEBUG_ERRORS=y
# CONFIG_DEBUG_STACK_USAGE is not set
CONFIG_DEBUG_LL=y
CONFIG_DEBUG_ICEDCC=y
# CONFIG_DEBUG_ICEDCC is not set
#
# Security options

View File

@@ -1,3 +1,3 @@
zreladdr-y := 0x60408000
params_phys-y := 0x600f8000
params_phys-y := 0x60088000
initrd_phys-y := 0x60800000

View File

@@ -68,8 +68,8 @@ MACHINE_START(RK29, "RK29board")
/* UART for LL DEBUG */
.phys_io = RK29_UART1_PHYS,
.io_pg_offst = ((RK29_ADDR_BASE0) >> 18) & 0xfffc,
.boot_params = RK29_SDRAM_PHYS + 0xf8000,
.io_pg_offst = ((RK29_UART1_BASE) >> 18) & 0xfffc,
.boot_params = RK29_SDRAM_PHYS + 0x88000,
.map_io = machine_rk29_mapio,
.init_irq = machine_rk29_init_irq,
.init_machine = machine_rk29_board_init,