diff options
Diffstat (limited to 'flash')
-rw-r--r-- | flash/README | 2 | ||||
-rw-r--r-- | flash/bootbox/main.c | 2 | ||||
-rw-r--r-- | flash/bootloader/README | 2 | ||||
-rw-r--r-- | flash/bootloader/bootloader.c | 2 | ||||
-rw-r--r-- | flash/extract/README | 2 | ||||
-rw-r--r-- | flash/extract/extract.c | 2 | ||||
-rw-r--r-- | flash/make_firmware/README | 2 | ||||
-rw-r--r-- | flash/make_firmware/make_firmware.c | 2 | ||||
-rw-r--r-- | flash/minimon/README | 2 | ||||
-rw-r--r-- | flash/uart_boot/README | 2 |
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 J๖rg Hohensohn | 1 | (c) 2003 by Jรถrg Hohensohn |
2 | 2 | ||
3 | Sourcecode for the flash "infrastructure" | 3 | Sourcecode for the flash "infrastructure" |
4 | Please bear in mind that these are powerful tools, don't fool with them! | 4 | Please 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 J๖rg 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 J๖rg Hohensohn | 1 | (c) 2003 by Jรถrg Hohensohn |
2 | 2 | ||
3 | This is the source code for the flash bootloader. | 3 | This is the source code for the flash bootloader. |
4 | It give the dual boot feature, decompresses one of two software images. | 4 | It 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 J๖rg 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 J๖rg Hohensohn | 1 | (c) 2003 by Jรถrg Hohensohn |
2 | 2 | ||
3 | This tool extracts the firmware image out of an original Archos ROM dump, | 3 | This tool extracts the firmware image out of an original Archos ROM dump, |
4 | like created with the Rockbox debug->dump feature. | 4 | like 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 J๖rg 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 J๖rg Hohensohn | 1 | (c) 2003 by Jรถrg Hohensohn |
2 | 2 | ||
3 | This tool composes a firmware file, out of: | 3 | This tool composes a firmware file, out of: |
4 | 1. Template for the first Flash page | 4 | 1. 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 J๖rg 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 J๖rg Hohensohn | 1 | (c) 2003 by Jรถrg Hohensohn |
2 | 2 | ||
3 | MiniMon is the tiny but powerful-enough piece of code that can be loaded | 3 | MiniMon is the tiny but powerful-enough piece of code that can be loaded |
4 | with the UART boot mod. | 4 | with 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 J๖rg Hohensohn | 1 | (c) 2003 by Jรถrg Hohensohn |
2 | 2 | ||
3 | This is the client side for MiniMon, a command line program that communicates with it. | 3 | This is the client side for MiniMon, a command line program that communicates with it. |
4 | It can be used to reflash a box from ground up, load a program like gdb stub or Rockbox, | 4 | It can be used to reflash a box from ground up, load a program like gdb stub or Rockbox, |