Re: [U-Boot] ralink RT3052 5X flash memory map

2013-11-28 Thread Nikolaos Pasaloukos
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

[U-Boot] [PATCH RFC 0/7] Add support for WPJ344 board

2013-11-29 Thread Nikolaos Pasaloukos
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

[U-Boot] [PATCH RFC 1/7] MIPS: AR7240: Address space declaration for SoC ar7240

2013-11-29 Thread Nikolaos Pasaloukos
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

[U-Boot] [PATCH RFC 4/7] MIPS: AR7240: DRAM Initialization file

2013-11-29 Thread Nikolaos Pasaloukos
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

[U-Boot] [PATCH RFC 6/7] ATHEROS: AR934X: Add support for ar934x SoC

2013-11-29 Thread Nikolaos Pasaloukos
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

[U-Boot] [PATCH RFC 2/7] MIPS: AR7240: SPI drivers for ar7240

2013-11-29 Thread Nikolaos Pasaloukos
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

[U-Boot] [PATCH RFC 7/7] NET: AR934x: Ethernet drivers for SoC AR934x

2013-11-29 Thread Nikolaos Pasaloukos
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

[U-Boot] [U-BOOT 1/1] kconfig: common: Fix memtest bool name

2015-03-05 Thread Nikolaos Pasaloukos
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