~linaro-maintainers/linaro-images/hwpack.precise.linaro-panda

« back to all changes in this revision

Viewing changes to hwpacks/linaro-panda

  • Committer: John Rigby
  • Date: 2012-09-22 03:03:12 UTC
  • Revision ID: john.rigby@linaro.org-20120922030312-k1vtme1i5ugqym0y
change to v3 format

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[hwpack]
2
 
format=2.0
3
 
name=linaro-panda
4
 
architectures=armhf
5
 
origin=Linaro
6
 
maintainer=Linaro Platform <linaro-dev@lists.linaro.org>
7
 
support=supported
8
 
packages=linux-image-linaro-omap
9
 
assume-installed=linaro-headless
10
 
mmc_id=0:1
11
 
u_boot_package=u-boot-linaro-omap4-panda
12
 
u_boot_file=usr/lib/u-boot/omap4_panda/u-boot.img
13
 
u_boot_in_boot_part=Yes
14
 
spl_package=u-boot-linaro-omap4-panda
15
 
spl_file=usr/lib/u-boot/omap4_panda/MLO
16
 
spl_in_boot_part=Yes
17
 
kernel_addr=0x80200000
18
 
initrd_addr=0x81600000
19
 
load_addr=0x80008000
20
 
dtb_addr=0x815f0000
21
 
wired_interfaces=eth0
22
 
partition_layout=bootfs_rootfs
23
 
kernel_file=boot/vmlinuz-*-linaro-omap
24
 
initrd_file=boot/initrd.img-*-linaro-omap
25
 
dtb_file=boot/dt-*-linaro-omap/omap4-panda.dtb
26
 
serial_tty=ttyO2
27
 
extra_serial_options=console=tty0 console=ttyO2,115200n8
28
 
extra_boot_options=earlyprintk fixrtc nocompcache vram=48M omapfb.vram=0:24M mem=456M@0x80000000 mem=512M@0xA0000000
29
 
boot_script=boot.scr
30
 
 
31
 
[ubuntu]
32
 
sources-entry=http://ports.ubuntu.com/ubuntu-ports/ precise main universe
33
 
 
34
 
[updates]
35
 
sources-entry=http://ports.ubuntu.com/ubuntu-ports precise-updates main universe
36
 
 
37
 
[security]
38
 
sources-entry=http://ports.ubuntu.com/ubuntu-ports precise-security main universe
39
 
 
40
 
[linaro]
41
 
sources-entry=http://ppa.launchpad.net/linaro-maintainers/overlay/ubuntu precise main
 
1
name: linaro-panda
 
2
origin: Linaro
 
3
format: '3.0'
 
4
boot_script: boot.scr
 
5
kernel_addr: '0x80200000'
 
6
kernel_file: boot/vmlinuz-*-linaro-omap
 
7
initrd_addr: '0x81600000'
 
8
initrd_file: boot/initrd.img-*-linaro-omap
 
9
dtb_addr: '0x815f0000'
 
10
dtb_file: boot/dt-*-linaro-omap/omap4-panda.dtb
 
11
load_addr: '0x80008000'
 
12
maintainer: Linaro Platform <linaro-dev@lists.linaro.org>
 
13
serial_tty: ttyO2
 
14
support: supported
 
15
partition_layout: bootfs_rootfs
 
16
mmc_id: 0:1
 
17
architectures:
 
18
- armhf
 
19
assume_installed:
 
20
- linaro-headless
 
21
extra_serial_options:
 
22
- console=tty0
 
23
- console=ttyO2,115200n8
 
24
packages:
 
25
- linux-image-linaro-omap
 
26
wired_interfaces:
 
27
- eth0
 
28
sources:
 
29
  linaro: http://ppa.launchpad.net/linaro-maintainers/overlay/ubuntu precise main
 
30
  security: http://ports.ubuntu.com/ubuntu-ports precise-security main universe
 
31
  ubuntu: http://ports.ubuntu.com/ubuntu-ports precise main universe
 
32
  updates: http://ports.ubuntu.com/ubuntu-ports precise-updates main universe
 
33
bootloaders:
 
34
  u_boot:
 
35
    extra_boot_options:
 
36
    - earlyprintk
 
37
    - fixrtc
 
38
    - nocompcache
 
39
    - vram=48M
 
40
    - omapfb.vram=0:24M
 
41
    - mem=456M@0x80000000
 
42
    - mem=512M@0xA0000000
 
43
    package: u-boot-linaro-omap4-panda
 
44
    file: usr/lib/u-boot/omap4_panda/u-boot.img
 
45
    in_boot_part: true
 
46
    spl_package: u-boot-linaro-omap4-panda
 
47
    spl_file: usr/lib/u-boot/omap4_panda/MLO
 
48
    spl_in_boot_part: true