aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-11dtoc: Split out the main class into its own fileSimon Glass2-405/+414
2017-07-11dtoc: Add a comment at the topSimon Glass1-0/+20
2017-07-11dtoc: Use self._options instead of the global optionsSimon Glass1-2/+2
2017-07-11moveconfig: Allow automatic location and adding of 'imply'Simon Glass1-9/+215
2017-07-11moveconfig: Allow control of which implying configs are shownSimon Glass1-4/+32
2017-07-11moveconfig: Allow piping in 'git show --stat' outputSimon Glass1-0/+2
2017-07-11sandbox: Drop special case console code for sandboxSimon Glass1-13/+0
2017-07-11sandbox: Enable more console optionsSimon Glass4-1/+5
2017-07-11console: Use map_sysmem() for the pre-relocation consoleSimon Glass1-2/+9
2017-07-11test: Add a test for snprintf() and the banner/versionSimon Glass2-0/+84
2017-07-11Allow displaying the U-Boot banner on a video displaySimon Glass3-4/+26
2017-07-11display_options: Refactor to allow obtaining the bannerSimon Glass3-6/+53
2017-07-11x86: Move link to use driver model for SCSISimon Glass4-1/+27
2017-07-11dm: scsi: Drop scsi_init() when driver model is usedSimon Glass1-2/+4
2017-07-11dm: ahci: Add a driver for SCSI on AHCISimon Glass2-0/+79
2017-07-11dm: scsi: Split out the bus scanning codeSimon Glass2-12/+31
2017-07-11dm: scsi: Adjust return value of scsi_exec()Simon Glass2-7/+7
2017-07-11dm: scsi: Add operations for SCSI devicesSimon Glass5-5/+52
2017-07-11dm: ahci: Create a local version of two SCSI functionsSimon Glass1-2/+13
2017-07-11dm: scsi: Document and rename the scsi_scan() parameterSimon Glass7-20/+22
2017-07-11dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()Simon Glass6-21/+40
2017-07-11dm: scsi: Add operationsSimon Glass1-0/+20
2017-07-11dm: ahci: Drop use of probe_entSimon Glass3-30/+52
2017-07-11dm: ahci: Unwind the confusing init codeSimon Glass6-19/+42
2017-07-11dm: ahci: Move common code for starting ports into a functionSimon Glass1-23/+22
2017-07-11dm: scsi: Indent the confusing #ifdefsSimon Glass1-13/+13
2017-07-11dm: ahci: Refactor to avoid static variablesSimon Glass1-68/+76
2017-07-11dm: sata: Move ataid into struct ahci_uc_privSimon Glass2-23/+28
2017-07-11dm: ahci: Rename struct ahci_probe_entSimon Glass4-47/+58
2017-07-11dm: scsi: Use the uclass platform dataSimon Glass5-7/+6
2017-07-11dm: scsi: Drop the ccb typedefSimon Glass5-43/+44
2017-07-11dm: scsi: Rename struct SCSI_cmd_block to struct scsi_cmdSimon Glass2-2/+2
2017-07-11dm: scsi: Rearrange header file for driver modelSimon Glass1-20/+14
2017-07-11scsi: Move drivers into new drivers/scsi directorySimon Glass10-24/+42
2017-07-11sata: Move drivers into new drivers/ata directorySimon Glass28-63/+90
2017-07-11Kconfig: Add CONFIG_SATA to enable SATASimon Glass22-24/+38
2017-07-11Convert CONFIG_CMD_SATA to KconfigSimon Glass64-53/+83
2017-07-11scsi: Drop scsi_print_error()Simon Glass4-10/+5
2017-07-11scsi: Drop sym53c8xx driverSimon Glass5-867/+1
2017-07-11Convert CONFIG_SCSI to KconfigSimon Glass84-31/+73
2017-07-11dtoc: Support multiple compatible strings in a nodeSimon Glass2-7/+26
2017-07-11cmd gpt: test in sandboxAlison Chaiken1-0/+10
2017-07-11sandbox: README: fix partition command invocationAlison Chaiken1-1/+1
2017-07-11moveconfig: Support looking for implied CONFIG optionsSimon Glass1-1/+214
2017-07-11moveconfig: Support building a simple config databaseSimon Glass1-7/+74
2017-07-11moveconfig: Add a constant for auto.confSimon Glass1-4/+6
2017-07-11moveconfig: Tidy up the documentation and add hintsSimon Glass1-2/+20
2017-07-11moveconfig: Allow reading the defconfig list from stdinSimon Glass1-3/+18
2017-07-11moveconfig: Support providing a path to the defconfig filesSimon Glass1-2/+19
2017-07-11rockchip: dts: rk3328: add aliases for mmc controllerKever Yang1-0/+3