]> git.ipfire.org Git - people/ms/u-boot.git/history - common
eeprom: fix eeprom write procedure
[people/ms/u-boot.git] / common /
2015-12-16  Alexey Brodkineeprom: fix eeprom write procedure
2015-12-15  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-fsl...
2015-12-15  Aneesh Bansalarmv8/ls1043ardb: add SECURE BOOT target for NOR
2015-12-15  York Suncommon: Rewrite hiding the end of memory
2015-12-15  York SunReserve secure memory
2015-12-14  Eric Nelsonspl: mmc: use block device number, not hard-coded 0
2015-12-14  Stephen Warrenpart: fix "part list ... -bootable varname" to use hex
2015-12-12  Nishanth Menoncommon: cli_hush: Fix up simple typo
2015-12-12  Miao YanVxWorks: fixup MAC address for VxWorks
2015-12-11  Tom RiniMerge git://git.denx.de/u-boot-dm
2015-12-09  Bin Mengcommon: Remove timer_init() call for x86
2015-12-09  Bin Mengfdt: Change OF_BAD_ADDR to FDT_ADDR_T_NONE
2015-12-07  Tom RiniCONFIG_NEEDS_MANUAL_RELOC: Fix warnings when not set
2015-12-07  Tom RiniMerge branch 'zynq' of git://www.denx.de/git/u-boot...
2015-12-07  Michal Simeki2c: cmd: Relocate subcommands when MANUAL_RELOC
2015-12-07  Tom RiniMerge git://git.denx.de/u-boot-nios
2015-12-05  Siva Durga Prasad... common: board: Dont relocate FDT incase of CONFIG_OF_EMBED
2015-12-05  Simon Glassspl: mmc: Unify non/driver model spl_mmc_find_device()
2015-12-05  Simon Glassspl: mmc: Rename 'mmc' variable to 'mmcp'
2015-12-05  Simon Glassspl: mmc: Fix compiler warning with CONFIG_DM_MMC
2015-12-05  Peng Fancommon: cli_hush: avoid memory leak
2015-12-05  Stefan Roesecommon/Makefile: Compile fdt_support is enabled in SPL
2015-12-05  Peng Fancommon: miiphyutil: avoid memory leak
2015-12-05  Peng Fancommon: mmc: unsigned char compared against 0
2015-12-05  Peng Fancommon: miiphyutil: no need to check name of mii_dev
2015-12-05  Peng Fancommon: image-fdt: correct fdt_blob for IMAGE_FORMAT_LEGACY
2015-12-05  Peng Fancommon: cli_hush: avoid dead code
2015-12-04  Tom RiniMerge branch 'master' of http://git.denx.de/u-boot...
2015-12-04  Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2015-12-03  Francois Retiefsparc: Update PROM initialization code for generic...
2015-12-03  Francois Retiefsparc: Update cpu_init.c to use generic timer infrastru...
2015-12-03  Francois Retiefsparc: Initial ground work for generic board initialization
2015-12-02  Anatolij GustschinRevert "LCD: Add an option to skip registration as...
2015-12-01  Simon Glassdm: pci: Convert 'pci' command to driver model
2015-12-01  Simon Glasspci: Move PCI header output code into its own function
2015-12-01  Simon Glasspci: Use a separate 'dev' variable for the PCI device
2015-12-01  Simon Glasspci: Use common functions to read/write config
2015-12-01  Simon Glasspci: Tidy up function comments in cmd_pci.c
2015-12-01  Simon Glassdm: pci: Reorder functions in cmd_pci.c
2015-12-01  Simon Glasspci: Refactor the pciinfo() function
2015-12-01  Simon Glasspci: Use a separate variable for the bus number
2015-12-01  Simon Glasspci: Use a common return in command processing
2015-12-01  Simon Glassdm: pci: Avoid a driver model build error with CONFIG_C...
2015-12-01  Simon Glassdm: timer: Avoid using timer before it is ready
2015-11-30  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-atmel
2015-11-30  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-fsl...
2015-11-30  Tom RiniMerge git://git.denx.de/u-boot-socfpga
2015-11-30  Tom RiniMerge git://www.denx.de/git/u-boot-cfi-flash
2015-11-30  Tom RiniMerge git://www.denx.de/git/u-boot-ppc4xx
2015-11-30  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-samsung
2015-11-30  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-video
2015-11-23  Patrick Delaunaypart:efi: add bootable parameter in gpt command
2015-11-23  Lukasz Majewskigpt: command: Extend gpt command to support GPT table...
2015-11-23  Lukasz Majewskigpt: doc: Update gpt command's help description
2015-11-23  Lukasz Majewskigpt: command: Remove duplicated check for empty partiti...
2015-11-23  Stefan Roeselib/tiny-printf.c: Add tiny printf function for space...
2015-11-23  Stefan Roesecommon/console.c: Small coding style cleanup
2015-11-23  Stefan Roesecommon/console.c: Drop sandbox special-case console...
2015-11-22  Tom RiniMerge branch 'master' of http://git.denx.de/u-boot...
2015-11-22  Marek Vasuteeprom: Clean up checkpatch issues
2015-11-22  Marek Vasuteeprom: Add support for selecting i2c bus
2015-11-22  Marek Vasuteeprom: Add bus argument to eeprom_init()
2015-11-22  Marek Vasuteeprom: Pull out the RW loop
2015-11-22  Marek Vasuteeprom: Pull out transfer length computation
2015-11-22  Marek Vasuteeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_BITS
2015-11-22  Marek Vasuteeprom: Suck the ifdef into eeprom_init()
2015-11-22  Marek Vasuteeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS
2015-11-22  Marek Vasuteeprom: Make eeprom_write_enable() weak
2015-11-22  Marek Vasuteeprom: Pull out address computation
2015-11-22  Marek Vasuteeprom: Pull out the I/O code
2015-11-22  Marek Vasuteeprom: Zap CONFIG_SPI_X
2015-11-22  Marek Vasuteeprom: Zap eeprom_probe()
2015-11-22  Marek Vasuteeprom: Zap CONFIG_SYS_EEPROM_X40430
2015-11-22  Marek Vasuteeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS
2015-11-22  Marek Vasuteeprom: Shuffle code around
2015-11-20  Simon Glassusb: Avoid open-coded USB constants in usb_kbd.c
2015-11-20  Simon Glassusb: Drop unused code in usb_kbd.c
2015-11-20  Simon Glassusb: Refactor USB tree output code for testing
2015-11-20  Simon Glassconsole: Add a console buffer
2015-11-20  Simon GlassMove console definitions into a new console.h file
2015-11-20  Simon Glassdm: usb: Avoid time delays in sandbox tests
2015-11-20  Thomas Choucommon/board_f.c: move mark_bootstage after arch_cpu_in...
2015-11-20  Simon Glassdm: stdio: Plumb in the new keyboard uclass
2015-11-20  Simon Glassdm: input: Create a keyboard uclass
2015-11-20  Simon Glassdm: usb: Add support for USB keyboards with driver...
2015-11-19  Stephane AyotteLCD: Add an option to skip registration as an stdio...
2015-11-19  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-spi
2015-11-19  Tom RiniMerge branch 'zynq' of git://www.denx.de/git/u-boot...
2015-11-19  Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot...
2015-11-19  Michal Simekcommon: mii: Do not allow to exceed max phy limit
2015-11-19  Nathan Rossitools: zynqimage: Add Xilinx Zynq boot header generatio...
2015-11-19  Kevin Smithenv_ubi.c: Correct pointer error in env load
2015-11-18  Stephen Warrenitest: add missing break statements to evalexp()
2015-11-18  Thomas Choucommon: add CMD_GPIO to Kconfig
2015-11-18  Nikita Kiryanovspl: mmc: add support for BOOT_DEVICE_MMC2
2015-11-18  Nikita Kiryanovspl: announce boot devices
2015-11-18  Nikita Kiryanovspl: add support for alternative boot device
2015-11-18  Nikita Kiryanovcommon: spl: move image load to its own function
2015-11-18  Nikita Kiryanovspl: change return values of spl_*_load_image()
2015-11-18  Nikita Kiryanovspl: mmc: get rid of emmc boot code duplication
next