Commit Graph

4037 Commits (e6628ad7b99b285b25147366c68a7b956e362878)

Author SHA1 Message Date
Miao Yan b3b522f247 VxWorks: fixup MAC address for VxWorks 9 years ago
Bin Meng 2317cf0970 common: Remove timer_init() call for x86 9 years ago
Bin Meng a0ae380b3c fdt: Change OF_BAD_ADDR to FDT_ADDR_T_NONE 9 years ago
Tom Rini cbb2df2018 CONFIG_NEEDS_MANUAL_RELOC: Fix warnings when not set 9 years ago
Michal Simek e4099c8b80 i2c: cmd: Relocate subcommands when MANUAL_RELOC 9 years ago
Siva Durga Prasad Paladugu e9acb9ea43 common: board: Dont relocate FDT incase of CONFIG_OF_EMBED 9 years ago
Simon Glass b4857aa901 spl: mmc: Unify non/driver model spl_mmc_find_device() 9 years ago
Simon Glass 99c7a51a24 spl: mmc: Rename 'mmc' variable to 'mmcp' 9 years ago
Simon Glass d773a008ee spl: mmc: Fix compiler warning with CONFIG_DM_MMC 9 years ago
Peng Fan c6bb23c819 common: cli_hush: avoid memory leak 9 years ago
Stefan Roese 63ce348d27 common/Makefile: Compile fdt_support is enabled in SPL 9 years ago
Peng Fan 746da1bd42 common: miiphyutil: avoid memory leak 9 years ago
Peng Fan 678e9316d4 common: mmc: unsigned char compared against 0 9 years ago
Peng Fan d39449b110 common: miiphyutil: no need to check name of mii_dev 9 years ago
Peng Fan 2ea47be02f common: image-fdt: correct fdt_blob for IMAGE_FORMAT_LEGACY 9 years ago
Peng Fan aa72252963 common: cli_hush: avoid dead code 9 years ago
Francois Retief 1e85ccec53 sparc: Update PROM initialization code for generic board 9 years ago
Francois Retief c97088c3cf sparc: Update cpu_init.c to use generic timer infrastructure 9 years ago
Francois Retief e17c5200c7 sparc: Initial ground work for generic board initialization 9 years ago
Anatolij Gustschin f5bcfe151e Revert "LCD: Add an option to skip registration as an stdio output" 9 years ago
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 9 years ago
Marek Vasut d4fec4e988 eeprom: Add support for selecting i2c bus 9 years ago
Marek Vasut 354e3ed754 eeprom: Add bus argument to eeprom_init() 9 years ago
Marek Vasut 1a37889b0a eeprom: Pull out the RW loop 9 years ago
Marek Vasut 39b6f98bd5 eeprom: Pull out transfer length computation 9 years ago
Marek Vasut 6717e3c84f eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 9 years ago
Marek Vasut 8eee40a602 eeprom: Suck the ifdef into eeprom_init() 9 years ago
Marek Vasut d738746cc3 eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 9 years ago
Marek Vasut 52cd47c9a5 eeprom: Make eeprom_write_enable() weak 9 years ago
Marek Vasut 02c321cf88 eeprom: Pull out address computation 9 years ago
Marek Vasut 9132088b00 eeprom: Pull out the I/O code 9 years ago
Marek Vasut 53a85ad79a eeprom: Zap CONFIG_SPI_X 9 years ago