Commit Graph

44541 Commits (99bb38e2cce9d99238458e0f6d1880c6d2e80a4d)
 

Author SHA1 Message Date
Tom Rini 99bb38e2cc fdt: Check for NULL return from fdt_getprop in 'fdt set' 7 years ago
Simon Glass f53dcc0e35 tegra: fdt: Ensure that the console UART is enabled 7 years ago
Simon Glass 50d8c4a465 tegra: Show a debug message if the LCD PMIC fails to start 7 years ago
Simon Glass f93472a022 dm: serial: Add livetree support 7 years ago
Simon Glass d09608534c dm: serial: Separate out the core serial-device finding code 7 years ago
Simon Glass db9f8f6ad5 dm: serial: ns16550: Convert to livetree 7 years ago
Simon Glass 03bc3f18b7 tegra: Fix up include file ordering 7 years ago
Simon Glass 1a9f3da917 video: simple-panel: Add a little more debugging 7 years ago
Simon Glass 7cf208d73b dm: video: Update pwm_backlight to support livetree 7 years ago
Simon Glass fb0b709eff dm: video: Sync display on backspace 7 years ago
Simon Glass 2f0dd5cafe tegra: nyan-big: Enable bootstage 7 years ago
Simon Glass c1eb3d5966 dm: Fix error handling when unflattening the DT 7 years ago
Simon Glass 0be3a3b473 tegra: nyan-big: Enable the debug UART 7 years ago
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