summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* scsi: Drop sym53c8xx driverSimon Glass2017-07-115-867/+1
* Convert CONFIG_SCSI to KconfigSimon Glass2017-07-1184-31/+73
* dtoc: Support multiple compatible strings in a nodeSimon Glass2017-07-112-7/+26
* cmd gpt: test in sandboxAlison Chaiken2017-07-111-0/+10
* sandbox: README: fix partition command invocationAlison Chaiken2017-07-111-1/+1
* moveconfig: Support looking for implied CONFIG optionsSimon Glass2017-07-111-1/+214
* moveconfig: Support building a simple config databaseSimon Glass2017-07-111-7/+74
* moveconfig: Add a constant for auto.confSimon Glass2017-07-111-4/+6
* moveconfig: Tidy up the documentation and add hintsSimon Glass2017-07-111-2/+20
* moveconfig: Allow reading the defconfig list from stdinSimon Glass2017-07-111-3/+18