summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorproski <proski>2006-07-25 22:38:28 +0000
committerproski <proski>2006-07-25 22:38:28 +0000
commita22129de392aac15963fbec5417c5caa17ec3b06 (patch)
treeca4e81949e9bb9d9d1da65ef467d5d145d4c9f9d
parenta2a77168daf24291dd9b89eddc52dd2549bcd095 (diff)
Actually use fw-rfmd-0.100.4-16.h
Although it's an obsolete firmware, there is no reason not to support its conversion to a binary.
-rw-r--r--fwutils/Makefile1
-rw-r--r--fwutils/gen_fw.c12
2 files changed, 13 insertions, 0 deletions
diff --git a/fwutils/Makefile b/fwutils/Makefile
index 8631f81..7bde21e 100644
--- a/fwutils/Makefile
+++ b/fwutils/Makefile
@@ -5,6 +5,7 @@ BINFILES = \
atmel_at76c503-i3861.bin \
atmel_at76c503-i3863.bin \
atmel_at76c503-rfmd-0.90.2-140.bin \
+ atmel_at76c503-rfmd-0.100.4-16.bin \
atmel_at76c503-rfmd-acc.bin \
atmel_at76c503-rfmd.bin \
atmel_at76c505-rfmd.bin \
diff --git a/fwutils/gen_fw.c b/fwutils/gen_fw.c
index c4d726e..c8df342 100644
--- a/fwutils/gen_fw.c
+++ b/fwutils/gen_fw.c
@@ -22,6 +22,12 @@ u8 extfw_503rfmd_0_90_2[] = FW_503RFMD_EXTERNAL;
#undef FW_503RFMD_INTERNAL
#undef FW_503RFMD_EXTERNAL
+#include "fw-rfmd-0.100.4-16.h"
+u8 intfw_503rfmd_0_100_4[] = FW_503RFMD_INTERNAL;
+u8 extfw_503rfmd_0_100_4[] = FW_503RFMD_EXTERNAL;
+#undef FW_503RFMD_INTERNAL
+#undef FW_503RFMD_EXTERNAL
+
#include "fw-rfmd-1.101.0-84.h"
#include "fw-rfmd-acc-1.101.0-84.h"
#include "fw-i3861.h"
@@ -86,6 +92,12 @@ struct fw {
intfw_503rfmd_0_90_2, sizeof(intfw_503rfmd_0_90_2),
extfw_503rfmd_0_90_2, sizeof(extfw_503rfmd_0_90_2)},
+ { "atmel_at76c503-rfmd-0.100.4-16.bin", BOARDTYPE_503_RFMD,
+ 0x00640410, "0.100.4-16 503 RFMD "
+ "Copyright (c) 1999-2000 by Atmel Corporation",
+ intfw_503rfmd_0_100_4, sizeof(intfw_503rfmd_0_100_4),
+ extfw_503rfmd_0_100_4, sizeof(extfw_503rfmd_0_100_4)},
+
{ "atmel_at76c503-rfmd.bin", BOARDTYPE_503_RFMD,
0x01650054, "1.101.0-84 503 RFMD "
"Copyright (c) 1999-2000 by Atmel Corporation",