Commit Graph

3056 Commits (10778398b3a0a05a4d00ee4a5b1d6a6f215eb37b)

Author SHA1 Message Date
Simon Glass 84d6cbd302 dm: cros_ec: Add support for driver model 11 years ago
Simon Glass fbb099183e dm: Convert spi_flash_probe() and 'sf probe' to use driver model 11 years ago
Simon Glass ff0960f9a0 sf: Tidy up public and private header files 11 years ago
Simon Glass 1157a161b0 dm: spi: Adjust cmd_spi to work with driver model 11 years ago
Simon Glass 843c9e8796 dm: Add spi.h header to a few files 11 years ago
Simon Glass ebe76a2df9 dm: Remove spi_init() from board_r.c when using driver model 11 years ago
Simon Glass d7af6a4851 dm: spi: Add a uclass for SPI 11 years ago
Ruchika Gupta c5de15cbc8 crypto/fsl: Add command for encapsulating/decapsulating blobs 11 years ago
Simon Glass 0156444cf7 lcd: Fix build error with CONFIG_LCD_BMP_RLE8 11 years ago
Valentin Longchamp ae1a74ebe7 common/board_r: remove warning in initr_mem for 64-bit phys_size_t 11 years ago
Roger Quadros 76300c0d2d common: spl_sata: perform SCSI scan before getting device 11 years ago
York Sun fef3e25fc3 common/board_r: Fix booting issue on T4240QDS 11 years ago
Ian Campbell 64a0c24726 pxe: Ensure we don't overflow bootargs 11 years ago
Charles Manning 832472a94d tools: socfpga: Add socfpga preloader signing to mkimage 11 years ago
Hans de Goede 8a8a2257ec usb: kbd: Allow "usb reset" to continue when an usb kbd is used 11 years ago
Hans de Goede 32d019265d stdio: Add force parameter to stdio_deregister 11 years ago
Hans de Goede 3f78a28037 usb: kbd: Remove check for already being registered 11 years ago
Hans de Goede 6e78c74f62 usb: kbd: On a "usb reset" call usb_kbd_deregister() before calling usb_stop() 11 years ago
Hans de Goede 0ea09dfe87 usb: kbd: Do not treat -ENODEV as an error for usb_kbd_deregister 11 years ago
Hans de Goede 9b2393812e usb: kbd: Fix unaligned buffer usage in usb_kbd_setled() 11 years ago
Wally Yeh fa7b88519e cmd_mmc: fix bootpart-resize maxarg to 4 11 years ago
Peter Bigot 19345d7c94 env_mmc: correct fini partition to match init partition 11 years ago
Simon Glass df3b23ae3a dm: spi: Move cmd device code into its own function 11 years ago
Arnab Basu f43b4356a7 fdt_support: Make of_bus_default_count_cells non static 11 years ago
Arnab Basu 08df4a21c7 fdt_support: Move of_read_number to fdt_support.h 11 years ago
Masahiro Yamada f494e0a184 kbuild: refactor some makefiles 11 years ago
Rostislav Lisovy 93d3232d96 cmd_nand: Update (nand_info_t*)nand after arg_off(_size) call 11 years ago
Masahiro Yamada 1d5c20154f kconfig: move CONFIG_CMD_IMPORTENV to Kconfig 11 years ago
Masahiro Yamada 726ac8e4c5 kconfig: move CONFIG_CMD_GO to Kconfig 11 years ago
Masahiro Yamada cccee18918 kconfig: move CONFIG_CMD_EXPORTENV to Kconfig 11 years ago
Masahiro Yamada ca05ee9d43 kconfig: move CONFIG_CMD_CRC32 to Kconfig 11 years ago
Masahiro Yamada dba1697057 kconfig: move CONFIG_CMD_BOOTM to Kconfig 11 years ago
Masahiro Yamada ed36323f6d kconfig: add blank Kconfig files 11 years ago
Simon Glass 8969ea3e9f sandbox: Disable Ctrl-C 11 years ago
Steve Rae e5bf9878ea usb/gadget: fastboot: implement sparse format 11 years ago
Steve Rae 593cbd93f3 usb/gadget: fastboot: minor cleanup 11 years ago
Steve Rae c0aebb3382 usb/gadget: fastboot: add eMMC support for flash command 11 years ago
Nikita Kiryanov 88e34e5ff7 spl: replace CONFIG_SPL_SPI_* with CONFIG_SF_DEFAULT_* 11 years ago
Masahiro Yamada c970dffedb generic_board: do not set gd->fdt_blob unless CONFIG_OF_CONTROL=y 11 years ago
Gabriel Huau ec3b48201d common: fix include guards for CONFIG_MP 11 years ago
Steve Rae e6ca1ad604 implement the Android sparse image format 11 years ago
Steve Rae 1c39d856db cleanup code which handles the Android sparse image format 11 years ago
Steve Rae 20465c73b4 update code which handles Android sparse image format 11 years ago
Steve Rae b4e4bbe5ab add code to handle Android sparse image format 11 years ago
Masahiro Yamada 5a8608e586 cmd_mem: add static to internally used functions 11 years ago
Peng Fan f9f040b215 kgdb: Remove first_entry for kgdb 11 years ago
Vasili Galka 5d69a5d178 Fix a few printf argument verification warnings 11 years ago
Simon Glass 9fb02491fe dm: Make driver model available before board_init() 11 years ago
Simon Glass 294b91a581 Set up stdio earlier when using driver model 11 years ago
Simon Glass 3ea0953d36 dm: Move pre-reloc init earlier to cope with board_early_init_f() 11 years ago