Author: wmb Date: 2008-10-31 18:18:42 +0100 (Fri, 31 Oct 2008) New Revision: 989
Modified: cpu/x86/pc/neptune/addrs.fth cpu/x86/pc/neptune/config.fth Log: Neptune - fixed a problem in the DMA range configuration that was causing fragmentation of the available list.
Modified: cpu/x86/pc/neptune/addrs.fth =================================================================== --- cpu/x86/pc/neptune/addrs.fth 2008-10-27 23:37:02 UTC (rev 988) +++ cpu/x86/pc/neptune/addrs.fth 2008-10-31 17:18:42 UTC (rev 989) @@ -37,10 +37,8 @@
h# 18.0000 constant heap-size
-h# 300.0000 constant jffs2-dirent-base -h# 500.0000 constant jffs2-inode-base -h# 700.0000 constant dma-base -h# 900.0000 constant dma-size +h# 800.0000 constant dma-base +h# 7800.0000 constant dma-size
h# f.0000 constant suspend-base \ In the DOS hole h# f.0008 constant resume-entry
Modified: cpu/x86/pc/neptune/config.fth =================================================================== --- cpu/x86/pc/neptune/config.fth 2008-10-27 23:37:02 UTC (rev 988) +++ cpu/x86/pc/neptune/config.fth 2008-10-31 17:18:42 UTC (rev 989) @@ -30,7 +30,7 @@ create serial-console \ Define to default to serial port for console create pc create linux-support -create jffs2-support +\ create jffs2-support create use-elf
create lx-pll-autoconfig \ enable pll autoconfiguration from bootstrap pin