projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
9a6b7b0
)
Corrected PLLA setting to remove error in BRG at 115k. Removed 2 files
author
hcg
<hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 5 Jun 2007 03:37:01 +0000
(
03:37
+0000)
committer
hcg
<hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 5 Jun 2007 03:37:01 +0000
(
03:37
+0000)
not required
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7499
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/at91-2.6/image/dfboot/src/binary/DataflashBoot-1.05.bin
[deleted file]
patch
|
blob
|
history
target/linux/at91-2.6/image/dfboot/src/gcc-softfloat-3.4.5-glibc-2.3.6.sh
[deleted file]
patch
|
blob
|
history
target/linux/at91-2.6/image/dfboot/src/main.c
patch
|
blob
|
history
diff --git
a/target/linux/at91-2.6/image/dfboot/src/binary/DataflashBoot-1.05.bin
b/target/linux/at91-2.6/image/dfboot/src/binary/DataflashBoot-1.05.bin
deleted file mode 100755
(executable)
index
52262a5
..0000000
Binary files a/target/linux/at91-2.6/image/dfboot/src/binary/DataflashBoot-1.05.bin and /dev/null differ
diff --git
a/target/linux/at91-2.6/image/dfboot/src/gcc-softfloat-3.4.5-glibc-2.3.6.sh
b/target/linux/at91-2.6/image/dfboot/src/gcc-softfloat-3.4.5-glibc-2.3.6.sh
deleted file mode 100755
(executable)
index
c1da1af
..0000000
--- a/
target/linux/at91-2.6/image/dfboot/src/gcc-softfloat-3.4.5-glibc-2.3.6.sh
+++ /dev/null
@@
-1,9
+0,0 @@
-#!/bin/bash
-# This is a Softfloat version of gcc for ARM suitable to compile U-Boot.
-# It was compiled using crosstool-0.42 using
-export GCCROOT=/usr/local/arm
-export GCC_VERSION=3.4.5
-export GLIBC_VERSION=2.3.6
-export CROSS_CHAIN=gcc-$GCC_VERSION-glibc-$GLIBC_VERSION
-export PATH=$PATH:$GCCROOT/$CROSS_CHAIN/arm-softfloat-linux-gnu/bin
-export CROSS_COMPILE=arm-softfloat-linux-gnu-
diff --git
a/target/linux/at91-2.6/image/dfboot/src/main.c
b/target/linux/at91-2.6/image/dfboot/src/main.c
index
f2747e3
..
c0705de
100644
(file)
--- a/
target/linux/at91-2.6/image/dfboot/src/main.c
+++ b/
target/linux/at91-2.6/image/dfboot/src/main.c
@@
-48,7
+48,8
@@
#else
#define AT91C_BOOT_DATAFLASH_ADDR 0xC0008000
#endif
#else
#define AT91C_BOOT_DATAFLASH_ADDR 0xC0008000
#endif
-#define AT91C_PLLA_VALUE 0x2026BE04 // crystal= 18.432MHz
+#define AT91C_PLLA_VALUE 0x237A3E5A // crystal= 18.432MHz - fixes BRG error at 115kbps
+//#define AT91C_PLLA_VALUE 0x2026BE04 // crystal= 18.432MHz
//#define AT91C_PLLA_VALUE 0x202CBE01 // crystal= 4MHz
//#define AT91C_PLLA_VALUE 0x202CBE01 // crystal= 4MHz
This page took
0.037337 seconds
and
4
git commands to generate.