summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * dm: core: Add dev_read_enabled() to check if a device is enabledSimon Glass2017-07-112-0/+29
| * dm: core: Add dev_read_resource() to read device resourcesSimon Glass2017-07-113-1/+50
| * dm: core: Add ofnode_read_string_count()Simon Glass2017-07-113-1/+39
| * binman: Put our local modules ahead of system modulesSimon Glass2017-07-111-5/+4
| * dtoc: Add testsSimon Glass2017-07-117-4/+411
| * sandbox: Stop printing platdata at the start of SPLSimon Glass2017-07-112-40/+1
| * dtoc: Add a comment about string replace in conv_name_to_c()Simon Glass2017-07-111-0/+3
| * dtoc: Move the main logic into the dtb_platdata fileSimon Glass2017-07-112-17/+31
| * dtoc: Move static functions out of the classSimon Glass2017-07-111-62/+63
| * dtoc: Pass include_disabled explicitlySimon Glass2017-07-112-5/+5
| * dtoc: Don't handle properties with / in themSimon Glass2017-07-111-1/+0
| * dtoc: Fix pylint warningsSimon Glass2017-07-112-131/+144
| * dtoc: Split out the main class into its own fileSimon Glass2017-07-112-405/+414
| * dtoc: Add a comment at the topSimon Glass2017-07-111-0/+20
| * dtoc: Use self._options instead of the global optionsSimon Glass2017-07-111-2/+2
| * moveconfig: Allow automatic location and adding of 'imply'Simon Glass2017-07-111-9/+215
| * moveconfig: Allow control of which implying configs are shownSimon Glass2017-07-111-4/+32
| * moveconfig: Allow piping in 'git show --stat' outputSimon Glass2017-07-111-0/+2
| * sandbox: Drop special case console code for sandboxSimon Glass2017-07-111-13/+0
| * sandbox: Enable more console optionsSimon Glass2017-07-114-1/+5
| * console: Use map_sysmem() for the pre-relocation consoleSimon Glass2017-07-111-2/+9
| * test: Add a test for snprintf() and the banner/versionSimon Glass2017-07-112-0/+84
| * Allow displaying the U-Boot banner on a video displaySimon Glass2017-07-113-4/+26
| * display_options: Refactor to allow obtaining the bannerSimon Glass2017-07-113-6/+53
| * x86: Move link to use driver model for SCSISimon Glass2017-07-114-1/+27
| * dm: scsi: Drop scsi_init() when driver model is usedSimon Glass2017-07-111-2/+4
| * dm: ahci: Add a driver for SCSI on AHCISimon Glass2017-07-112-0/+79
| * dm: scsi: Split out the bus scanning codeSimon Glass2017-07-112-12/+31
| * dm: scsi: Adjust return value of scsi_exec()Simon Glass2017-07-112-7/+7
| * dm: scsi: Add operations for SCSI devicesSimon Glass2017-07-115-5/+52
| * dm: ahci: Create a local version of two SCSI functionsSimon Glass2017-07-111-2/+13
| * dm: scsi: Document and rename the scsi_scan() parameterSimon Glass2017-07-117-20/+22
| * dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()Simon Glass2017-07-116-21/+40
| * dm: scsi: Add operationsSimon Glass2017-07-111-0/+20
| * dm: ahci: Drop use of probe_entSimon Glass2017-07-113-30/+52
| * dm: ahci: Unwind the confusing init codeSimon Glass2017-07-116-19/+42
| * dm: ahci: Move common code for starting ports into a functionSimon Glass2017-07-111-23/+22
| * dm: scsi: Indent the confusing #ifdefsSimon Glass2017-07-111-13/+13
| * dm: ahci: Refactor to avoid static variablesSimon Glass2017-07-111-68/+76
| * dm: sata: Move ataid into struct ahci_uc_privSimon Glass2017-07-112-23/+28
| * dm: ahci: Rename struct ahci_probe_entSimon Glass2017-07-114-47/+58
| * dm: scsi: Use the uclass platform dataSimon Glass2017-07-115-7/+6
| * dm: scsi: Drop the ccb typedefSimon Glass2017-07-115-43/+44
| * dm: scsi: Rename struct SCSI_cmd_block to struct scsi_cmdSimon Glass2017-07-112-2/+2
| * dm: scsi: Rearrange header file for driver modelSimon Glass2017-07-111-20/+14
| * scsi: Move drivers into new drivers/scsi directorySimon Glass2017-07-1110-24/+42
| * sata: Move drivers into new drivers/ata directorySimon Glass2017-07-1128-63/+90
| * Kconfig: Add CONFIG_SATA to enable SATASimon Glass2017-07-1122-24/+38
| * Convert CONFIG_CMD_SATA to KconfigSimon Glass2017-07-1164-53/+83
| * scsi: Drop scsi_print_error()Simon Glass2017-07-114-10/+5