summaryrefslogtreecommitdiff
path: root/flash
diff options
context:
space:
mode:
Diffstat (limited to 'flash')
-rw-r--r--flash/README2
-rw-r--r--flash/bootbox/main.c2
-rw-r--r--flash/bootloader/README2
-rw-r--r--flash/bootloader/bootloader.c2
-rw-r--r--flash/extract/README2
-rw-r--r--flash/extract/extract.c2
-rw-r--r--flash/make_firmware/README2
-rw-r--r--flash/make_firmware/make_firmware.c2
-rw-r--r--flash/minimon/README2
-rw-r--r--flash/uart_boot/README2
10 files changed, 10 insertions, 10 deletions
diff --git a/flash/README b/flash/README
index 9f77dd502f..47ae4ce780 100644
--- a/flash/README
+++ b/flash/README
@@ -1,4 +1,4 @@
1(c) 2003 by Jrg Hohensohn 1(c) 2003 by Jรถrg Hohensohn
2 2
3Sourcecode for the flash "infrastructure" 3Sourcecode for the flash "infrastructure"
4Please bear in mind that these are powerful tools, don't fool with them! 4Please bear in mind that these are powerful tools, don't fool with them!
diff --git a/flash/bootbox/main.c b/flash/bootbox/main.c
index 1f459b7bcb..96878d2795 100644
--- a/flash/bootbox/main.c
+++ b/flash/bootbox/main.c
@@ -7,7 +7,7 @@
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id$ 8 * $Id$
9 * 9 *
10 * Copyright (C) 2005 by Jrg Hohensohn aka [IDC]Dragon 10 * Copyright (C) 2005 by Jรถrg Hohensohn aka [IDC]Dragon
11 * 11 *
12 * This is "Bootbox", a minimalistic loader, rescue firmware for just 12 * This is "Bootbox", a minimalistic loader, rescue firmware for just
13 * booting into a full features one. Aside from that it does charging 13 * booting into a full features one. Aside from that it does charging
diff --git a/flash/bootloader/README b/flash/bootloader/README
index 16c27d9876..47583da445 100644
--- a/flash/bootloader/README
+++ b/flash/bootloader/README
@@ -1,4 +1,4 @@
1(c) 2003 by Jrg Hohensohn 1(c) 2003 by Jรถrg Hohensohn
2 2
3This is the source code for the flash bootloader. 3This is the source code for the flash bootloader.
4It give the dual boot feature, decompresses one of two software images. 4It give the dual boot feature, decompresses one of two software images.
diff --git a/flash/bootloader/bootloader.c b/flash/bootloader/bootloader.c
index d5ce509cce..e973a30d04 100644
--- a/flash/bootloader/bootloader.c
+++ b/flash/bootloader/bootloader.c
@@ -7,7 +7,7 @@
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id$ 8 * $Id$
9 * 9 *
10 * Copyright (C) 2003 by Jrg Hohensohn 10 * Copyright (C) 2003 by Jรถrg Hohensohn
11 * 11 *
12 * Second-level bootloader, with dual-boot feature by holding F1/Menu 12 * Second-level bootloader, with dual-boot feature by holding F1/Menu
13 * This is the image being descrambled and executed by the boot ROM. 13 * This is the image being descrambled and executed by the boot ROM.
diff --git a/flash/extract/README b/flash/extract/README
index b66443aa34..6f1934906e 100644
--- a/flash/extract/README
+++ b/flash/extract/README
@@ -1,4 +1,4 @@
1(c) 2003 by Jrg Hohensohn 1(c) 2003 by Jรถrg Hohensohn
2 2
3This tool extracts the firmware image out of an original Archos ROM dump, 3This tool extracts the firmware image out of an original Archos ROM dump,
4like created with the Rockbox debug->dump feature. 4like created with the Rockbox debug->dump feature.
diff --git a/flash/extract/extract.c b/flash/extract/extract.c
index 2a8a7b3ec7..f5bf264067 100644
--- a/flash/extract/extract.c
+++ b/flash/extract/extract.c
@@ -7,7 +7,7 @@
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id$ 8 * $Id$
9 * 9 *
10 * Copyright (C) 2003 by Jrg Hohensohn 10 * Copyright (C) 2003 by Jรถrg Hohensohn
11 * 11 *
12 * Tool to extract the scrambled image out of an Archos flash ROM dump 12 * Tool to extract the scrambled image out of an Archos flash ROM dump
13 * 13 *
diff --git a/flash/make_firmware/README b/flash/make_firmware/README
index 7110610284..9bc9892070 100644
--- a/flash/make_firmware/README
+++ b/flash/make_firmware/README
@@ -1,4 +1,4 @@
1(c) 2003 by Jrg Hohensohn 1(c) 2003 by Jรถrg Hohensohn
2 2
3This tool composes a firmware file, out of: 3This tool composes a firmware file, out of:
41. Template for the first Flash page 41. Template for the first Flash page
diff --git a/flash/make_firmware/make_firmware.c b/flash/make_firmware/make_firmware.c
index 05cb3322ea..6fbc26ab2f 100644
--- a/flash/make_firmware/make_firmware.c
+++ b/flash/make_firmware/make_firmware.c
@@ -7,7 +7,7 @@
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id$ 8 * $Id$
9 * 9 *
10 * Copyright (C) 2003 by Jrg Hohensohn 10 * Copyright (C) 2003 by Jรถrg Hohensohn
11 * 11 *
12 * Autoring tool for the firmware image to be programmed into Flash ROM 12 * Autoring tool for the firmware image to be programmed into Flash ROM
13 * It composes the flash content with header, bootloader and image(s) 13 * It composes the flash content with header, bootloader and image(s)
diff --git a/flash/minimon/README b/flash/minimon/README
index b80edd9689..4eca81e7e9 100644
--- a/flash/minimon/README
+++ b/flash/minimon/README
@@ -1,4 +1,4 @@
1(c) 2003 by Jrg Hohensohn 1(c) 2003 by Jรถrg Hohensohn
2 2
3MiniMon is the tiny but powerful-enough piece of code that can be loaded 3MiniMon is the tiny but powerful-enough piece of code that can be loaded
4with the UART boot mod. 4with the UART boot mod.
diff --git a/flash/uart_boot/README b/flash/uart_boot/README
index edfa20c121..af2b5ae87d 100644
--- a/flash/uart_boot/README
+++ b/flash/uart_boot/README
@@ -1,4 +1,4 @@
1(c) 2003 by Jrg Hohensohn 1(c) 2003 by Jรถrg Hohensohn
2 2
3This is the client side for MiniMon, a command line program that communicates with it. 3This is the client side for MiniMon, a command line program that communicates with it.
4It can be used to reflash a box from ground up, load a program like gdb stub or Rockbox, 4It can be used to reflash a box from ground up, load a program like gdb stub or Rockbox,