]> git.sur5r.net Git - u-boot/blobdiff - board/palmtreo680/README
arm: ep9315: Add .vectors section to lds and remove obsolete lds
[u-boot] / board / palmtreo680 / README
index 159f1f69dc0df47e51b5ab64ec4c46a70afa74f7..c8799c6ab1a25689a921d2b6e57aa05e05295df9 100644 (file)
@@ -30,7 +30,6 @@ go wrong, but please tell me what happened exactly.  For that matter, I'd love
 to hear from you if you succeed.
 
 
 to hear from you if you succeed.
 
 
-
 Details on the SPL
 ==================
 
 Details on the SPL
 ==================
 
@@ -51,7 +50,6 @@ IPL has already loaded to its correct SDRAM address, and then loads the
 remainder of u-boot and jumps to it.
 
 
 remainder of u-boot and jumps to it.
 
 
-
 The docg4's "reliable mode"
 ===========================
 
 The docg4's "reliable mode"
 ===========================
 
@@ -79,7 +77,6 @@ module parameter), but not reading.  However, the u-boot docg4_spl driver does
 read in reliable mode, in the same fashion as the IPL.
 
 
 read in reliable mode, in the same fashion as the IPL.
 
 
-
 Details on the IPL and its data format
 ======================================
 
 Details on the IPL and its data format
 ======================================
 
@@ -105,7 +102,6 @@ For the sake of simplicity and uniformity, the u-boot SPL mimics the operation
 of the IPL, and expects the image to be stored in the same format.
 
 
 of the IPL, and expects the image to be stored in the same format.
 
 
-
 Instructions on Programming u-boot to flash
 ===========================================
 
 Instructions on Programming u-boot to flash
 ===========================================
 
@@ -117,7 +113,6 @@ remainder of this document describes in detail how to program u-boot to the
 flash using Linux running on the Treo.
 
 
 flash using Linux running on the Treo.
 
 
-
 Hardware Prerequisites
 ======================
 
 Hardware Prerequisites
 ======================
 
@@ -136,7 +131,6 @@ A Linux desktop PC.
   to flash, you'll really want to use a Linux PC.
 
 
   to flash, you'll really want to use a Linux PC.
 
 
-
 Treo-side Software Prerequisites
 ================================
 
 Treo-side Software Prerequisites
 ================================
 
@@ -152,7 +146,6 @@ Linux bootloader for PalmOS:
   parameters passed to the kernel.
 
 
   parameters passed to the kernel.
 
 
-
 Linux kernel:
 
   The kernel on the Treo 680 is still a little rough around the edges, and the
 Linux kernel:
 
   The kernel on the Treo 680 is still a little rough around the edges, and the
@@ -200,7 +193,6 @@ Linux kernel:
   and /dev/mtd2 for these partitions, respectively.  Ensure that your root file
   system at least has /dev/mtd1 if you are not running udev or mdev.
 
   and /dev/mtd2 for these partitions, respectively.  Ensure that your root file
   system at least has /dev/mtd1 if you are not running udev or mdev.
 
-
 Userspace Utilities:
 
   In addition to everything necessary to provide a useful userspace environment
 Userspace Utilities:
 
   In addition to everything necessary to provide a useful userspace environment
@@ -221,19 +213,16 @@ Userspace Utilities:
   from the mtd-utils package.
 
 
   from the mtd-utils package.
 
 
-
 Desktop PC-side Software Prerequisites
 ======================================
 
 Terminal emulator application:
   minicom, kermit, etc.
 
 Desktop PC-side Software Prerequisites
 ======================================
 
 Terminal emulator application:
   minicom, kermit, etc.
 
-
 Linux kernel:
   Compiled with CONFIG_USB_SERIAL enabled.  Build this as a module.
 
 
 Linux kernel:
   Compiled with CONFIG_USB_SERIAL enabled.  Build this as a module.
 
 
-
 Recommended (Not directly related to u-boot)
 ============================================
 
 Recommended (Not directly related to u-boot)
 ============================================
 
@@ -275,7 +264,6 @@ configure the usb0 interface on the desktop.)  Use the nfs 'nolock' option when
 mounting to avoid the need to run a portmapper like rpcbind.
 
 
 mounting to avoid the need to run a portmapper like rpcbind.
 
 
-
 Preliminaries
 =============
 
 Preliminaries
 =============
 
@@ -397,7 +385,6 @@ forget to copy the file to permanent storage, such as an mmc card.
 If all of the above went well, you can now program u-boot.
 
 
 If all of the above went well, you can now program u-boot.
 
 
-
 Programming u-boot
 ==================
 
 Programming u-boot
 ==================
 
@@ -438,7 +425,6 @@ four blocks in /dev/mtd1; i.e., at offsets 0x00000, 0x40000, 0x80000, 0xc0000.
 Shutdown linux, remove and re-insert the battery, hold your breath...
 
 
 Shutdown linux, remove and re-insert the battery, hold your breath...
 
 
-
 Enjoying u-boot
 ===============
 
 Enjoying u-boot
 ===============
 
@@ -478,7 +464,6 @@ support for reliable mode in u-boot's docg4 flash driver.  This should be
 corrected soon.
 
 
 corrected soon.
 
 
-
 Customizing
 ===========
 
 Customizing
 ===========
 
@@ -511,7 +496,6 @@ in flash did not seem worth the cost of a 256k flash block.  But adding this
 should be straightforward.
 
 
 should be straightforward.
 
 
-
 Restoring PalmOS
 ================
 
 Restoring PalmOS
 ================
 
@@ -568,7 +552,6 @@ modprobe docg4 ignore_badblocks=1 || exit 1
 dd if=$1 bs=1 skip=$file_ofs count=540672 | nandwrite -o -n -s 0x80000 $2 - || exit 1
 modprobe -r docg4
 
 dd if=$1 bs=1 skip=$file_ofs count=540672 | nandwrite -o -n -s 0x80000 $2 - || exit 1
 modprobe -r docg4
 
-
 TODO
 ====
 
 TODO
 ====
 
@@ -578,4 +561,3 @@ TODO
   - U-boot command that will write a new image to the bootloader partition in
     flash.
   - Linux FTD support.
   - U-boot command that will write a new image to the bootloader partition in
     flash.
   - Linux FTD support.
-