| Commit message (Expand) | Author | Age | Lines |
* | common: cmd_ide: use __weak and add prototypes | Jeroen Hofstee | 2014-07-22 | -38/+13 |
* | common: cmd_ide: remove PIO mode | Jeroen Hofstee | 2014-07-22 | -84/+0 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -18/+1 |
* | Fix block device accesses beyond 2TiB | Sascha Silbe | 2013-06-26 | -7/+7 |
* | part/dev_desc: Add log2 of blocksize to block_dev_desc data struct | Egbert Eich | 2013-05-01 | -0/+5 |
* | ide: Correct function signatures for ide_read/write() | Simon Glass | 2012-11-02 | -18/+9 |
* | remove unnecessary includes from cmd_ide.c | Pavel Herrmann | 2012-10-17 | -8/+0 |
* | split PCS440EP specific code from cmd_ide.c | Pavel Herrmann | 2012-10-17 | -18/+0 |
* | split AU1X00 specific code from cmd_ide.c | Pavel Herrmann | 2012-10-17 | -3/+2 |
* | make ide_led() a weak alias | Pavel Herrmann | 2012-10-17 | -36/+27 |
* | split CPC45 board-specific IDE functions from cmd_ide.c | Pavel Herrmann | 2012-10-17 | -91/+0 |
* | change all versions of input_data() and output_data() to global weak aliases | Pavel Herrmann | 2012-10-17 | -20/+37 |
* | split IVM power hooks from cmd_ide.c | Pavel Herrmann | 2012-10-17 | -48/+0 |
* | split mpc8xx hooks from cmd_ide.c | Pavel Herrmann | 2012-10-17 | -183/+7 |
* | remove CONFIG_SC3 from cmd_ide.c | Pavel Herrmann | 2012-10-17 | -7/+0 |
* | gth2: Remove this platform | Tom Rini | 2012-10-15 | -2/+1 |
* | combine block device load commands into common function | Rob Herring | 2012-09-25 | -150/+1 |
* | bootstage: Replace show_boot_progress/error() with bootstage_...() | Simon Glass | 2012-03-18 | -23/+23 |
* | bootstage: Convert IDE progress numbers to enums | Simon Glass | 2012-03-18 | -23/+25 |
* | bootstage: Use show_boot_error() for -ve progress numbers | Simon Glass | 2012-03-18 | -11/+11 |
* | Convert cmd_usage() calls in common to use a return value | Simon Glass | 2012-03-06 | -5/+5 |
* | common/cmd_ide.c: fix GCC 4.6 build warnings | Wolfgang Denk | 2011-11-03 | -2/+0 |
* | common/cmd_ide.c: CodingStyle cleanup | Wolfgang Denk | 2011-11-03 | -840/+874 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Wolfgang Denk | 2011-10-28 | -6/+0 |
|\ |
|
| * | ARM: orion5x: reduce dependence of including platform file | Lei Wen | 2011-10-27 | -6/+0 |
* | | GCC4.6: Squash warning in cmd_ide.c | Marek Vasut | 2011-10-27 | -1/+1 |
|/ |
|
* | IDE: Fix complaints about strict aliasing in cmd_ide.c | Marek Vasut | 2011-10-01 | -26/+25 |
* | disk/part.c: Make features optional | Matthew McClintock | 2011-07-26 | -0/+2 |
* | autostart: unify duplicated logic into the bootm code | Mike Frysinger | 2011-07-25 | -14/+1 |
* | IDE: fix compiler warnings | Wolfgang Denk | 2011-04-30 | -4/+4 |
* | cmd_ide: enhance new feature "CONFIG_IDE_AHB" | Macpaul Lin | 2011-04-30 | -1/+28 |
* | cmd_ide: Fix an unused CONFIG_AU1X00 symbol to work as intended | Shinya Kuribayashi | 2011-02-05 | -1/+2 |
* | Revert "boot cmds: convert to getenv_yesno() with autostart" | Wolfgang Denk | 2011-01-11 | -1/+1 |
* | boot cmds: convert to getenv_yesno() with autostart | Mike Frysinger | 2010-11-28 | -1/+1 |
* | do_bootm: unify duplicate prototypes | Mike Frysinger | 2010-11-28 | -1/+0 |
* | Remove HMI10 board support | Wolfgang Denk | 2010-09-19 | -6/+5 |
* | cmd_ide: add support for Kirkwood | Prafulla Wadaskar | 2010-08-08 | -0/+2 |
* | cmd_ide: add support for orion5x | Albert Aribaud | 2010-08-08 | -0/+5 |
* | ide: add configuration | Albert Aribaud | 2010-08-08 | -9/+9 |
* | cmd_usage(): simplify return code handling | Wolfgang Denk | 2010-07-24 | -13/+7 |
* | Make sure that argv[] argument pointers are not modified. | Wolfgang Denk | 2010-07-04 | -2/+2 |
* | cmd_ide.c: fix unused variable warning for SC3 board | Wolfgang Denk | 2010-07-04 | -1/+0 |
* | Remove AmigaOneG3SE board | Wolfgang Denk | 2010-06-23 | -100/+6 |
* | common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL | Heiko Schocher | 2009-12-08 | -2/+2 |
* | mucmc52, uc101: delete ata@3a00 node, if no CF card is detected | Heiko Schocher | 2009-09-25 | -0/+8 |
* | MPC512x: remove include/mpc512x.h | Wolfgang Denk | 2009-06-12 | -4/+0 |
* | General help message cleanup | Wolfgang Denk | 2009-06-12 | -2/+2 |
* | common: fix inline--weak error spotted by gcc 4.4 | Kim Phillips | 2009-05-20 | -2/+2 |
* | cmd_ide: Remove unused AmigaOneG3SE code | Peter Tyser | 2009-04-28 | -44/+0 |
* | vsprintf: pull updates from Linux kernel | Mike Frysinger | 2009-03-20 | -5/+5 |