Commit Graph

9 Commits

Author SHA1 Message Date
Holger Hans Peter Freyther 095c1cb557 misc: Use the poky compiler as default compiler
We could include the entire command in the future as well
2014-01-18 15:45:23 +01:00
Holger Hans Peter Freyther 354c2e5665 rbl: Make sure that the UBL is always flashed
In case bootmode=NAND but the RBL has loaded the UBL via UART we
would end up not flashing the UBL in case the NAND holds the U-Boot.
Fix it by doing the I_ME boot interruption, another option would be
to check if UBL is in flash, sadly the DM644x does not have any
information of how the system was started.
2012-07-11 14:21:39 +02:00
Holger Hans Peter Freyther 7d96e789af interrupt: Handle the new I_ME message to interrupt the normal boot
For easy recovery the UBL will send the I_ME message and if it is
answered by sending a 0x23 as hexstring the UART boot mode will be
answered.
2012-07-11 08:48:37 +02:00
Holger Hans Peter Freyther 2fa58b6e40 sysmobts_v2: Add code that might or might switch the board into ubl mode 2012-04-25 21:53:41 +02:00
Holger Hans Peter Freyther 5d8f84bc7b serial: Fix a compiler warning about unused code 2012-04-25 21:53:37 +02:00
Holger Hans Peter Freyther ccf642498d gzip: Remove gzip compression for the UBL payload
The UBL doesn't have GZIP support anymore to save some bytes for
DDR RAM parameter tables.
2012-04-25 21:53:35 +02:00
Holger Hans Peter Freyther c4856d2e75 dvnixload: Add modifications coming from Lyrtech 2012-04-25 21:53:33 +02:00
Holger Hans Peter Freyther 68e3e60100 This is something before 0.2.6 from SVN (which does not exist anymore) 2012-04-25 21:53:30 +02:00
Holger Hans Peter Freyther f041330b60 This is dvnixload 0.1.0 (http://www.hugovil.com/repository/dvnixload/dvnixload-0.1.0.tar.gz) 2012-04-25 21:53:12 +02:00