Hi,
No it's not wrong. You should use CKSEG1ADDR() to access that address.
KSEG1 is an unmapped uncached address space on physical memory.
So, CKSEG1ADDR(1F00) is basically 0xBF00.
Regard,
Nikolaos Pasaloukos
> -Original Message-
> From: u-boot-boun...@lists.denx.d
Herein lie a number of patches to add support for WPJ344 board in
U-Boot. These patches add the following features to the board:
One Ethernet port enabled (the one closest to power jack)
SPI drivers
Nikolaos Pasaloukos (7):
MIPS: AR7240: Address space declaration for SoC ar7240
This file declares many address spaces for ar7240 System On Chip
Signed-off-by: Nikolaos Pasaloukos
Cc: Daniel Schwierzeck
---
arch/mips/include/asm/ar7240_addrspace.h | 387 +++
1 file changed, 387 insertions(+)
create mode 100644 arch/mips/include/asm
Add support for DRAM initialization on ar7240 and similar SoC
Signed-off-by: Nikolaos Pasaloukos
Cc: Daniel Schwierzeck
---
arch/mips/cpu/mips32/ar7240/Makefile | 7 +
arch/mips/cpu/mips32/ar7240/ar7240_dram.c | 298 ++
2 files changed, 305 insertions
Add ethernet support to ar934x using Atheros phy
Signed-off-by: Nikolaos Pasaloukos
Cc: Joe Hershberger
---
drivers/net/phy/atheros.c | 42 +++
1 file changed, 42 insertions(+)
diff --git a/drivers/net/phy/atheros.c b/drivers/net/phy/atheros.c
index
Add SPI drivers for ar7240 SoC
Signed-off-by: Nikolaos Pasaloukos
Cc: Jagannadha Sutradharudu Teki
---
drivers/spi/Makefile | 1 +
drivers/spi/ar7240_spi.c | 97
2 files changed, 98 insertions(+)
create mode 100644 drivers/spi/ar7240_spi.c
Add Ethernet support for AR934x SoC. Since it uses Atheros generic phy
support, only one Ethernet port is being set up.
Signed-off-by: Nikolaos Pasaloukos
Cc: Joe Hershberger
---
drivers/net/Makefile | 1 +
drivers/net/ar934x.c | 572
Fix the name appearing in menuconfig for memtest command
Signed-off-by: Nikolaos Pasaloukos
Cc: Masahiro Yamada http://lists.denx.de/mailman/listinfo/u-boot
8 matches
Mail list logo