aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-13env: Implement the env delete commandJoe Hershberger1-3/+32
2012-12-13env: Add setenv force supportJoe Hershberger1-6/+23
2012-12-13env: Add support for access control to .flagsJoe Hershberger7-18/+330
2012-12-13env: Add a command to display details about env flagsJoe Hershberger4-0/+105
2012-12-13tools/env: Add environment variable flags supportJoe Hershberger5-0/+113
2012-12-13env: Add environment variable flagsJoe Hershberger11-58/+447
2012-12-13env: Add a silent env handlerJoe Hershberger3-4/+40
2012-12-13env: Add a console env handlerJoe Hershberger3-33/+48
2012-12-13env: Add a loadaddr env handlerJoe Hershberger3-12/+22
2012-12-13env: Add a baudrate env handlerJoe Hershberger3-47/+71
2012-12-13env: Add a bootfile env handlerJoe Hershberger3-9/+18
2012-12-13env: Add a command to view callbacksJoe Hershberger2-0/+82
2012-12-13env: Add support for callbacks to environment varsJoe Hershberger10-4/+592
2012-12-13env: Hide '.' variables in env print by defaultJoe Hershberger13-25/+37
2012-12-13env: Use getenv_yesno() more generallyJoe Hershberger16-79/+56
2012-12-13env: Refactor apply into change_okJoe Hershberger5-55/+72
2012-12-13env: Consolidate common code in hsearch_r()Joe Hershberger1-34/+37
2012-12-13env: Refactor do_apply to a flagJoe Hershberger5-56/+49
2012-12-13Make linux kernel string funcs available to toolsJoe Hershberger5-43/+61
2012-12-13gpt: Enable support for GPT partition table restoration at Samsung's TratsLukasz Majewski1-1/+27
2012-12-13gpt: Support for new "gpt" commandPiotr Wilczek2-0/+334
2012-12-13gpt: Support for GPT (GUID Partition Table) restorationLukasz Majewski2-3/+330
2012-12-13gpt: The leXX_to_int() calls replaced with ones defined at <compiler.h>Chang Hyun Park2-114/+88
2012-12-13gpt:doc: GPT (GUID Partition Table) documentationLukasz Majewski1-0/+201
2012-12-13part:efi: Move part_efi.h file to ./includeLukasz Majewski1-0/+0
2012-12-13vsprintf:fix: Change type returned by ustrtoulLukasz Majewski2-2/+2
2012-12-12Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini1-1/+4
2012-12-12mips: serial: Fix busted manual relocationJoe Hershberger1-0/+3
2012-12-12MIPS: constify mips_io_port_baseDaniel Schwierzeck1-1/+1
2012-12-11cmd:spl:fix: Prevent from a build error on boards, which don't support FDTƁukasz Majewski1-0/+2
2012-12-11exynos: Enable hashing functions and EDID for smdk5250Simon Glass1-0/+7
2012-12-11tpm: Add TPM stress testLuigi Semenzato1-6/+87
2012-12-11console: Enable function to display console infoSimon Glass1-2/+4
2012-12-11Add console command to access io space registersVadim Bendebury4-4/+99
2012-12-11fdt: edid: Enable fdt_add_edid() function when CONFIG_LCD definedTom Wai-Hong Tam1-1/+1
2012-12-11edid: Add I2C command for printing the EDIDTom Wai-Hong Tam2-0/+44
2012-12-11edid: Library of EDID decode and printTom Wai-Hong Tam3-0/+583
2012-12-11Add hash command to perform hashing using various algorithmsSimon Glass4-0/+83
2012-12-11sha1sum: Use generic hash layerSimon Glass1-125/+4
2012-12-11Add generic hash APISimon Glass3-0/+291
2012-12-11Add strcasecmp() and strncasecmp()Simon Glass5-9/+20
2012-12-11sha256: Use const where possible and add watchdog functionSimon Glass2-3/+42
2012-12-11sha1: Use const where possible, and unsigned for input lenSimon Glass2-25/+20
2012-12-11stdio: remove useless strncpyVincent Palatin1-1/+0
2012-12-11Fix use of conditional LMBSimon Glass1-1/+1
2012-12-11Add a command to read raw blocks from a partitionKenneth Waters4-0/+84
2012-12-11Add gettime commandAnton Staaf4-0/+59
2012-12-11Add new bootstage step for the main loopSimon Glass1-0/+2
2012-12-11gpio: remove duplicate function signatureNikita Kiryanov1-13/+4
2012-12-11designware_i2c.h: Define IC_CLK only if not already defined in config fileArmando Visconti1-0/+2