Commit Graph

44630 Commits (f34ccce50a1805a6fdb2d1604ec4e40d79302455)
 

Author SHA1 Message Date
Simon Glass 23acc48d84 tegra: video: Time the LCD init 7 years ago
Simon Glass 878d68c0c3 dm: core: Add functions to obtain node's address/size cells 7 years ago
Simon Glass f7d6fcf7ae dm: core: Add dev_read_enabled() to check if a device is enabled 7 years ago
Simon Glass a44810123f dm: core: Add dev_read_resource() to read device resources 7 years ago
Simon Glass 8c293d6ac9 dm: core: Add ofnode_read_string_count() 7 years ago
Simon Glass 7feccfdc45 binman: Put our local modules ahead of system modules 7 years ago
Simon Glass c07919281c dtoc: Add tests 7 years ago
Simon Glass 2028cc59f7 sandbox: Stop printing platdata at the start of SPL 7 years ago
Simon Glass 30107b08d7 dtoc: Add a comment about string replace in conv_name_to_c() 7 years ago
Simon Glass fa0ea5b09e dtoc: Move the main logic into the dtb_platdata file 7 years ago
Simon Glass 56e0bbe057 dtoc: Move static functions out of the class 7 years ago
Simon Glass e36024b05f dtoc: Pass include_disabled explicitly 7 years ago
Simon Glass 86290ce40e dtoc: Don't handle properties with / in them 7 years ago
Simon Glass 2be282ca01 dtoc: Fix pylint warnings 7 years ago
Simon Glass 7581c01a15 dtoc: Split out the main class into its own file 7 years ago
Simon Glass 14f5acfc5b dtoc: Add a comment at the top 7 years ago
Simon Glass 418355cbaa dtoc: Use self._options instead of the global options 7 years ago
Simon Glass cb008830aa moveconfig: Allow automatic location and adding of 'imply' 7 years ago
Simon Glass 9b2a2e87d2 moveconfig: Allow control of which implying configs are shown 7 years ago
Simon Glass 2ddd85dc34 moveconfig: Allow piping in 'git show --stat' output 7 years ago
Simon Glass d8c6fb8ced sandbox: Drop special case console code for sandbox 7 years ago
Simon Glass d63b5b4fbb sandbox: Enable more console options 7 years ago
Simon Glass 4e6bafa568 console: Use map_sysmem() for the pre-relocation console 7 years ago
Simon Glass e5a9d27fdb test: Add a test for snprintf() and the banner/version 7 years ago
Simon Glass b0895384be Allow displaying the U-Boot banner on a video display 7 years ago
Simon Glass 6c519f2dc4 display_options: Refactor to allow obtaining the banner 7 years ago
Simon Glass 32e9ec1f88 x86: Move link to use driver model for SCSI 7 years ago
Simon Glass 7337fcd8c0 dm: scsi: Drop scsi_init() when driver model is used 7 years ago
Simon Glass 681357ffd9 dm: ahci: Add a driver for SCSI on AHCI 7 years ago
Simon Glass 5c56176318 dm: scsi: Split out the bus scanning code 7 years ago
Simon Glass f6580ef39b dm: scsi: Adjust return value of scsi_exec() 7 years ago
Simon Glass f6ab5a92ac dm: scsi: Add operations for SCSI devices 7 years ago
Simon Glass 4e74901458 dm: ahci: Create a local version of two SCSI functions 7 years ago
Simon Glass 8eab1a58dd dm: scsi: Document and rename the scsi_scan() parameter 7 years ago
Simon Glass 4682c8a19b dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset() 7 years ago
Simon Glass 322f73f473 dm: scsi: Add operations 7 years ago
Simon Glass 4279efc4c9 dm: ahci: Drop use of probe_ent 7 years ago
Simon Glass 7cf1afce7f dm: ahci: Unwind the confusing init code 7 years ago
Simon Glass 62b4ec8e30 dm: ahci: Move common code for starting ports into a function 7 years ago
Simon Glass 099c239d68 dm: scsi: Indent the confusing #ifdefs 7 years ago
Simon Glass 225b1da7bf dm: ahci: Refactor to avoid static variables 7 years ago
Simon Glass 4b62b2ff53 dm: sata: Move ataid into struct ahci_uc_priv 7 years ago
Simon Glass 2c9f9efb3d dm: ahci: Rename struct ahci_probe_ent 7 years ago
Simon Glass 1dc64f6c00 dm: scsi: Use the uclass platform data 7 years ago
Simon Glass b9560ad649 dm: scsi: Drop the ccb typedef 7 years ago
Simon Glass aae5ec3403 dm: scsi: Rename struct SCSI_cmd_block to struct scsi_cmd 7 years ago
Simon Glass 043682422c dm: scsi: Rearrange header file for driver model 7 years ago
Simon Glass 0fcd48fe00 scsi: Move drivers into new drivers/scsi directory 7 years ago
Simon Glass f2105c6182 sata: Move drivers into new drivers/ata directory 7 years ago
Simon Glass 10e40d54b3 Kconfig: Add CONFIG_SATA to enable SATA 7 years ago