Commit Graph

3408 Commits (40a39e875c9da8ca6214ef02f2cfcbfb3b50e7bc)

Author SHA1 Message Date
tang yuantian 1a1cf6ee47 cmd_scsi: Enable SoC AHCI device on platforms with PCI 9 years ago
Eric Nelson 5d27223ea5 unzip: add gzwrite command to write compressed image to block device 9 years ago
Andrey Skvortsov a436d61279 kconfig: remove duplicated CMD_DNS option 9 years ago
Tim James a095f047eb mii: add read-modify-write option to mii command 9 years ago
Sjoerd Simons 4a0bd1020f pxe: Ensure all memory access is to mapped memory 9 years ago
Sjoerd Simons 9b97b6ba24 sandbox: Implement host dev [device] 9 years ago
Sjoerd Simons bacfb1df95 sandbox: Renamed sb command to host 9 years ago
Simon Glass de79a7654b sandbox: exynos: Move CONFIG_CMD_SOUND to Kconfig 9 years ago
Simon Glass ee2b24340f Kconfig: Move CONFIG_BOOTSTAGE to Kconfig 9 years ago
Simon Glass c74c8e6651 dm: net: Adjust PHY interface to work with CONFIG_DM_ETH 9 years ago
Simon Glass ff97380015 Avoid calling print_eths() with driver model 9 years ago
Joe Hershberger bc0571fc10 net: cosmetic: Fix checkpatch.pl failures in net.c 9 years ago
Joe Hershberger 4fd5055f59 net: cosmetic: Clean up cmd_net variables and functions 9 years ago
Joe Hershberger 786eac5f9d net: cosmetic: Clean up DNS variables and functions 9 years ago
Joe Hershberger 6aede5b750 net: cosmetic: Clean up CDP variables and functions 9 years ago
Joe Hershberger 8885c5fe90 net: cosmetic: Clean up TFTP variables and functions 9 years ago
Joe Hershberger 586cbe51ab net: cosmetic: Fixup var names for DHCP strings 9 years ago
Joe Hershberger 1411157d85 net: cosmetic: Fixup var names related to boot file 9 years ago
Joe Hershberger 049a95a775 net: cosmetic: Change IPaddr_t to struct in_addr 9 years ago
Simon Glass 697033cbf0 dm: usb: Support driver model with USB keyboards 9 years ago
Simon Glass 603afaf0e5 dm: usb: Split out the keyboard probe into its own function 9 years ago
Simon Glass acf277af68 dm: usb: Convert usb_storage to driver model 9 years ago
Simon Glass 91557579af dm: usb: Move storage device scanning into its own function 9 years ago
Simon Glass 7fc2c1ea7b Revert "usb_storage : scan all interfaces to find a storage device" 9 years ago
Simon Glass 051081323f dm: usb: Adjust usb_storage to work with sandbox 9 years ago
Simon Glass 84073b6f3c dm: usb: Simply device finding code in usb_storage 9 years ago
Simon Glass 1d5827a12e dm: usb: Fix type problems in usb_stor_get_info() 9 years ago
Simon Glass 2e17c87ebb dm: usb: Move USB storage definitions to usb_defs.h 9 years ago
Simon Glass 054fe48eb2 dm: usb: Add driver model support for hubs 9 years ago
Simon Glass 361ad6afc4 dm: usb: Split hub detection into its own function 9 years ago
Simon Glass 95fbfe4298 dm: usb: Convert core usb.c file to support driver model 9 years ago
Simon Glass 0ed27905ce dm: usb: Complete the splitting up of usb_new_device() 9 years ago
Simon Glass 91398f9854 dm: usb: Split out more code from usb_new_device() 9 years ago
Simon Glass 128fcac087 dm: usb: Move descriptor setup code into its own function 9 years ago
Simon Glass 862e75c0db dm: usb: Refactor port resets 9 years ago
Simon Glass 53d8aa0f61 dm: usb: Drop the legacy USB init sequence 9 years ago
Simon Glass 6a1b206dc4 dm: usb: Convert 'usb' command to support driver model 9 years ago
Simon Glass 79b5888729 dm: usb: Adjust usb_alloc_new_device() to return an error 9 years ago
Simon Glass cad4291cd0 dm: usb: Adjust usb command to prepare for driver model 9 years ago
Simon Glass 7e0c77a2b8 cros_ec: Remove unused cros_ec_board_init() function 9 years ago
Simon Glass 60f37fc6aa cros_ec: Drop unused CONFIG_DM_CROS_EC 9 years ago
Simon Glass ba4575626e dm: x86: spi: Convert ICH SPI driver to driver model 9 years ago
Joe Hershberger 05c3e68f85 dm: eth: Add basic driver model support to Ethernet stack 9 years ago
Joe Hershberger 85848f0377 cmd: net: Clean up return codes 9 years ago
Joe Hershberger d2eaec6006 net: Remove the bd* parameter from net stack functions 9 years ago
Joe Hershberger 0eb25b6196 common: Make sure arch-specific map_sysmem() is defined 9 years ago
Hannes Petermaier 604c7d4a5a common/lcd_console: introduce display/framebuffer rotation 9 years ago
Hannes Petermaier 7471142cdf common/lcd_console: move single static variables into common (static) structure 9 years ago
Hannes Petermaier a202c5bd24 common/lcd_console: ask only one-time for bg/fg-color per call 9 years ago
Hannes Petermaier 97562c12f1 common/lcd_console: cleanup lcd_drawchars/lcd_putc_xy 9 years ago