|
|
@ -2,11 +2,9 @@
|
|
|
|
#Reference: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=tree;f=arch/arm/boot/dts;hb=refs/tags/v3.7
|
|
|
|
#Reference: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=tree;f=arch/arm/boot/dts;hb=refs/tags/v3.7
|
|
|
|
# --dtb omap3-beagle-xm (BeagleBoard xM:supported)
|
|
|
|
# --dtb omap3-beagle-xm (BeagleBoard xM:supported)
|
|
|
|
|
|
|
|
|
|
|
|
SYSTEM="beagle_xm"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#Bootloader:
|
|
|
|
#Bootloader:
|
|
|
|
conf_board="BEAGLEBOARD_XM"
|
|
|
|
conf_board="BEAGLEBOARD"
|
|
|
|
conf_bl_http="http://rcn-ee.net/deb/tools/latest/"
|
|
|
|
conf_bl_http="http://rcn-ee.net/deb/tools/latest"
|
|
|
|
conf_bl_listfile="bootloader-ng"
|
|
|
|
conf_bl_listfile="bootloader-ng"
|
|
|
|
|
|
|
|
|
|
|
|
#Bootloader Partition:
|
|
|
|
#Bootloader Partition:
|
|
|
@ -30,13 +28,19 @@ kernel_repo="STABLE"
|
|
|
|
usbnet_mem="16384"
|
|
|
|
usbnet_mem="16384"
|
|
|
|
|
|
|
|
|
|
|
|
#Kernel: Bootloader Settings:
|
|
|
|
#Kernel: Bootloader Settings:
|
|
|
|
conf_loadaddr="0x80300000"
|
|
|
|
|
|
|
|
conf_initrdaddr="0x81600000"
|
|
|
|
|
|
|
|
conf_zreladdr="0x80008000"
|
|
|
|
conf_zreladdr="0x80008000"
|
|
|
|
|
|
|
|
conf_loadaddr="0x80300000"
|
|
|
|
conf_fdtaddr="0x815f0000"
|
|
|
|
conf_fdtaddr="0x815f0000"
|
|
|
|
conf_fdtfile=
|
|
|
|
conf_initrdaddr="0x81600000"
|
|
|
|
|
|
|
|
#conf_fdtfile="omap3-beagle-xm.dtb"
|
|
|
|
|
|
|
|
#need_dtbs=1
|
|
|
|
need_ti_connectivity_firmware=1
|
|
|
|
need_ti_connectivity_firmware=1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#SYSTEM="video"
|
|
|
|
|
|
|
|
#SYSTEM="serial"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SYSTEM="beagle_xm"
|
|
|
|
|
|
|
|
|
|
|
|
SERIAL="ttyO2"
|
|
|
|
SERIAL="ttyO2"
|
|
|
|
SERIAL_CONSOLE="${SERIAL},115200n8"
|
|
|
|
SERIAL_CONSOLE="${SERIAL},115200n8"
|
|
|
|
|
|
|
|
|
|
|
|