summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove Whistler supportHEADmasterStephen Warren2017-04-132-12/+0
* 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-083-4/+81
* 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 colibri_t20Marcel Ziswiler2015-04-017-0/+53
* Add a README fileStephen Warren2015-02-252-0/+31
* 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
* Add support for colibri_t30Stefan Agner2014-08-062-0/+13
* Adapt to new U-Boot build commandsStephen Warren2014-08-011-1/+11
* Explicitly ask for Python 2Stefan Agner2014-07-213-3/+3
* Wrap any env var settings in quotesStephen Warren2014-07-021-1/+1
* Switch flasher script to subprocessStephen Warren2014-07-021-15/+11
* Add support for Norrin boardAllen Martin2014-07-022-0/+14
* Use actual U-Boot BSS size for padding when flashingStephen Warren2014-05-192-2/+28
* Enable Jetson TK1 board by defaultStephen Warren2014-05-141-1/+0
* Allow --boards to add to not replace the set of enabled boardsStephen Warren2014-04-301-1/+9
* Add support for Jetson TK1 boardStephen Warren2014-03-202-0/+13
* Support U-Boot's temporary output DTB pathStephen Warren2014-02-251-0/+2
* Use O= rather than BUILD_DIR= when building U-BootStephen Warren2014-02-251-2/+2
* Add libtool to dependency list in READMEStephen Warren2014-02-241-0/+1
* Enable Venice2 board by defaultStephen Warren2014-02-191-1/+0
* 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 command to import U-Boot binaries from an external locationStephen Warren2013-10-031-8/+28
* Fix typo in variable nameStephen Warren2013-10-031-8/+8
* Document manifest change to use groupsStephen Warren2013-10-031-6/+13
* Update URL to obtain the repo toolStephen Warren2013-10-031-1/+1
* Add config files for Venice2 boardStephen Warren2013-09-184-1/+19
* allow --boards/--socs to undisable boardsStephen Warren2013-09-111-7/+5
* readme: document dependenciesStephen Warren2013-08-012-1/+44
* flasher: fix assignment of default data_dirStephen Warren2013-06-141-1/+1
* build: restrict cmd_build_configs() to enabled objectsStephen Warren2013-06-141-1/+20
* build: implement --socs, --boards optionsStephen Warren2013-06-141-0/+33
* Convert build script to argparseStephen Warren2013-06-142-28/+25
* Implement exec sub-commandStephen Warren2013-06-132-6/+58
* Pre-calculate more in find_config_dir()Stephen Warren2013-06-131-12/+14
* Rework cmdline to use sub-commandsStephen Warren2013-06-122-23/+31
* 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