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