diff --git a/configs/README.txt b/configs/README.txt index 78f6a97335..d587b1115f 100644 --- a/configs/README.txt +++ b/configs/README.txt @@ -1347,6 +1347,12 @@ configs/c5471evm NuttX runs on the ARM core and is built with a GNU arm-elf toolchain*. This port is complete and verified. +configs/compal_e88 and compal_e99 + These directories contain the board support for compal e88 and e99 phones. + These ports are based on patches contributed by Denis Carikli for both the + compal e99 and e88. The patches were made by Alan Carvalho de Assis and + Denis Carikli using the Stefan Richter's Osmocom-bb patches. + configs/demo9s12ne64 Feescale DMO9S12NE64 board based on the MC9S12NE64 hcs12 cpu. This port uses the m9s12x GCC toolchain. STATUS: (Still) under development; it diff --git a/configs/compal_e88/README.txt b/configs/compal_e88/README.txt new file mode 100755 index 0000000000..fb45fb1d6c --- /dev/null +++ b/configs/compal_e88/README.txt @@ -0,0 +1,28 @@ +compal_e88 +========== + +This directory contains the board support for compal e88 phones. + +This port is based on patches contributed by Denis Carikli for both the +compal e99 and e88. At the time of initial check-in, the following phones +were tested: + +* motorolla c155 (compal e99) with the compalram and highram configuration +* motorolla W220 (compal e88) +* The openmoko freerunner baseband(compal e88) + +The patches were made by Alan Carvalho de Assis and Denis Carikli using +the Stefan Richter's patches that can be found here: + +http://cgit.osmocom.org/cgit/nuttx-bb/log/?h=lputt%2Ftesting + +http://bb.osmocom.org/trac/wiki/nuttx-bb/run detail the usage of nuttx with +sercomm(the transport used by osmocom-bb that runs on top of serial). + +The way of loading nuttx(which is also documented in osmocom-bb wiki) depend +on the configuration(highram/compalram) and phone: + +compalram is for the ramloader(for phone having a bootloader on flash) +highram is for phones having the romloader(if the phone has a bootrom) or for +loading in the ram trough a special loader(loaded first on ram by talking to +the ramloader) when having a ramloader(which can only load 64k). diff --git a/configs/compal_e99/README.txt b/configs/compal_e99/README.txt new file mode 100755 index 0000000000..905843dcef --- /dev/null +++ b/configs/compal_e99/README.txt @@ -0,0 +1,28 @@ +compal_e99 +========== + +This directory contains the board support for compal e99 phones. + +This port is based on patches contributed by Denis Carikli for both the +compal e99 and e88. At the time of initial check-in, the following phones +were tested: + +* motorolla c155 (compal e99) with the compalram and highram configuration +* motorolla W220 (compal e88) +* The openmoko freerunner baseband(compal e88) + +The patches were made by Alan Carvalho de Assis and Denis Carikli using +the Stefan Richter's patches that can be found here: + +http://cgit.osmocom.org/cgit/nuttx-bb/log/?h=lputt%2Ftesting + +http://bb.osmocom.org/trac/wiki/nuttx-bb/run detail the usage of nuttx with +sercomm(the transport used by osmocom-bb that runs on top of serial). + +The way of loading nuttx(which is also documented in osmocom-bb wiki) depend +on the configuration(highram/compalram) and phone: + +compalram is for the ramloader(for phone having a bootloader on flash) +highram is for phones having the romloader(if the phone has a bootrom) or for +loading in the ram trough a special loader(loaded first on ram by talking to +the ramloader) when having a ramloader(which can only load 64k).