| Submitter | npavel |
|---|---|
| Date | Sept. 15, 2011, 9:12 a.m. |
| Message ID | <1316077931-7737-3-git-send-email-npavel@mini-box.com> |
| Download | mbox | patch |
| Permalink | /patch/11451/ |
| State | New, archived |
| Headers | show |
Comments
Am Donnerstag, den 15.09.2011, 12:12 +0300 schrieb Nicu Pavel: > Add machine configuration for picoSAM9G45 board[1]. > More information about this board and software support can be found at [2]. > > 1. http://www.mini-box.com/pico-SAM9G45-X > 2. http://arm.mini-box.com/index.php?title=Main_Page > > Signed-off-by: Nicu Pavel <npavel@mini-box.com> > --- > conf/machine/picosam9.conf | 17 +++++++++++++++++ > 1 files changed, 17 insertions(+), 0 deletions(-) > create mode 100644 conf/machine/picosam9.conf > > diff --git a/conf/machine/picosam9.conf b/conf/machine/picosam9.conf > new file mode 100644 > index 0000000..3d75627 > --- /dev/null > +++ b/conf/machine/picosam9.conf > @@ -0,0 +1,17 @@ > +#@TYPE: Machine > +#@Name: pico-SAM9G45 (http://www.mini-box.com/pico-SAM9G45-X) > +#@DESCRIPTION: Machine configuration for the picoSAM9G45 board with a at91sam9g45 processor > + > +# More information can be found here: > +# http://arm.mini-box.com/index.php?title=Compiling_Angstrom_for_pico-SAM9G45 > +# Images tested: base-image and x11-image … with `angstrom-2010.x` I guess. > + > +TARGET_ARCH = "arm" > + > +PREFERRED_PROVIDER_virtual/kernel = "picosam9" > + > +PREFERRED_PROVIDER_xserver = "xserver-kdrive" > + > +MACHINE_FEATURES += "usbhost kernel26 apm vfat screen touchscreen ethernet wifi bluetooth" > + > +require conf/machine/include/tune-arm926ejs.inc Acked-by: Paul Menzel <paulepanter@users.sourceforge.net> I will commit your patches tomorrow if nobody has any objections. Thanks, Paul
Patch
diff --git a/conf/machine/picosam9.conf b/conf/machine/picosam9.conf new file mode 100644 index 0000000..3d75627 --- /dev/null +++ b/conf/machine/picosam9.conf @@ -0,0 +1,17 @@ +#@TYPE: Machine +#@Name: pico-SAM9G45 (http://www.mini-box.com/pico-SAM9G45-X) +#@DESCRIPTION: Machine configuration for the picoSAM9G45 board with a at91sam9g45 processor + +# More information can be found here: +# http://arm.mini-box.com/index.php?title=Compiling_Angstrom_for_pico-SAM9G45 +# Images tested: base-image and x11-image + +TARGET_ARCH = "arm" + +PREFERRED_PROVIDER_virtual/kernel = "picosam9" + +PREFERRED_PROVIDER_xserver = "xserver-kdrive" + +MACHINE_FEATURES += "usbhost kernel26 apm vfat screen touchscreen ethernet wifi bluetooth" + +require conf/machine/include/tune-arm926ejs.inc
Add machine configuration for picoSAM9G45 board[1]. More information about this board and software support can be found at [2]. 1. http://www.mini-box.com/pico-SAM9G45-X 2. http://arm.mini-box.com/index.php?title=Main_Page Signed-off-by: Nicu Pavel <npavel@mini-box.com> --- conf/machine/picosam9.conf | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) create mode 100644 conf/machine/picosam9.conf