summaryrefslogtreecommitdiff
path: root/tegra-uboot-flasher
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete comment about load addressMartin Michlmayr2016-06-291-1/+0
* Fix flash --flash-image optionMartin Michlmayr2016-06-171-1/+1
* Use non-zero address for CRC calculationsStephen Warren2016-02-021-4/+5
* Determine SPL entry-point automaticallyStephen Warren2015-12-081-3/+8
* Add support for tegrarcm's --usb-port-path cmdline optionStephen Warren2015-10-081-1/+6
* Fix "typo" in comment re: padding calculationsStephen Warren2015-08-181-1/+1
* Fix comment re: meaning of 0x00108000 constantStephen Warren2015-08-051-1/+1
* Add a --post-flash-cmd command line argumentJames Thomas2014-12-041-1/+6
* Use hex (x) type argument for fdtput when writing bootdelayJames Thomas2014-12-041-1/+1
* Explicitly ask for Python 2Stefan Agner2014-07-211-1/+1
* Wrap any env var settings in quotesStephen Warren2014-07-021-1/+1
* Switch flasher script to subprocessStephen Warren2014-07-021-15/+11
* Use actual U-Boot BSS size for padding when flashingStephen Warren2014-05-191-2/+11
* Make all paths absoluteStephen Warren2014-01-201-3/+12
* Provide progress messagesStephen Warren2013-12-061-3/+17
* Allow overriding environment variables during flashingStephen Warren2013-12-061-0/+7
* Increase padding between U-Boot binary and flash imageStephen Warren2013-12-061-2/+2
* Add crc32 verification of the flash imageStephen Warren2013-12-061-6/+28
* Add config files for Venice2 boardStephen Warren2013-09-181-1/+2
* flasher: fix assignment of default data_dirStephen Warren2013-06-141-1/+1
* Implement exec sub-commandStephen Warren2013-06-131-4/+43
* Pre-calculate more in find_config_dir()Stephen Warren2013-06-131-12/+14
* Rework cmdline to use sub-commandsStephen Warren2013-06-121-21/+29
* Split flashing implementation into a separate functionStephen Warren2013-06-121-113/+115
* Add parameters to gen_flashcmd_*Stephen Warren2013-06-121-4/+4
* Split list-confignames implementation into a separate functionStephen Warren2013-06-121-2/+5
* Separate out validation of config nameStephen Warren2013-06-121-8/+12
* Move functions and data to start of fileStephen Warren2013-06-121-46/+46
* Initial version of Tegra U-Boot flasher scriptsStephen Warren2013-06-061-0/+243