~ubuntu-branches/ubuntu/utopic/flash-kernel/utopic

« back to all changes in this revision

Viewing changes to README

  • Committer: Package Import Robot
  • Author(s): dann frazier
  • Date: 2014-09-29 16:20:15 UTC
  • Revision ID: package-import@ubuntu.com-20140929162015-fywwwq6mdh8tirsv
Tags: 3.0~rc.4ubuntu53
* Merge in remaining trusty SRU changes:
  * Add U-Boot environment configuration support (LP: #1328597)
  * HP Moonshot Cartridges: Use $baudrate from u-boot environment as
    serial console speed (LP: #1373628)
  * HP Moonshot Cartridges: Enable hardware flow control as required by
    the HP moonshot chassis (LP: #1328280)
  * Enable U-Boot environment support for X-Gene platforms
  * Use filesystem agnostic "load" command instead of assuming ext4
  * Add support for HP ProLiant m800 cartridges (LP: #1326437)
  * Set required boot arguments for HP ProLiant m800 cartridges
    (LP: #1373659)

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
* DTB-Kernel-Version: (optional) minimal kernel version for DTB concatenation
135
135
 
136
136
* DTB-Id: (optional) specifies the name of the DTB file for this device
 
137
 
 
138
 
 
139
Adding U-Boot Commands for Pre-Boot Execution
 
140
- - - - - - - - - - - - - - - - - - - - - - -
 
141
 
 
142
Packages can drop in files containing U-Boot commands to be executed by a
 
143
platform's bootscript before starting the OS. These files should be
 
144
dropped in /usr/share/flash-kernel/ubootenv.d. Users can add additional
 
145
stubs, or override stubs provided by packages, by adding files to
 
146
/etc/flash-kernel/ubootenv.d. Files in the /etc path that have the same
 
147
name as files in the /usr path will override the /usr counterparts.
 
148
 
 
149
Platform bootscripts must contain the @@UBOOT_ENV_EXTRA@@ macro for the
 
150
contents of these stubs to be incorporated.