Currently the cpu/lpc2387 init code hard-codes a 16 MHz external oscillator. Instead, calculate the PLL multiplier based on the board define and also allow to run without an external oscillator.
- move clock setup from boards/ to cpu/ - reduce code duplication