Hi Sergei, On Sun, 29 Mar 2009 17:03:58 +0400 Sergei Shtylyov <sshtylyov@xxxxxxxxxxxxx> wrote: > > Please elaborate. Shall I check for a config symbol or if bootloader > > has enabled the peripherals? The latter is IMO stupid since the > > bootloader should only load an OS and not preemptively enable every > > device which might some day be used just because the running OS doesn't > > know what it wants... > > > > It should check what the board code (or bootloader) has enabled. I > remember the board code writes some config registers... I'd rather duplicate simple, known-working code than go around looking whether some other part of the boards software system has set enable bits. (Think of a linux bootloader akin to the simplicity of a QNX IPL which doesn't enable anything but the debug port, if at all) In short, consider these patches withdrawn. Thanks! Manuel Lauss