- 2a00cc9 tegra: fdt: Ensure that the console UART is enabled by Simon Glass · 7 years ago
- 9d8271e tegra: Show a debug message if the LCD PMIC fails to start by Simon Glass · 7 years ago
- a21ec4c dm: serial: Add livetree support by Simon Glass · 7 years ago
- 89d9cf2 dm: serial: Separate out the core serial-device finding code by Simon Glass · 7 years ago
- 386dbfb dm: serial: ns16550: Convert to livetree by Simon Glass · 7 years ago
- 1502392 tegra: Fix up include file ordering by Simon Glass · 7 years ago
- cc06f14 video: simple-panel: Add a little more debugging by Simon Glass · 7 years ago
- e247e5c dm: video: Update pwm_backlight to support livetree by Simon Glass · 7 years ago
- 2f63264 dm: video: Sync display on backspace by Simon Glass · 7 years ago
- a2037c5 tegra: nyan-big: Enable bootstage by Simon Glass · 7 years ago
- 104acf9 dm: Fix error handling when unflattening the DT by Simon Glass · 7 years ago
- 4fcd26c tegra: nyan-big: Enable the debug UART by Simon Glass · 7 years ago
- 80df6ec tegra: video: Time the LCD init by Simon Glass · 7 years ago
- 4191dc1 dm: core: Add functions to obtain node's address/size cells by Simon Glass · 7 years ago
- fa031f8 dm: core: Add dev_read_enabled() to check if a device is enabled by Simon Glass · 7 years ago
- 170e17c dm: core: Add dev_read_resource() to read device resources by Simon Glass · 7 years ago
- 5fdb005 dm: core: Add ofnode_read_string_count() by Simon Glass · 7 years ago
- dde3e71 binman: Put our local modules ahead of system modules by Simon Glass · 7 years ago
- 9d2eb92 dtoc: Add tests by Simon Glass · 7 years ago
- 17b1107 sandbox: Stop printing platdata at the start of SPL by Simon Glass · 7 years ago
- 2e0bf3f dtoc: Add a comment about string replace in conv_name_to_c() by Simon Glass · 7 years ago
- 3fa797a dtoc: Move the main logic into the dtb_platdata file by Simon Glass · 7 years ago
- 7a2add1 dtoc: Move static functions out of the class by Simon Glass · 7 years ago
- eab3f62 dtoc: Pass include_disabled explicitly by Simon Glass · 7 years ago
- 761773f dtoc: Don't handle properties with / in them by Simon Glass · 7 years ago
- 1f730c8 dtoc: Fix pylint warnings by Simon Glass · 7 years ago
- d570dec dtoc: Split out the main class into its own file by Simon Glass · 7 years ago
- b7edba1 dtoc: Add a comment at the top by Simon Glass · 7 years ago
- 7427bf2 dtoc: Use self._options instead of the global options by Simon Glass · 7 years ago
- 4411633 moveconfig: Allow automatic location and adding of 'imply' by Simon Glass · 7 years ago
- 92e5558 moveconfig: Allow control of which implying configs are shown by Simon Glass · 7 years ago
- 452fa8e moveconfig: Allow piping in 'git show --stat' output by Simon Glass · 7 years ago
- 9770370 sandbox: Drop special case console code for sandbox by Simon Glass · 7 years ago
- 00c34d5b sandbox: Enable more console options by Simon Glass · 7 years ago
- 46aaad0 console: Use map_sysmem() for the pre-relocation console by Simon Glass · 7 years ago
- 75ee32f test: Add a test for snprintf() and the banner/version by Simon Glass · 7 years ago
- c9c5c9f Allow displaying the U-Boot banner on a video display by Simon Glass · 7 years ago
- e8583f9 display_options: Refactor to allow obtaining the banner by Simon Glass · 7 years ago
- fe54fda x86: Move link to use driver model for SCSI by Simon Glass · 7 years ago
- 57e7c2a dm: scsi: Drop scsi_init() when driver model is used by Simon Glass · 7 years ago
- c6b4430 dm: ahci: Add a driver for SCSI on AHCI by Simon Glass · 7 years ago
- 600d001 dm: scsi: Split out the bus scanning code by Simon Glass · 7 years ago
- a140e86 dm: scsi: Adjust return value of scsi_exec() by Simon Glass · 7 years ago
- c4dfa89 dm: scsi: Add operations for SCSI devices by Simon Glass · 7 years ago
- 23123c6 dm: ahci: Create a local version of two SCSI functions by Simon Glass · 7 years ago
- 4822873 dm: scsi: Document and rename the scsi_scan() parameter by Simon Glass · 7 years ago
- 11b2b62 dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset() by Simon Glass · 7 years ago
- 28aa974 dm: scsi: Add operations by Simon Glass · 7 years ago
- cf01b5b dm: ahci: Drop use of probe_ent by Simon Glass · 7 years ago
- 84fac54 dm: ahci: Unwind the confusing init code by Simon Glass · 7 years ago
- 0a47bbb dm: ahci: Move common code for starting ports into a function by Simon Glass · 7 years ago
- 0ada891 dm: scsi: Indent the confusing #ifdefs by Simon Glass · 7 years ago
- e0c419b dm: ahci: Refactor to avoid static variables by Simon Glass · 7 years ago
- cb87524 dm: sata: Move ataid into struct ahci_uc_priv by Simon Glass · 7 years ago
- 5ce5967 dm: ahci: Rename struct ahci_probe_ent by Simon Glass · 7 years ago
- b08fbff dm: scsi: Use the uclass platform data by Simon Glass · 7 years ago
- 5fb559d dm: scsi: Drop the ccb typedef by Simon Glass · 7 years ago
- a4eff9f dm: scsi: Rename struct SCSI_cmd_block to struct scsi_cmd by Simon Glass · 7 years ago
- 3df498d dm: scsi: Rearrange header file for driver model by Simon Glass · 7 years ago
- 3def006 scsi: Move drivers into new drivers/scsi directory by Simon Glass · 7 years ago
- 2c844c4 sata: Move drivers into new drivers/ata directory by Simon Glass · 7 years ago
- ab3055a Kconfig: Add CONFIG_SATA to enable SATA by Simon Glass · 7 years ago
- 203b3ab Convert CONFIG_CMD_SATA to Kconfig by Simon Glass · 7 years ago
- 1674098 scsi: Drop scsi_print_error() by Simon Glass · 7 years ago
- 3833441 scsi: Drop sym53c8xx driver by Simon Glass · 7 years ago
- 0e5faf0 Convert CONFIG_SCSI to Kconfig by Simon Glass · 7 years ago
- 934be0b dtoc: Support multiple compatible strings in a node by Simon Glass · 7 years ago
- 88f0676 cmd gpt: test in sandbox by Alison Chaiken · 7 years ago
- 68e8a1f sandbox: README: fix partition command invocation by Alison Chaiken · 7 years ago
- c6e73cf moveconfig: Support looking for implied CONFIG options by Simon Glass · 7 years ago
- 43cf08f moveconfig: Support building a simple config database by Simon Glass · 7 years ago
- 8fb5bd0 moveconfig: Add a constant for auto.conf by Simon Glass · 7 years ago
- 2d79f70 moveconfig: Tidy up the documentation and add hints by Simon Glass · 7 years ago
- 8f3cf31 moveconfig: Allow reading the defconfig list from stdin by Simon Glass · 7 years ago
- 18774bc moveconfig: Support providing a path to the defconfig files by Simon Glass · 7 years ago
- 7351891 rockchip: dts: rk3328: add aliases for mmc controller by Kever Yang · 8 years ago
- 3ff83bc dm: core: Add uclass_first/next_device_check() by Simon Glass · 8 years ago
- 9c433fe dm: core: Test uclass_first/next_device() on probe failure by Simon Glass · 8 years ago
- 98c9fb0 dm: core: Clarify uclass_first/next_device() comments by Simon Glass · 8 years ago
- 5a3d1c6 pipe3: Fix broken dependency by Jean-Jacques Hiblot · 7 years ago
- bd6d0d6 mtd: stm32: use parameter instead of default value by Patrice Chotard · 7 years ago
- 5564f23 arm: mach-keystone: Modify secure image size before copy by Andrew F. Davis · 7 years ago
- e673189 ARM: dts: OMAP5+: Enable gpio in SPL by Lokesh Vutla · 7 years ago
- e7ab8ef arm: omap4+: Enable spl_early_init() by Lokesh Vutla · 7 years ago
- ca23da1 arm: omap: Detect boot mode very early by Lokesh Vutla · 7 years ago
- f5b3842 ARM64: poplar: hi3798cv200: u-boot support for Poplar 96Boards by Jorge Ramirez-Ortiz · 7 years ago
- 4339901 driver: mmc: update debug info by Jorge Ramirez-Ortiz · 7 years ago
- 0d5252e ARM64: dts: hi3798cv200-poplar: add device tree bindings by Jorge Ramirez-Ortiz · 7 years ago
- d666155 pinctrl: stm32: add set_state ops by Christophe Kerello · 7 years ago
- a466d21 pinctrl: stm32: handle a configuration list by Christophe Kerello · 7 years ago
- c576925 defconfig: k2g_evm_defconfig: Add K2G ICE to OF_LIST by Cooper Jr., Franklin · 7 years ago
- a66a4c7 ARM: k2g: Add K2G ICE DTB to the list of possible DTBs by Cooper Jr., Franklin · 7 years ago
- 86835bc ARM: dts: k2g: Add DT support for K2G Industrial Communication Engine evm by Cooper Jr., Franklin · 7 years ago
- f80dcdc ARM: dts: k2g: Disable netcp by default by Cooper Jr., Franklin · 7 years ago
- 4a77a17 ARM: dts: keystone-k2g-evm: Add unit address to memory node by Cooper Jr., Franklin · 7 years ago
- 9856112 ARM: dts: keystone-k2g: Remove skeleton.dtsi by Cooper Jr., Franklin · 7 years ago
- 7e2edb4 ARM: k2g: Update board_name u-boot env variable at runtime by Cooper Jr., Franklin · 7 years ago
- 16e2897 ARM: k2g: Use board detection to wrap K2G GP specific calls by Cooper Jr., Franklin · 7 years ago
- 6e54945 board: ks2: Use board detection to wrap code not specific to K2G ICE evm by Cooper Jr., Franklin · 7 years ago
- 2b0273a ARM: k2g: Add DDR3 configuration for K2G ICE evm by Cooper Jr., Franklin · 7 years ago