Commit Graph

10 Commits

Author SHA1 Message Date
Rene Straub afbe8bf08d nmhw: update emmc device names
- kernel 4 uses mmcblk1 instead of mmcblk0
- update documentation accordingly
2019-09-25 10:58:09 +02:00
Stefan Eichenberger a6f157c6db netbird: fix compilation error 2017-08-02 16:46:20 +02:00
Stefan Eichenberger 22506ffe45 nbhw16: add shield command (dualcan and comio) 2017-07-05 16:18:00 +02:00
Stefan Eichenberger 2c94b90993 netbird: use same bd as netbird_v2 2017-02-28 12:06:19 +01:00
Stefan Eichenberger ea6c758e46 mux: configure unused sysboot pins
Configure unused sysboot pins, remove dead code.
2016-08-22 16:27:04 +02:00
Stefan Eichenberger 13976f5c93 netbird: update sdram timings for 512MB RAM
The old SDRAM timings were not working for the new 512MB chip, this
commit fixes the timing settings, so that it works for 256 and 512 MB
chips.
2016-08-16 13:38:10 +02:00
Stefan Eichenberger 046cd824c1 netbird: set V_OSCK to 0, this will autodetect the clock
This patch uses the autodetection of the Oszillator frequency from
sysboot1.
2016-08-12 16:48:31 +02:00
Stefan Eichenberger f04af26024 board: move nm stuff to board_late init 2016-08-09 17:03:39 +02:00
Marcel Reichmuth d799d21b6e nbhw16: fixed auto boot for sdprod script
nbhw16: added nbsw style u-boot environment settings
nbhw16: added factory reset and recovery boot support via reset button
nbhw16: set hardware version on kernel command line
nbhw16: removed dummy u-boot partition
2016-07-11 16:16:43 +02:00
Stefan Eichenberger ac41d11958 nbhw16: create a separate board under nm/netbird
Because i2c must be available extremly early (before RAM setup) to get
the board configuration, I decided to create a new board instead of
adding everything to the am335 stuff rom ti. This is not uncommon (see
baltos)
Now the a reset will start the SPL correctly again.
2016-07-06 16:27:56 +02:00