| Commit message (Expand) | Author | Age | Lines |
* | Merge remote-tracking branch 'u-boot/master' into u-boot-arm-merged | Allen Martin | 2012-12-19 | -428/+3331 |
|\ |
|
| * | env: Handle write-once ethaddr and serial# generically | Joe Hershberger | 2012-12-13 | -19/+0 |
| * | env: Implement the env delete command | Joe Hershberger | 2012-12-13 | -3/+32 |
| * | env: Add setenv force support | Joe Hershberger | 2012-12-13 | -6/+23 |
| * | env: Add support for access control to .flags | Joe Hershberger | 2012-12-13 | -10/+198 |
| * | env: Add a command to display details about env flags | Joe Hershberger | 2012-12-13 | -0/+93 |
| * | tools/env: Add environment variable flags support | Joe Hershberger | 2012-12-13 | -0/+82 |
| * | env: Add environment variable flags | Joe Hershberger | 2012-12-13 | -50/+323 |
| * | env: Add a silent env handler | Joe Hershberger | 2012-12-13 | -0/+23 |
| * | env: Add a console env handler | Joe Hershberger | 2012-12-13 | -33/+47 |
| * | env: Add a loadaddr env handler | Joe Hershberger | 2012-12-13 | -12/+21 |
| * | env: Add a baudrate env handler | Joe Hershberger | 2012-12-13 | -47/+0 |
| * | env: Add a bootfile env handler | Joe Hershberger | 2012-12-13 | -9/+0 |
| * | env: Add a command to view callbacks | Joe Hershberger | 2012-12-13 | -0/+81 |
| * | env: Add support for callbacks to environment vars | Joe Hershberger | 2012-12-13 | -0/+370 |
| * | env: Hide '.' variables in env print by default | Joe Hershberger | 2012-12-13 | -21/+29 |
| * | env: Use getenv_yesno() more generally | Joe Hershberger | 2012-12-13 | -6/+14 |
| * | env: Refactor apply into change_ok | Joe Hershberger | 2012-12-13 | -20/+17 |
| * | env: Refactor do_apply to a flag | Joe Hershberger | 2012-12-13 | -32/+21 |
| * | gpt: Support for new "gpt" command | Piotr Wilczek | 2012-12-13 | -0/+334 |
| * | cmd:spl:fix: Prevent from a build error on boards, which don't support FDT | Łukasz Majewski | 2012-12-11 | -0/+2 |
| * | tpm: Add TPM stress test | Luigi Semenzato | 2012-12-11 | -6/+87 |
| * | console: Enable function to display console info | Simon Glass | 2012-12-11 | -2/+4 |
| * | Add console command to access io space registers | Vadim Bendebury | 2012-12-11 | -0/+94 |
| * | fdt: edid: Enable fdt_add_edid() function when CONFIG_LCD defined | Tom Wai-Hong Tam | 2012-12-11 | -1/+1 |
| * | edid: Add I2C command for printing the EDID | Tom Wai-Hong Tam | 2012-12-11 | -0/+39 |
| * | edid: Library of EDID decode and print | Tom Wai-Hong Tam | 2012-12-11 | -0/+308 |
| * | Add hash command to perform hashing using various algorithms | Simon Glass | 2012-12-11 | -0/+64 |
| * | sha1sum: Use generic hash layer | Simon Glass | 2012-12-11 | -125/+4 |
| * | Add generic hash API | Simon Glass | 2012-12-11 | -0/+222 |
| * | stdio: remove useless strncpy | Vincent Palatin | 2012-12-11 | -1/+0 |
| * | Fix use of conditional LMB | Simon Glass | 2012-12-11 | -1/+1 |
| * | Add a command to read raw blocks from a partition | Kenneth Waters | 2012-12-11 | -0/+82 |
| * | Add gettime command | Anton Staaf | 2012-12-11 | -0/+57 |
| * | Add new bootstage step for the main loop | Simon Glass | 2012-12-11 | -0/+2 |
| * | i2c: kerneldoc: Add kerneldoc annotations to cmd_i2c.c | Marek Vasut | 2012-12-11 | -15/+179 |
| * | i2c: Use __weak instead of __attribute__((weak, alias)) | Marek Vasut | 2012-12-11 | -9/+7 |
| * | cmd_led.c: Standardize format of help and usage info. | Robert P. J. Day | 2012-12-06 | -3/+3 |
| * | env: Enable getenv_f() for SPL_BUILD | Stefan Roese | 2012-12-05 | -0/+3 |
| * | SPL: Port SPL framework to powerpc | Stefan Roese | 2012-12-05 | -0/+16 |
| * | x86: Add CBMEM console driver for coreboot | Vadim Bendebury | 2012-11-30 | -1/+3 |
| * | fdt: Correct global_data condition in main | Simon Glass | 2012-11-28 | -2/+0 |
| * | mmc: Fix incorrect handling of 'read' & 'write' commands | Taylor Hutt | 2012-11-27 | -5/+4 |
| * | common: rework bouncebuf implementation | Stephen Warren | 2012-11-27 | -34/+41 |
| * | Merge branch 'master' of git://git.denx.de/u-boot-nand-flash | Tom Rini | 2012-11-26 | -0/+22 |
| |\ |
|
| | * | nand: Add torture feature | Benoît Thébaudeau | 2012-11-26 | -0/+22 |
| * | | Merge branch 'master' of git://git.denx.de/u-boot-fdt | Tom Rini | 2012-11-20 | -1/+239 |
| |\ \ |
|
| | * \ | Merge branch 'next' | Gerald Van Baren | 2012-11-19 | -1/+239 |
| | |\ \
| | | |/
| | |/| |
|
| | | * | fdt: Set kernaddr if fdt indicates a kernel is present | Simon Glass | 2012-11-12 | -0/+16 |
| | | * | fdt: Add option to default to most compatible conf in a fit image | Gabe Black | 2012-11-12 | -0/+138 |