aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-11dm: core: Add dev_read_enabled() to check if a device is enabledSimon Glass2-0/+29
2017-07-11dm: core: Add dev_read_resource() to read device resourcesSimon Glass3-1/+50
2017-07-11dm: core: Add ofnode_read_string_count()Simon Glass3-1/+39
2017-07-11binman: Put our local modules ahead of system modulesSimon Glass1-5/+4
2017-07-11dtoc: Add testsSimon Glass7-4/+411
2017-07-11sandbox: Stop printing platdata at the start of SPLSimon Glass2-40/+1
2017-07-11dtoc: Add a comment about string replace in conv_name_to_c()Simon Glass1-0/+3
2017-07-11dtoc: Move the main logic into the dtb_platdata fileSimon Glass2-17/+31
2017-07-11dtoc: Move static functions out of the classSimon Glass1-62/+63
2017-07-11dtoc: Pass include_disabled explicitlySimon Glass2-5/+5
2017-07-11dtoc: Don't handle properties with / in themSimon Glass1-1/+0
2017-07-11dtoc: Fix pylint warningsSimon Glass2-131/+144
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