Merge lp:~racb/ubuntu/quantal/flash-kernel/highbank2 into lp:ubuntu/quantal/flash-kernel

Proposed by Robie Basak
Status: Merged
Merge reported by: Oliver Grawert
Merged at revision: not available
Proposed branch: lp:~racb/ubuntu/quantal/flash-kernel/highbank2
Merge into: lp:ubuntu/quantal/flash-kernel
Diff against target: 123 lines (+45/-2)
6 files modified
README (+2/-0)
bootscript/bootscr.highbank (+7/-0)
db/all.db (+17/-0)
debian/changelog (+10/-0)
debian/control (+3/-2)
debian/flash-kernel-installer.isinstallable (+6/-0)
To merge this branch: bzr merge lp:~racb/ubuntu/quantal/flash-kernel/highbank2
Reviewer Review Type Date Requested Status
Oliver Grawert Approve
Ubuntu branches Pending
Review via email: mp+108173@code.launchpad.net

Description of the change

Add highbank support.

To post a comment you must log in.
Revision history for this message
Oliver Grawert (ogra) wrote :

looks fine apart from teh binary stuff (carried over from merge 108070 which this merge is based on) and the README entry that should say more than simply "highbank" i will fix both of these during merge ...

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'README'
2--- README 2012-03-11 14:51:15 +0000
3+++ README 2012-05-31 14:37:29 +0000
4@@ -22,10 +22,12 @@
5 - Genesi Efika Smartbook
6 - GLAN Tank
7 - GuruPlug
8+ - Highbank
9 - HP t5325 Thin Client
10 - HP Media Vault mv2120
11 - Intel SS4000-E
12 - Linksys NSLU2
13+ - Marvell Armada XP Development Board (Ubuntu)
14 - Marvell DB-78x00-BP Development Board
15 - Marvell OpenRD-Base
16 - Marvell OpenRD-Client
17
18=== added file 'bootscript/bootscr.armadaxp'
19Binary files bootscript/bootscr.armadaxp 1970-01-01 00:00:00 +0000 and bootscript/bootscr.armadaxp 2012-05-31 14:37:29 +0000 differ
20=== added file 'bootscript/bootscr.highbank'
21--- bootscript/bootscr.highbank 1970-01-01 00:00:00 +0000
22+++ bootscript/bootscr.highbank 2012-05-31 14:37:29 +0000
23@@ -0,0 +1,7 @@
24+echo Starting Ubuntu...
25+setenv bootargs console=ttyAMA0 nosplash
26+mw.l 800000 0 10000
27+scsi scan
28+ext2load scsi 0 0x800000 vmlinuz
29+ext2load scsi 0 0x1000000 initrd.img
30+bootz 0x800000 0x1000000:${filesize} 0x1000
31
32=== modified file 'db/all.db'
33--- db/all.db 2012-03-10 01:17:09 +0000
34+++ db/all.db 2012-05-31 14:37:29 +0000
35@@ -97,6 +97,12 @@
36 Required-packages: u-boot-tools
37 Bootloader-sets-root: yes
38
39+Machine: Highbank
40+Kernel-Flavors: highbank
41+Required-Packages: u-boot-tools
42+Boot-Script-Path: /boot/boot.scr
43+U-Boot-Script-Name: bootscr.highbank
44+
45 Machine: HP Media Vault mv2120
46 Kernel-Flavors: orion5x
47 Machine-Id: 1693
48@@ -137,6 +143,17 @@
49 Required-packages: apex-nslu2 nslu2-utils
50 Bootloader-sets-root: no
51
52+Machine: Marvell Armada XP Development Board
53+Kernel-Flavors: armadaxp
54+U-Boot-Kernel-Address: 0x02000000
55+U-Boot-Initrd-Address: 0x20000000
56+U-Boot-Script-Address: 0x1000
57+U-Boot-Script-Name: bootscr.armadaxp
58+Boot-Kernel-Path: /boot/uImage
59+Boot-Initrd-Path: /boot/uInitrd
60+Required-Packages: u-boot-tools
61+Bootloader-sets-root: no
62+
63 Machine: Marvell DB-78x00-BP Development Board
64 U-Boot-Kernel-Address: 0x8000
65 U-Boot-Initrd-Address: 0x0
66
67=== modified file 'debian/changelog'
68--- debian/changelog 2012-03-11 14:51:15 +0000
69+++ debian/changelog 2012-05-31 14:37:29 +0000
70@@ -1,3 +1,13 @@
71+flash-kernel (3.0~rc.4ubuntu1) quantal; urgency=low
72+
73+ [ dann frazier ]
74+ * Re-add support for Marvell ArmadaXP
75+
76+ [ Robie Basak ]
77+ * Add support for Calxeda Highbank
78+
79+ -- Robie Basak <robie.basak@ubuntu.com> Thu, 31 May 2012 10:09:53 +0100
80+
81 flash-kernel (3.0~rc.4) unstable; urgency=low
82
83 * Upload to unstable
84
85=== modified file 'debian/control'
86--- debian/control 2012-03-11 14:51:15 +0000
87+++ debian/control 2012-05-31 14:37:29 +0000
88@@ -1,7 +1,8 @@
89 Source: flash-kernel
90 Section: utils
91 Priority: optional
92-Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
93+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
94+XSBC-Original-Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
95 Uploaders: Loïc Minier <lool@debian.org>,
96 Hector Oron <zumbi@debian.org>,
97 Wouter Verhelst <wouter@debian.org>
98@@ -29,7 +30,7 @@
99 Priority: standard
100 XC-Package-Type: udeb
101 Architecture: arm armel armeb armhf
102-XB-Subarchitecture: iop32x ixp4xx kirkwood orion5x s3c24xx mx5
103+XB-Subarchitecture: armadaxp highbank iop32x ixp4xx kirkwood orion5x s3c24xx mx5
104 Provides: bootable-system
105 Depends: cdebconf-udeb, installed-base
106 XB-Installer-Menu-Item: 7300
107
108=== modified file 'debian/flash-kernel-installer.isinstallable'
109--- debian/flash-kernel-installer.isinstallable 2012-03-11 14:51:15 +0000
110+++ debian/flash-kernel-installer.isinstallable 2012-05-31 14:37:29 +0000
111@@ -2,6 +2,12 @@
112 set -e
113
114 case "`archdetect`" in
115+ arm*/armadaxp)
116+ exit 0
117+ ;;
118+ arm*/highbank)
119+ exit 0
120+ ;;
121 arm*/iop32x)
122 exit 0
123 ;;

Subscribers

People subscribed via source and target branches

to all changes: