Commit Graph

18 Commits

Author SHA1 Message Date
Alexander Couzens 847feac483 recovery: introduce new define RECOVERY_FILENAME_STRING for tftp in cmd_recovery
It's used to define a different recovery image for ap1 and ap2
2015-03-09 19:33:35 +01:00
Alexander Couzens bcb1638b70 remove carambola_factory
we have our own recovery mechanism
2015-03-04 20:03:51 +01:00
Alexander Couzens a1c127f9a1 micro: move more config stuff into common.h 2015-03-04 20:00:39 +01:00
Alexander Couzens ed5b09c07a micro: move more config stuff into common.h 2015-03-04 19:59:01 +01:00
Alexander Couzens 2f28c555cf micro: move more config stuff into common.h 2015-03-04 19:55:51 +01:00
Alexander Couzens b8232ca19c micro: move more config stuff into common.h 2015-03-04 19:53:55 +01:00
Alexander Couzens b1860e6426 micro: move more config stuff into common.h 2015-03-04 19:53:19 +01:00
Alexander Couzens 9ab171012d FIXUP: remove EHCI stuff 2015-03-04 19:45:39 +01:00
Alexander Couzens 894d58c911 configs: remove unused define FLASH_SIZE 2015-03-04 19:32:48 +01:00
Alexander Couzens d169957dff configs: move generic ar7240 ddr + pll configuration into ar7240_freq.h 2015-03-04 19:23:44 +01:00
Alexander Couzens cb87eab8a2 configs: move board specific config vars from Makefile to configs/<board>.h 2015-03-04 18:55:02 +01:00
Alexander Couzens 19e56e0de4 remove USB support for skylab/carambola 2015-03-04 18:28:30 +01:00
Alexander Couzens 781503ce81 add bootcycle counter
Introduce 2 new commands.
`inccycle` to increase the bootcycle by one
`checkcycle` to check if bootcycle is reached. Returncode must be evaluated.
2015-03-03 14:38:18 +01:00
Alexander Couzens 21a475020e carambola/skylab: use hw watchdog 2015-03-03 01:41:27 +01:00
Mantas Pucka 49247b6229 Update baudrate table
FTDI does not support anything >3Mbaud
2014-10-28 10:59:19 +02:00
Mantas Pucka 8754f50b55 Add new UART driver, support for configurable baudrates 2014-10-24 13:47:59 +03:00
Mantas Pucka 2d5f7782ce Add option to configure char sequence for stopping boot process
Sequence is stored in 'bootstopkey' environment variable, default
sequence is <ESC> key (\x1B).
Non-printable chars in env variable should be escaped
using (\x1F) notation. Max len of sequence 40 chars for env
variable, 20 chars for raw (unescaped) string.
2014-10-23 09:38:12 +03:00
Mantas Pucka 2875718480 Initial code import 2014-10-21 15:40:42 +03:00