summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-11sandbox: Enable more console optionsSimon Glass
2017-07-11console: Use map_sysmem() for the pre-relocation consoleSimon Glass
2017-07-11test: Add a test for snprintf() and the banner/versionSimon Glass
2017-07-11Allow displaying the U-Boot banner on a video displaySimon Glass
2017-07-11display_options: Refactor to allow obtaining the bannerSimon Glass
2017-07-11x86: Move link to use driver model for SCSISimon Glass
2017-07-11dm: scsi: Drop scsi_init() when driver model is usedSimon Glass
2017-07-11dm: ahci: Add a driver for SCSI on AHCISimon Glass
2017-07-11dm: scsi: Split out the bus scanning codeSimon Glass
2017-07-11dm: scsi: Adjust return value of scsi_exec()Simon Glass
2017-07-11dm: scsi: Add operations for SCSI devicesSimon Glass
2017-07-11dm: ahci: Create a local version of two SCSI functionsSimon Glass
2017-07-11dm: scsi: Document and rename the scsi_scan() parameterSimon Glass
2017-07-11dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()Simon Glass
2017-07-11dm: scsi: Add operationsSimon Glass
2017-07-11dm: ahci: Drop use of probe_entSimon Glass
2017-07-11dm: ahci: Unwind the confusing init codeSimon Glass
2017-07-11dm: ahci: Move common code for starting ports into a functionSimon Glass
2017-07-11dm: scsi: Indent the confusing #ifdefsSimon Glass
2017-07-11dm: ahci: Refactor to avoid static variablesSimon Glass
2017-07-11dm: sata: Move ataid into struct ahci_uc_privSimon Glass
2017-07-11dm: ahci: Rename struct ahci_probe_entSimon Glass
2017-07-11dm: scsi: Use the uclass platform dataSimon Glass
2017-07-11dm: scsi: Drop the ccb typedefSimon Glass
2017-07-11dm: scsi: Rename struct SCSI_cmd_block to struct scsi_cmdSimon Glass
2017-07-11dm: scsi: Rearrange header file for driver modelSimon Glass
2017-07-11scsi: Move drivers into new drivers/scsi directorySimon Glass
2017-07-11sata: Move drivers into new drivers/ata directorySimon Glass
2017-07-11Kconfig: Add CONFIG_SATA to enable SATASimon Glass
2017-07-11Convert CONFIG_CMD_SATA to KconfigSimon Glass
2017-07-11scsi: Drop scsi_print_error()Simon Glass
2017-07-11scsi: Drop sym53c8xx driverSimon Glass
2017-07-11Convert CONFIG_SCSI to KconfigSimon Glass
2017-07-11dtoc: Support multiple compatible strings in a nodeSimon Glass
2017-07-11cmd gpt: test in sandboxAlison Chaiken
2017-07-11sandbox: README: fix partition command invocationAlison Chaiken
2017-07-11moveconfig: Support looking for implied CONFIG optionsSimon Glass
2017-07-11moveconfig: Support building a simple config databaseSimon Glass
2017-07-11moveconfig: Add a constant for auto.confSimon Glass
2017-07-11moveconfig: Tidy up the documentation and add hintsSimon Glass
2017-07-11moveconfig: Allow reading the defconfig list from stdinSimon Glass
2017-07-11moveconfig: Support providing a path to the defconfig filesSimon Glass
2017-07-11rockchip: dts: rk3328: add aliases for mmc controllerKever Yang
2017-07-11dm: core: Add uclass_first/next_device_check()Simon Glass
2017-07-11dm: core: Test uclass_first/next_device() on probe failureSimon Glass
2017-07-11dm: core: Clarify uclass_first/next_device() commentsSimon Glass
2017-07-11rockchip: rk3288: Add pinctrl support for the gmac ethernet interfaceSjoerd Simons
2017-07-11rockchip: evb-rk3328: enable boot on regulatorKever Yang
2017-07-11rockchip: dts: rk3328-evb: add sdmmc-pwren regulatorKever Yang
2017-07-11rockchip: pinctrl: rk3328: use gpio instead of sdmmc-pwrenKever Yang