summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
* | | arm: kirkwood: add ZyXEL NSA310S deviceGerald Kerma2015-11-29-0/+376
* | | tools/kwbimage: fix size computations for v1 imagesReinhard Pfau2015-11-29-3/+4
* | | tools/kwbimage: fix endianess issueReinhard Pfau2015-11-29-20/+26
* | | tools/kwbimage.c: Make sure that the resulting image is 4-byte alignedStefan Roese2015-11-29-1/+9
* | | arm: mvebu: Configure ARP timeout and retry countStefan Roese2015-11-29-0/+2
| |/ |/|
* | Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2015-11-27-1/+2
|\ \
| * | i2c: Fix the comment to match the function describedStefan Roese2015-11-27-1/+2
* | | arm: spear: x600: Enable tiny-printfStefan Roese2015-11-25-0/+1
* | | sf: Move SPI flash drivers to defconfigBin Meng2015-11-25-179/+556
* | | spi: Move SPI drivers to defconfigBin Meng2015-11-25-51/+278
|/ /
* | am33xx: Remove serial_init in s_init for QSPI/NOR XIP bootVignesh R2015-11-23-6/+0
* | fs: ext4: Prevent infinite loop in ext4fs_iterate_dirThomas Fitzsimmons2015-11-23-0/+5
* | pci: fix address range check in __pci_hose_phys_to_bus()Marcel Ziswiler2015-11-23-1/+1
* | part:efi: add bootable parameter in gpt commandPatrick Delaunay2015-11-23-0/+55
* | gpt: command: Extend gpt command to support GPT table verificationLukasz Majewski2015-11-23-25/+67
* | gpt: part: Definition and declaration of GPT verification functionsLukasz Majewski2015-11-23-0/+145
* | gpt: doc: Update gpt command's help descriptionLukasz Majewski2015-11-23-2/+5
* | gpt: doc: README: Update README entry for gpt verify extensionLukasz Majewski2015-11-23-1/+26
* | gpt: command: Remove duplicated check for empty partition descriptionLukasz Majewski2015-11-23-3/+0
* | lib/tiny-printf.c: Support numbers bigger than 0xffff and misc updatesStefan Roese2015-11-23-20/+12
* | lib/tiny-printf.c: Add tiny printf function for space limited environmentsStefan Roese2015-11-23-73/+192
* | common/console.c: Small coding style cleanupStefan Roese2015-11-23-2/+4
* | common/console.c: Drop sandbox special-case console codeStefan Roese2015-11-23-5/+0
* | i2c, avr32: fix compiler warning "input is not relaxable"Heiko Schocher2015-11-23-1/+1
* | sunxi: Update new defconfigsTom Rini2015-11-22-0/+3
* | Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2015-11-22-11/+1902
|\ \
| * | sunxi: Add support for the Lamobo R1 boardJelle de Jong2015-11-22-0/+319
| * | sunxi: Add support for Orangepi Plus and Orangepi PC boardsHans de Goede2015-11-22-0/+32
| * | sunxi: Add H3 dts[i] filesHans de Goede2015-11-22-0/+825
| * | sunxi: clock: Set AHB1 clock frequency to 200MHz on Allwinner H3Siarhei Siamashka2015-11-22-3/+10
| * | sunxi: Add H3 DRAM initialization supportJens Kuske2015-11-22-0/+661
| * | sunxi: Add basic H3 supportJens Kuske2015-11-22-3/+18
| * | sunxi: musb: Implement dfu_usb_get_reset()Siarhei Siamashka2015-11-22-0/+12
| * | sunxi: Enable DFU for RAMSiarhei Siamashka2015-11-22-5/+25
* | | vexpress64: store env in flashRyan Harkin2015-11-21-19/+20
* | | vexpress64: remove #errorRyan Harkin2015-11-21-6/+0
* | | vexpress64: use 2nd DRAM bank only on junoRyan Harkin2015-11-21-3/+10
* | | vexpress64: compile Juno PCIe conditionallyRyan Harkin2015-11-21-3/+9
* | | Juno: don't print PCI debug information by defaultAndre Przywara2015-11-21-1/+1
* | | eeprom: Clean up checkpatch issuesMarek Vasut2015-11-21-9/+10
* | | eeprom: Add support for selecting i2c busMarek Vasut2015-11-21-4/+11
* | | eeprom: Add bus argument to eeprom_init()Marek Vasut2015-11-21-5/+9
* | | eeprom: Pull out the RW loopMarek Vasut2015-11-21-30/+21
* | | eeprom: Pull out transfer length computationMarek Vasut2015-11-21-41/+25
* | | eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_BITSMarek Vasut2015-11-21-8/+8
* | | eeprom: Suck the ifdef into eeprom_init()Marek Vasut2015-11-21-4/+2
* | | eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MSMarek Vasut2015-11-21-2/+4
* | | eeprom: Make eeprom_write_enable() weakMarek Vasut2015-11-21-9/+9
* | | eeprom: Pull out address computationMarek Vasut2015-11-21-38/+26
* | | eeprom: Pull out the I/O codeMarek Vasut2015-11-21-19/+31