Commit Graph

4 Commits

Author SHA1 Message Date
Alexander Couzens 90ec4c87c8 ag7240: fix valid mac address detection
replace mac[0] != 00 with mac[0] != ff otherwise the mac is wrong
2015-03-10 14:46:48 +01:00
Alexander Couzens 42a87d5d5e start.S: remove double full reset marker
The Hornet 1.1 seems to have a stability bug when doing full reset. Atheros added
a double full reset mechanism as workaround. It's using a magic to know if they already reset twice.
For uncompressed u-boot's they forgotten to remove they magic after booting normal.
The result is a single reset when doing a "warm" reset.
2015-03-03 13:06:03 +01:00
Mantas Pucka 8754f50b55 Add new UART driver, support for configurable baudrates 2014-10-24 13:47:59 +03:00
Mantas Pucka 2875718480 Initial code import 2014-10-21 15:40:42 +03:00