Commit Graph

3432 Commits (17f0ac609b3f94ca7b68a91fc7102542826781b2)

Author SHA1 Message Date
Simon Glass f9951eadb6 dm: rtc: Convert 'date' command to support driver model 9 years ago
Simon Glass 9f9276c34c dm: rtc: Rename to_tm() to rtc_to_tm() and add error code 9 years ago
Simon Glass 199e87c340 dm: rtc: Rename gregorian day function 9 years ago
Simon Glass c3ec646dde fdt: Correct warning in fdt_setup_simplefb_node() 9 years ago
Simon Glass bcb0c61e1a x86: Allow CPUs to be set up after relocation 9 years ago
Simon Glass 8e2fac051a Add a 'cpu' command to print CPU information 9 years ago
Simon Glass 4c509343ab Fix comment nits in board_f.c 9 years ago
Scott Wood b2d5ac5985 armv8/ls2085aqds: NAND boot support 9 years ago
Heiko Schocher 5db73feb1d cmd, nand: add more info to "nand info" 9 years ago
Marek Vasut 1a1fa24066 rtc: Set valid date after reset 9 years ago
York Sun 12eaf31c07 armv8/fsl-lsch3: Update early MMU table 9 years ago
Scott Wood 581508bdfb cmd_mem: Store last address/size/etc as ulong 9 years ago
Simon Glass f3d46bd658 dm: Init device tree as well as driver model in SPL 9 years ago
Simon Glass 293f16b1e7 Correct malloc_limit value for pre-relocation malloc() 9 years ago
Simon Glass fb5cf7f16b Move initf_malloc() to a common place 9 years ago
Simon Glass 0879361fd3 fdt: Rename setup_fdt() and make it prepare also 9 years ago
Simon Glass b45122fdf5 fdt: sandbox: Move setup code from board_f to fdtdec 9 years ago
Stefan Roese a8eeaf2f7a cmd_led: Extend led command to support blinking and more leds 9 years ago
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
Tim Harvey 08daa258e6 fdt: add new fdt_fixup_display function to configure display 9 years ago
Stefan Roese ed62756dcf cmd_sf: Fix problem with "sf update" and unaligned length 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