[oe-commits] org.oe.dev ipaq-boot-params: Fix to actually enable flash booting with the recent kernels.

pfalcon commit openembedded-commits at lists.openembedded.org
Fri Feb 22 00:08:24 UTC 2008


ipaq-boot-params: Fix to actually enable flash booting with the recent kernels.
* Uses modern syntax for MTD device, mtdN.
* Also, make tty0 a primary console. This matches HaRET default setting and
focuses on providing users proper feedback of boot procedure. Hackers who
may need to access serial console as well can do needed settings with bootloader.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 4eb5b005a1da43a766a4d6f77af48d3ba0a994a4
ViewMTN: http://monotone.openembedded.org/revision/info/4eb5b005a1da43a766a4d6f77af48d3ba0a994a4
Files:
1
packages/ipaq-boot-params/files/h5000/params
packages/ipaq-boot-params/files/params
packages/ipaq-boot-params/ipaq-boot-params.bb
Diffs:

#
# mt diff -r79f43b2c3be3fc719c0dfccb775d216cdd24dbb2 -r4eb5b005a1da43a766a4d6f77af48d3ba0a994a4
#
# 
# 
# patch "packages/ipaq-boot-params/files/h5000/params"
#  from [61d996d0d8e2558151d852d4b32982326795d655]
#    to [e53a27f81d9567c508c99001bc65dabf2c730326]
# 
# patch "packages/ipaq-boot-params/files/params"
#  from [61d996d0d8e2558151d852d4b32982326795d655]
#    to [e53a27f81d9567c508c99001bc65dabf2c730326]
# 
# patch "packages/ipaq-boot-params/ipaq-boot-params.bb"
#  from [da409034bea0049185391034b677bcb33f813ea1]
#    to [2674865e1b9827ac73951cb040d135313aa67ffd]
# 
============================================================
--- packages/ipaq-boot-params/files/h5000/params	61d996d0d8e2558151d852d4b32982326795d655
+++ packages/ipaq-boot-params/files/h5000/params	e53a27f81d9567c508c99001bc65dabf2c730326
@@ -1 +1 @@
-set linuxargs "root=/dev/mtdblock1 noinitrd console=tty0 console=ttyS0,115200"
+set linuxargs "root=mtd1 noinitrd console=ttyS0,115200 console=tty0"
============================================================
--- packages/ipaq-boot-params/files/params	61d996d0d8e2558151d852d4b32982326795d655
+++ packages/ipaq-boot-params/files/params	e53a27f81d9567c508c99001bc65dabf2c730326
@@ -1 +1 @@
-set linuxargs "root=/dev/mtdblock1 noinitrd console=tty0 console=ttyS0,115200"
+set linuxargs "root=mtd1 noinitrd console=ttyS0,115200 console=tty0"
============================================================
--- packages/ipaq-boot-params/ipaq-boot-params.bb	da409034bea0049185391034b677bcb33f813ea1
+++ packages/ipaq-boot-params/ipaq-boot-params.bb	2674865e1b9827ac73951cb040d135313aa67ffd
@@ -1,6 +1,6 @@ LICENSE = "MIT"
 DESCRIPTION = "Kernel boot parameters for HH.org bootldr"
 LICENSE = "MIT"
-PR = "r4"
+PR = "r5"
 
 COMPATIBLE_MACHINE = "(h3600|h3800|h3900|h5000|simpad)"
 






More information about the Openembedded-commits mailing list