diff options
author | Roger Monk <r-monk@ti.com> | 2009-11-23 14:31:05 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-23 15:51:07 +0100 |
commit | 2f763fbaab6aa06d2376c6ee6e9c101ac12e0f8b (patch) | |
tree | 9a0f4f59ae74c48b6c4c9f3a49c760ea3d74719f /conf/machine | |
parent | bdc1442952b8ab1bec976d6aae7afc5a36365495 (diff) |
Hawkboard: Add Hawkboard machine and kernel
- patches for early adopters from Khasim
- 2.6.32rc6 (PSP 3.20.00.07)
- Updated defconfigs (machine defconfig + swap + mmc + fbconsole) - matching (DA850)
- Added hawkboard specific patchset (alpha)
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/hawkboard.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/conf/machine/hawkboard.conf b/conf/machine/hawkboard.conf new file mode 100644 index 0000000000..5a9df79ade --- /dev/null +++ b/conf/machine/hawkboard.conf @@ -0,0 +1,13 @@ +#@TYPE: Machine +#@NAME: OMAP-L138 based board +#@DESCRIPTION: Machine configuration for the TI Hawkboard + +require conf/machine/include/davinci.inc + +UBOOT_MACHINE = "da850_omapl138_evm_config" +UBOOT_ENTRYPOINT = "0xc0008000" +UBOOT_LOADADDRESS = "0xc0008000" + +MACHINE_FEATURES = "kernel26 serial ethernet ide screen" + +SERIAL_CONSOLE = "115200 ttyS2" |