Commit Graph

3741 Commits (a65f51b97886f0b1d911eb1ea951fce9efd1700f)

Author SHA1 Message Date
Simon Glass cab24b3407 dm: pci: Convert 'pci' command to driver model 9 years ago
Simon Glass c4f32bb248 pci: Move PCI header output code into its own function 9 years ago
Simon Glass 32ec5b344b pci: Use a separate 'dev' variable for the PCI device 9 years ago
Simon Glass 72ef5b608c pci: Use common functions to read/write config 9 years ago
Simon Glass c2be070072 pci: Tidy up function comments in cmd_pci.c 9 years ago
Simon Glass 49f835fd41 dm: pci: Reorder functions in cmd_pci.c 9 years ago
Simon Glass 07a588704c pci: Refactor the pciinfo() function 9 years ago
Simon Glass ca7de76d8c pci: Use a separate variable for the bus number 9 years ago
Simon Glass bfa4191e03 pci: Use a common return in command processing 9 years ago
Simon Glass 871bc92374 dm: pci: Avoid a driver model build error with CONFIG_CMD_PCI_ENUM 9 years ago
Simon Glass 881c124ab8 dm: timer: Avoid using timer before it is ready 9 years ago
Patrick Delaunay cfdaf4caa2 part:efi: add bootable parameter in gpt command 9 years ago
Lukasz Majewski bbb9ffac60 gpt: command: Extend gpt command to support GPT table verification 9 years ago
Lukasz Majewski 74f889b039 gpt: doc: Update gpt command's help description 9 years ago
Lukasz Majewski 5af9dd3739 gpt: command: Remove duplicated check for empty partition description 9 years ago
Stefan Roese 7d9cde1031 lib/tiny-printf.c: Add tiny printf function for space limited environments 9 years ago
Stefan Roese ddf7355a73 common/console.c: Small coding style cleanup 9 years ago
Stefan Roese dd5577703b common/console.c: Drop sandbox special-case console code 9 years ago
Marek Vasut d4e69e617c eeprom: Clean up checkpatch issues 10 years ago
Marek Vasut d4fec4e988 eeprom: Add support for selecting i2c bus 10 years ago
Marek Vasut 354e3ed754 eeprom: Add bus argument to eeprom_init() 10 years ago
Marek Vasut 1a37889b0a eeprom: Pull out the RW loop 10 years ago
Marek Vasut 39b6f98bd5 eeprom: Pull out transfer length computation 10 years ago
Marek Vasut 6717e3c84f eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 10 years ago
Marek Vasut 8eee40a602 eeprom: Suck the ifdef into eeprom_init() 10 years ago
Marek Vasut d738746cc3 eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 10 years ago
Marek Vasut 52cd47c9a5 eeprom: Make eeprom_write_enable() weak 10 years ago
Marek Vasut 02c321cf88 eeprom: Pull out address computation 10 years ago
Marek Vasut 9132088b00 eeprom: Pull out the I/O code 10 years ago
Marek Vasut 53a85ad79a eeprom: Zap CONFIG_SPI_X 10 years ago
Marek Vasut b7b2e3f748 eeprom: Zap eeprom_probe() 10 years ago
Marek Vasut ec7012e3d8 eeprom: Zap CONFIG_SYS_EEPROM_X40430 10 years ago
Marek Vasut e4f65d0067 eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS 10 years ago
Marek Vasut 4f296d09e1 eeprom: Shuffle code around 10 years ago
Simon Glass 2cdb58ebdc usb: Avoid open-coded USB constants in usb_kbd.c 10 years ago
Simon Glass 17627609e0 usb: Drop unused code in usb_kbd.c 10 years ago
Simon Glass 45bfa47e12 usb: Refactor USB tree output code for testing 10 years ago
Simon Glass 9854a8748c console: Add a console buffer 10 years ago
Simon Glass 24b852a7a2 Move console definitions into a new console.h file 10 years ago
Simon Glass 3884c98c32 dm: usb: Avoid time delays in sandbox tests 10 years ago
Thomas Chou 6752195760 common/board_f.c: move mark_bootstage after arch_cpu_init_dm 10 years ago
Simon Glass b206cd7372 dm: stdio: Plumb in the new keyboard uclass 10 years ago
Simon Glass e84421d8f3 dm: input: Create a keyboard uclass 10 years ago
Simon Glass 34ab37eef5 dm: usb: Add support for USB keyboards with driver model 10 years ago
Stephane Ayotte 05bfe13210 LCD: Add an option to skip registration as an stdio output 10 years ago
Michal Simek bdaeb8f23c common: mii: Do not allow to exceed max phy limit 10 years ago
Nathan Rossi 66eef1e780 tools: zynqimage: Add Xilinx Zynq boot header generation to mkimage 10 years ago
Kevin Smith a7c06cd3a6 env_ubi.c: Correct pointer error in env load 10 years ago
Stephen Warren 736d1746fb itest: add missing break statements to evalexp() 10 years ago
Thomas Chou e4aa8edb6e common: add CMD_GPIO to Kconfig 10 years ago