summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* cxmanage: Add "info ubootenv" commandGeorge Kraft2012-08-062-1/+23
* cxmanage: Add "info basic" commandGeorge Kraft2012-08-063-1/+33
* Various cleanupGeorge Kraft2012-08-034-133/+119
* cxmanage: Clean up return valuesGeorge Kraft2012-08-031-50/+29
* Replace rstrip().lstrip() with strip()George Kraft2012-08-022-6/+4
* Simplify boot order preservation during firmware updatesGeorge Kraft2012-08-022-17/+17
* ipmitool: make lanplus usage optionalJason Hobbs2012-07-242-2/+10
* ipmitool: always use lanplusJason Hobbs2012-07-241-1/+1
* controller_test: Add info_dump testGeorge Kraft2012-07-201-0/+16
* controller: Only print ipmitool output if it's non-emptyGeorge Kraft2012-07-201-1/+1
* infodump: pylint warningGeorge Kraft2012-07-181-6/+6
* infodump: Read memory addresses 8 words at a timeGeorge Kraft2012-07-183-2950/+1147
* cxmanage_test: Use "cxmanage_test-" prefix for temp directoriesGeorge Kraft2012-07-183-6/+6
* target: Make work_dir be a class variableGeorge Kraft2012-07-185-95/+110
* controller: Make ipmitool_command work like the other commands.George Kraft2012-07-181-38/+11
* target: Remove get/set ubootenv methodsGeorge Kraft2012-07-182-15/+14
* Clean up pylint warningsGeorge Kraft2012-07-174-33/+33
* target: Always read ubootenv from active slotGeorge Kraft2012-07-171-12/+15
* infodump: Add u-boot environment to dumpGeorge Kraft2012-07-172-1/+20
* infodump: Add CDB and memory dumpsGeorge Kraft2012-07-176-47/+5900
* cxmanage: Add "info dump" commandGeorge Kraft2012-07-174-4/+223
* controller: Add threading back in for ipmitool commandGeorge Kraft2012-07-173-9/+40
* controller: Catch errors properly in ipmitool_commandGeorge Kraft2012-07-131-1/+1
* controller: Don't thread the arbitrary "ipmitool" commandGeorge Kraft2012-07-131-1/+6
* target: use the same SIMG version for all slots when updatingGeorge Kraft2012-07-132-31/+34
* image: various cleanup.George Kraft2012-07-135-52/+60
* ubootenv: Always set bootcmd0George Kraft2012-07-131-25/+17
* tftp: Remove "kill" methodGeorge Kraft2012-07-126-34/+2
* setup: Add argparse, remove pexpect as dependenciesGeorge Kraft2012-07-121-1/+1
* image: Remove 'file' check in valid_type methodGeorge Kraft2012-07-121-16/+3
* tftp: Use threading instead of fork for InternalTftpGeorge Kraft2012-07-121-34/+44
* target: Sort ipinfo and macaddrs before returningGeorge Kraft2012-07-121-2/+4
* ubootenv: Remove "sd" device for now, until it's working in u-bootGeorge Kraft2012-07-111-1/+3
* ubootenv: Add "sd" and "diskX:Y" boot devicesGeorge Kraft2012-07-114-29/+37
* controller: Clean up the _run_command method a bitGeorge Kraft2012-07-112-60/+44
* cxmanage: Rename "boot_args" argument to "boot_order"George Kraft2012-07-111-4/+4
* cxmanage: Add more informative outputGeorge Kraft2012-07-116-95/+137
* bump to v0.3.0v0.3.0Jason Hobbs2012-07-101-1/+1
* Add standalone license fileJason Hobbs2012-07-101-0/+29
* Add 3-clause BSD licenseJason Hobbs2012-07-1018-18/+541
* drop READMEJason Hobbs2012-07-101-58/+0
* controller: don't fail if a node doesn't respondJason Hobbs2012-07-101-1/+1
* cxmanage: Validate config_boot args at startGeorge Kraft2012-07-101-0/+16
* cxmanage: Add config boot "none" and "reset" optionsGeorge Kraft2012-07-092-3/+20
* tests: Refactor target tests, add config_boot testsGeorge Kraft2012-07-095-305/+292
* tests: Add config boot commands to controller testGeorge Kraft2012-07-062-7/+39
* cxmanage: Preserve boot order in ubootenv firmware updatesGeorge Kraft2012-07-063-48/+87
* Add calxeda copyright to cxmanage_test filesGeorge Kraft2012-07-066-0/+12
* cxmanage: Changes to "boot config" commandGeorge Kraft2012-07-065-48/+116
* cxmanage: Add "--force-yes" global option to skip confirmationGeorge Kraft2012-07-061-8/+14