Merge lp:~dannf/ubuntu/trusty/flash-kernel/mustang-upstream into lp:ubuntu/trusty/flash-kernel

Proposed by dann frazier
Status: Merged
Merge reported by: Adam Conrad
Merged at revision: not available
Proposed branch: lp:~dannf/ubuntu/trusty/flash-kernel/mustang-upstream
Merge into: lp:ubuntu/trusty/flash-kernel
Diff against target: 50 lines (+17/-4)
3 files modified
bootscript/bootscr.xgene-mustang (+5/-0)
db/all.db (+4/-4)
debian/changelog (+8/-0)
To merge this branch: bzr merge lp:~dannf/ubuntu/trusty/flash-kernel/mustang-upstream
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+212060@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'bootscript/bootscr.xgene-mustang'
2--- bootscript/bootscr.xgene-mustang 1970-01-01 00:00:00 +0000
3+++ bootscript/bootscr.xgene-mustang 2014-03-20 21:57:13 +0000
4@@ -0,0 +1,5 @@
5+setenv bootargs 'console=ttyS0,115200n8 ro'
6+ext4load scsi 0 ${kernel_addr_r} uImage
7+ext4load scsi 0 ${ramdisk_addr_r} uInitrd
8+ext4load scsi 0 ${fdt_addr_r} apm-mustang.dtb
9+bootm ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r}
10
11=== modified file 'db/all.db'
12--- db/all.db 2014-03-12 15:10:43 +0000
13+++ db/all.db 2014-03-20 21:57:13 +0000
14@@ -1,16 +1,16 @@
15 # somewhat RFC2822 based, but case sensitive, not tolerant to spaces etc.
16
17-Machine: APM X-Gene CPU Potenza
18+Machine: APM X-Gene Mustang board
19 U-Boot-Kernel-Address: 0x80000
20 U-Boot-Initrd-Address: 0x0
21 U-Boot-Script-Address: 0x4004000000
22-U-Boot-Script-Name: bootscr.xgene
23+U-Boot-Script-Name: bootscr.xgene-mustang
24 Required-Packages: u-boot-tools
25 Boot-Kernel-Path: /boot/uImage
26 Boot-Initrd-Path: /boot/uInitrd
27-Boot-Dtb-Path: /boot/mustang.dtb
28+Boot-Dtb-Path: /boot/apm-mustang.dtb
29 Boot-Script-Path: /boot/boot.scr
30-DTB-Id: mustang.dtb
31+DTB-Id: apm-mustang.dtb
32
33 Machine: Buffalo Linkstation LiveV3 (LS-CHL)
34 Kernel-Flavors: orion5x
35
36=== modified file 'debian/changelog'
37--- debian/changelog 2014-03-12 15:10:43 +0000
38+++ debian/changelog 2014-03-20 21:57:13 +0000
39@@ -1,3 +1,11 @@
40+flash-kernel (3.0~rc.4ubuntu48) UNRELEASED; urgency=medium
41+
42+ * Update APM X-Gene config to match upstream device tree filename/model
43+ * Add a bootscript specific to X-Gene Mustang boards since they need to
44+ pull their dtb from the OS.
45+
46+ -- dann frazier <dann.frazier@canonical.com> Tue, 18 Mar 2014 16:31:38 -0600
47+
48 flash-kernel (3.0~rc.4ubuntu47) trusty; urgency=medium
49
50 * Add support for HP ProLiant m400 Server Cartridges (LP: #1287910)

Subscribers

People subscribed via source and target branches

to all changes: