| 5094befd | 24-Apr-2015 |
Hannes Petermaier <oe5hpm@oevsv.at> |
board/BuR/common: rename "usbupdate" environment to "usbscript"
usbupdate in real does allways load some script from usb-storage and execute it, on all B&R targets.
So we do following 2 things: - r
board/BuR/common: rename "usbupdate" environment to "usbscript"
usbupdate in real does allways load some script from usb-storage and execute it, on all B&R targets.
So we do following 2 things: - rename it to what it really does - move it from boards to common environment
Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at>
show more ...
|
| 99f72472 | 24-Apr-2015 |
Hannes Petermaier <oe5hpm@oevsv.at> |
board/BuR/tseries: Add simplefb support
Since the used AM3352 SoC doesn't have GPU it isn't allways necessary to build in complete drm-stuff into linux kernel. In very small applications only we use
board/BuR/tseries: Add simplefb support
Since the used AM3352 SoC doesn't have GPU it isn't allways necessary to build in complete drm-stuff into linux kernel. In very small applications only we use the simple-framebuffer.
So we have 2 use-cases: - device operating on drm-driver (let simplefb node disabled) - device operating on simplefb-driver (activate simplefb node and reserve mem)
The decision is made by means of "simplefb" environment variable.
simplefb = 0 we don't enable the (maybe) existing simplefb node and all the rest around display is up to the linux-kernel. We just disable the backlight, beceause we do not want see the flicker during take over of drm-driver.
simplefb = 1 we enable the (maybe) existing simplefb node and reserve framebuffers size in memory.
Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at>
show more ...
|
| e0e3aa50 | 08-Apr-2015 |
Hannes Petermaier <oe5hpm@oevsv.at> |
board/BuR/tseries: change pinmux
some pins on the board have been rerouted to other peripherals, so we change the pinmux to apply with hardware-design.
Signed-off-by: Hannes Petermaier <oe5hpm@oevs
board/BuR/tseries: change pinmux
some pins on the board have been rerouted to other peripherals, so we change the pinmux to apply with hardware-design.
Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at>
show more ...
|
| d79c138c | 08-Apr-2015 |
Hannes Petermaier <oe5hpm@oevsv.at> |
board/BuR/tseries: reactivate NAND-board
The NAND-version has been become a bit orphan. Now we need to reactivate it, so bring necessary things:
- loading devicetree - switch control signal to corr
board/BuR/tseries: reactivate NAND-board
The NAND-version has been become a bit orphan. Now we need to reactivate it, so bring necessary things:
- loading devicetree - switch control signal to correct pins - setup pinmux - default-environment
up to date.
Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at>
show more ...
|
| 75046188 | 19-Mar-2015 |
Hannes Petermaier <hannes.petermaier@br-automation.com> |
board/BuR/common: remove unused function 'blink'
since we have possibility to write out on lcd whats going on, we don't need the gpio blink functionality anymore.
Signed-off-by: Hannes Petermaier <
board/BuR/common: remove unused function 'blink'
since we have possibility to write out on lcd whats going on, we don't need the gpio blink functionality anymore.
Signed-off-by: Hannes Petermaier <hannes.petermaier@br-automation.com>
Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at>
show more ...
|