Merge lp:~dpigott/lava-lab/update-aa9-config into lp:lava-lab

Proposed by Dave Pigott
Status: Merged
Merged at revision: 310
Proposed branch: lp:~dpigott/lava-lab/update-aa9-config
Merge into: lp:lava-lab
Diff against target: 29 lines (+25/-0)
1 file modified
lava/device-types/aa9.conf (+25/-0)
To merge this branch: bzr merge lp:~dpigott/lava-lab/update-aa9-config
Reviewer Review Type Date Requested Status
Dave Pigott Approve
Review via email: mp+185226@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Dave Pigott (dpigott) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'lava/device-types/aa9.conf'
2--- lava/device-types/aa9.conf 1970-01-01 00:00:00 +0000
3+++ lava/device-types/aa9.conf 2013-09-12 09:44:12 +0000
4@@ -0,0 +1,25 @@
5+client_type = bootloader
6+
7+boot_cmds =
8+ setenv bootcmd "'fatload mmc 0:3 0x40000000 uImage; fatload mmc 0:3 0x41100000 uInitrd; fatload mmc 0:3 0x41000000 board.dtb; bootm 0x40000000 0x41100000 0x41000000'",
9+ setenv bootargs "'console=ttyS0,115200n8 root=LABEL=testrootfs rootwait ro'",
10+ boot
11+
12+boot_cmds_android =
13+ setenv bootcmd "'fatload mmc 0:3 0x40000000 uImage; fatload mmc 0:3 0x41100000 uInitrd; fatload mmc 0:3 0x41000000 mb8ac0300eb.dtb; fdt addr 41000000; fdt set /fdb.0 status ----;fdt set /fdb.1 status okay; bootm 0x40000000 0x41100000 0x41000000'",
14+ setenv bootargs "'console=ttyS0,115200n8 init=/init rootwait rw androidboot.hardware=fujitsusemiconductormb8ac0300-e'",
15+ boot
16+
17+possible_partitions_files =
18+ init.partitions.rc
19+ fstab.partitions
20+ init.rc
21+ fstab.fujitsusemiconductormb8ac0300-e
22+
23+bootloader_prompt = u-boot
24+
25+boot_options =
26+ boot_cmds
27+
28+[boot_cmds]
29+default = boot_cmds

Subscribers

People subscribed via source and target branches