aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-30mmc: socfpga_dw_mmc: Move drvsel and smplsel to dtsChin Liang See2-10/+21
2015-11-30arm: socfpga: Repair SoCrates boardMarek Vasut11-1/+1515
2015-11-30ARM: socfpga: rename the cyclone5 and arria5 base address fileDinh Nguyen6-5/+5
2015-11-30ARM: socfpga: arria10: add base address map for Arria10Dinh Nguyen1-0/+45
2015-11-30arm: socfpga: reset: FIX address of tstscratch registerPhilipp Rosenberger1-0/+1
2015-11-27Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-1/+2
2015-11-27i2c: Fix the comment to match the function describedStefan Roese1-1/+2
2015-11-25arm: spear: x600: Enable tiny-printfStefan Roese1-0/+1
2015-11-25sf: Move SPI flash drivers to defconfigBin Meng541-179/+556
2015-11-25spi: Move SPI drivers to defconfigBin Meng316-51/+278
2015-11-23am33xx: Remove serial_init in s_init for QSPI/NOR XIP bootVignesh R1-6/+0
2015-11-23fs: ext4: Prevent infinite loop in ext4fs_iterate_dirThomas Fitzsimmons1-0/+5
2015-11-23pci: fix address range check in __pci_hose_phys_to_bus()Marcel Ziswiler1-1/+1
2015-11-23part:efi: add bootable parameter in gpt commandPatrick Delaunay3-0/+55
2015-11-23gpt: command: Extend gpt command to support GPT table verificationLukasz Majewski1-25/+67
2015-11-23gpt: part: Definition and declaration of GPT verification functionsLukasz Majewski2-0/+145
2015-11-23gpt: doc: Update gpt command's help descriptionLukasz Majewski1-2/+5
2015-11-23gpt: doc: README: Update README entry for gpt verify extensionLukasz Majewski1-1/+26
2015-11-23gpt: command: Remove duplicated check for empty partition descriptionLukasz Majewski1-3/+0
2015-11-23lib/tiny-printf.c: Support numbers bigger than 0xffff and misc updatesStefan Roese1-20/+12
2015-11-23lib/tiny-printf.c: Add tiny printf function for space limited environmentsStefan Roese6-73/+192
2015-11-23common/console.c: Small coding style cleanupStefan Roese1-2/+4
2015-11-23common/console.c: Drop sandbox special-case console codeStefan Roese1-5/+0
2015-11-23i2c, avr32: fix compiler warning "input is not relaxable"Heiko Schocher1-1/+1
2015-11-22sunxi: Update new defconfigsTom Rini3-0/+3
2015-11-22Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini23-11/+1902
2015-11-22sunxi: Add support for the Lamobo R1 boardJelle de Jong4-0/+319
2015-11-22sunxi: Add support for Orangepi Plus and Orangepi PC boardsHans de Goede3-0/+32
2015-11-22sunxi: Add H3 dts[i] filesHans de Goede4-0/+825
2015-11-22sunxi: clock: Set AHB1 clock frequency to 200MHz on Allwinner H3Siarhei Siamashka2-3/+10
2015-11-22sunxi: Add H3 DRAM initialization supportJens Kuske6-0/+661
2015-11-22sunxi: Add basic H3 supportJens Kuske6-3/+18
2015-11-22sunxi: musb: Implement dfu_usb_get_reset()Siarhei Siamashka1-0/+12
2015-11-22sunxi: Enable DFU for RAMSiarhei Siamashka1-5/+25
2015-11-21vexpress64: store env in flashRyan Harkin3-19/+20
2015-11-21vexpress64: remove #errorRyan Harkin1-6/+0
2015-11-21vexpress64: use 2nd DRAM bank only on junoRyan Harkin2-3/+10
2015-11-21vexpress64: compile Juno PCIe conditionallyRyan Harkin3-3/+9
2015-11-21Juno: don't print PCI debug information by defaultAndre Przywara1-1/+1
2015-11-21eeprom: Clean up checkpatch issuesMarek Vasut1-9/+10
2015-11-21eeprom: Add support for selecting i2c busMarek Vasut1-4/+11
2015-11-21eeprom: Add bus argument to eeprom_init()Marek Vasut3-5/+9
2015-11-21eeprom: Pull out the RW loopMarek Vasut1-30/+21
2015-11-21eeprom: Pull out transfer length computationMarek Vasut1-41/+25
2015-11-21eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_BITSMarek Vasut1-8/+8
2015-11-21eeprom: Suck the ifdef into eeprom_init()Marek Vasut1-4/+2
2015-11-21eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MSMarek Vasut1-2/+4
2015-11-21eeprom: Make eeprom_write_enable() weakMarek Vasut1-9/+9
2015-11-21eeprom: Pull out address computationMarek Vasut1-38/+26
2015-11-21eeprom: Pull out the I/O codeMarek Vasut1-19/+31