aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708/base-files/lib/preinit/03_preinit_do_brcm2708.sh
Commit message (Collapse)AuthorAgeFilesLines
* treewide: populate boardname and model earlierMathias Kresin2017-07-151-10/+0
| | | | | | | | | | | | | For targets using the generic board detection and board specific settings in diag.sh, the board name is still unset at the time the set_state() provided by diag.sh is called by 10_indicate_preinit. Change the execution order to ensure the boardname is populated before required the first time. Do the target specific board detection as early as possible, directly followed by the generic one to allow a seamless switch to the generic function for populating /tmp/sysinfo/. Signed-off-by: Mathias Kresin <dev@kresin.me>
* brcm2708: add device detection and use it for network, leds and preinitJohn Crispin2015-11-221-0/+10
| | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 47572
* brcm2708: remove unneeded base-filesJohn Crispin2015-07-171-9/+0
| | | | | | | | Device tree exports board name/model and device LEDs. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 46397
* brcm2708: add board detection and LED supportJohn Crispin2015-02-141-0/+9
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 44447