summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Add autom4te.cache to distclean targetAllen Martin2012-11-291-1/+4
| | | | | | | | | | | This allows a developer to run autoreconf and then put the package back into distclean state. Signed-off-by: Allen Martin <amartin@nvidia.com> Change-Id: I384b3722cf877343f85b0ee6684a3d7aee55f0b8 Reviewed-on: http://git-master/r/167544 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Stephen Warren <swarren@nvidia.com>
* tegra-rcm: Download code to tegra in recovery modeAllen Martin2012-04-031-0/+2
This program is used to download BCT and code to tegra from recovery mode. Only tegras that are configurated for "nvproduction" or "ODM open" mode are supported (no encryption). usage: tegra-rcm --bct=bctfile --bootloader=blfile --loadaddr=<loadaddr> --entryaddr=<entryaddr> bctfile is the name of the BCT (boot configuration table). It contains memory timing and boot device selection. blfile is the name of the booloader file. This is the code that downloaded and executed on the tegra SoC. loadaddr and entryaddr are the load and entry addresses of the bootloader in the tegra address map. Change-Id: I34754d3976f3971bdca1daefc5d1a2c69a56bbb5 Reviewed-on: http://git-master/r/94264 Reviewed-by: Allen Martin <amartin@nvidia.com> Tested-by: Allen Martin <amartin@nvidia.com>