-
- Downloads
ramips/rt305x: add initial support for Rt5350 SoC
Somehow detecting the RAM size in common/setup.c doesn't
work here, it always detects 64M and then crashes on devices
with less RAM.
Probably using MEMC_REG_SDRAM_CFG1 to know the RAM size is how
it could be, for now I use the mem=32M kernel parameter to get
stuff working.
Signed-off-by:
Daniel Golle <dgolle@allnet.de>
SVN-Revision: 33381
Showing
- target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x.h 6 additions, 0 deletions...x/ramips/files/arch/mips/include/asm/mach-ralink/rt305x.h
- target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_regs.h 9 additions, 0 deletions...ips/files/arch/mips/include/asm/mach-ralink/rt305x_regs.h
- target/linux/ramips/files/arch/mips/ralink/rt305x/clock.c 21 additions, 0 deletionstarget/linux/ramips/files/arch/mips/ralink/rt305x/clock.c
- target/linux/ramips/files/arch/mips/ralink/rt305x/devices.c 1 addition, 1 deletiontarget/linux/ramips/files/arch/mips/ralink/rt305x/devices.c
- target/linux/ramips/files/arch/mips/ralink/rt305x/rt305x.c 4 additions, 1 deletiontarget/linux/ramips/files/arch/mips/ralink/rt305x/rt305x.c
Loading
Please register or sign in to comment