Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 715460 - [patch] uboot support for ARM - rework
Summary: [patch] uboot support for ARM - rework
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: grubby
Version: 19
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Peter Jones
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: ARMTracker
TreeView+ depends on / blocked
 
Reported: 2011-06-22 23:39 UTC by Zoran Pericic
Modified: 2013-07-23 21:59 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-07-23 21:59:54 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Patch for 7.0.16-7.0.18 (37.44 KB, patch)
2011-06-22 23:39 UTC, Zoran Pericic
no flags Details | Diff
Patch for current head (40.17 KB, patch)
2011-06-22 23:40 UTC, Zoran Pericic
no flags Details | Diff
Patch for grubby.spec (908 bytes, patch)
2011-06-22 23:45 UTC, Zoran Pericic
no flags Details | Diff

Description Zoran Pericic 2011-06-22 23:39:46 UTC
Created attachment 506092 [details]
Patch for 7.0.16-7.0.18

Description of problem:
Complete rework of uboot ARM support.

In current HEAD there is basic support for uboot.

This patch add reworked Ubuntu flash-kernel utility which is used to flash kernel to ARM boot device (mmc, mtd)

Also, I modified new-kernel-pkg script to use new utility. 

flash-kernel can
- install new kernel/initrd with specified files or kernel version
- update bootloader for OMAP
- create new boot script from parametars in /etc/sysconfig/uboot file

Patch was written by Zoran Pericic <zpericic>

Version-Release number of selected component (if applicable):
Tested with >=7.0.16

How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Zoran Pericic 2011-06-22 23:40:32 UTC
Created attachment 506093 [details]
Patch for current head

Comment 2 Zoran Pericic 2011-06-22 23:45:13 UTC
Created attachment 506094 [details]
Patch for grubby.spec

Comment 3 Mads Kiilerich 2011-11-25 17:24:24 UTC
A simpler approach is discussed on bug 731580

Comment 4 Bernard Johnson 2012-04-15 16:32:06 UTC
Part of the patch does this in /sbin/new-kernel-pkg:
	
if [ -z "$mountEntry" ]; then
  mount $ubootDevice $ubootDir
fi

For anything other than "standard" device/filesystem, this will not work correctly.

For example, in my setup /boot/uboot is a bind mount of /boot.  There should be some kind of mechanism to specify this in /etc/sysconfig/uboot.

Comment 5 Peter Robinson 2012-06-06 09:45:59 UTC
We need to review this for F-18

Comment 6 Fedora End Of Life 2013-04-03 17:02:26 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 19 development cycle.
Changing version to '19'.

(As we did not run this process for some time, it could affect also pre-Fedora 19 development
cycle bugs. We are very sorry. It will help us with cleanup during Fedora 19 End Of Life. Thank you.)

More information and reason for this action is here:
https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora19

Comment 7 Peter Robinson 2013-07-23 21:59:54 UTC
I think this can now be closed


Note You need to log in before you can comment on or make changes to this bug.