aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-02-27sunxi: add support for A20 based rsh-a10-d-a20wip/psciMarc Zyngier3-0/+33
2014-02-27WIP: cpu-onMarc Zyngier1-0/+138
2014-02-27sunxi: HYP/non-sec: configure CNTFRQ on all CPUsMarc Zyngier1-0/+1
2014-02-27sunxi: HYP/non-sec: add sun7i PSCI backendMarc Zyngier3-0/+171
2014-02-27sunxi: fix SRAM_B/SRAM_D memory mapMarc Zyngier1-2/+2
2014-02-27ARM: HYP/non-sec: remove MIDR check to validate CBARMarc Zyngier1-17/+0
2014-02-27ARM: HYP/non-sec/PSCI: emit DT nodesMarc Zyngier4-2/+111
2014-02-27ARM: convert arch_fixup_memory_node to a generic FDT fixup functionMa Haijun4-7/+10
2014-02-27ARM: HYP/non-sec: add the option for a second-stage monitorMarc Zyngier1-2/+11
2014-02-27ARM: HYP/non-sec: add generic ARMv7 PSCI codeMarc Zyngier3-0/+144
2014-02-27ARM: HYP/non-sec: allow relocation to secure RAMMarc Zyngier5-140/+138
2014-02-27ARM: HYP/non-sec: add separate section for secure codeMarc Zyngier3-1/+33
2014-02-27ARM: add missing HYP mode constantMarc Zyngier2-1/+3
2014-02-27ARM: non-sec: reset CNTVOFF to zeroMarc Zyngier1-1/+8
2014-02-27ARM: HYP/non-sec: add a barrier after setting SCR.NS==1Marc Zyngier1-0/+1
2014-02-27ARM: HYP/non-sec: move switch to non-sec to the last boot phaseMarc Zyngier1-2/+3
2014-02-27sunxi: fix GMAC compilationMarc Zyngier2-3/+3
2014-02-15fixup! Merge remote-tracking branch 'sunxi/sunxi' into wip/sunxi-merge-140215wip/sunxi-merge-140215Marc Zyngier1-1/+1
2014-02-15Merge remote-tracking branch 'sunxi/sunxi' into wip/sunxi-merge-140215Marc Zyngier106-89/+7306
2014-02-07serial/serial_arc - add driver for ARC UARTAlexey Brodkin3-0/+108
2014-02-07x600: Switch to CONFIG_PHYLIBTom Rini1-2/+1
2014-02-07net/designware: make driver compatible with data cacheAlexey Brodkin1-3/+50
2014-02-07net/designware - switch driver to phylib usageAlexey Brodkin13-379/+177
2014-02-07net: execute "miiphy_init" if CONFIG_PHYLIB definedAlexey Brodkin1-1/+1
2014-02-07net/designware: add explicit reset of {tx|rx}_currdescnumAlexey Brodkin1-0/+2
2014-02-07arc: add README for architectureAlexey Brodkin1-0/+27
2014-02-07arc: add architecture to MAKEALLAlexey Brodkin1-0/+6
2014-02-07arc: add AXS101 board supportAlexey Brodkin5-0/+460
2014-02-07arc: add Arcangel4 board supportAlexey Brodkin4-0/+196
2014-02-07arc: add support for standalone programsAlexey Brodkin1-0/+13
2014-02-07arc: bdinfo, image and arc-specific init functions declarations supportAlexey Brodkin4-0/+23
2014-02-07arc: add library functionsAlexey Brodkin11-0/+846
2014-02-07arc: add cpu filesAlexey Brodkin10-0/+734
2014-02-07arc: add architecture header filesAlexey Brodkin17-0/+593
2014-02-07blackfin: Initialize the EMAC VLAN with proper default valueAaron Wu2-0/+5
2014-02-07blackfin: Change SMC dcplb entry flag to cover 16M address regionSonic Zhang1-1/+2
2014-02-07blackfin: init bss earlyBob Liu1-1/+1
2014-02-07blackfin: The logic of the BF609 macro is opposite.Sonic Zhang1-3/+3
2014-02-06include/usb/s3c_udc.h: Add <asm/sizes.h>Tom Rini1-0/+1
2014-02-06cmd_gpio: fix warning with GPIO_OSCILLATEIan Campbell1-0/+1
2014-02-06sunxi: correct CLK_DLY configuration loopIan Campbell1-1/+1
2014-02-06sunxi: Fix sunxi_dram_init() prototypesLubomir Rintel2-2/+2
2014-02-06Merge branch 'fpga' of git://www.denx.de/git/u-boot-microblazeTom Rini3-0/+19
2014-02-06fpga: zynqpl: Add support for zc7015 deviceMichal Simek2-0/+9
2014-02-06fpga: zynq: Correct fpga load when buf is not alignedNovasys Ingenierie1-0/+10
2014-02-06usb: mv_udc: Rename to ci_udcMarek Vasut10-111/+111
2014-02-06usb:gadget:f_thor: cosmetic: Remove debug memsetLukasz Majewski1-2/+0
2014-02-06usb:gadget:f_thor: Allocate request up to THOR_PACKET_SIZE not ep->maxpacketLukasz Majewski1-1/+1
2014-02-06usb:udc:samsung: Zero copy approach for data passed to Samsung's UDC driverLukasz Majewski3-44/+43
2014-02-06usb:udc:samsung: Allow burst transfers for non EP0 endpintsLukasz Majewski1-4/+3
2014-02-06usb:udc:samsung: Remove redundant cache operation from Samsung UDC driverLukasz Majewski1-17/+0
2014-02-06usb:gadget:ums: Replace malloc calls with memalign to fix cache buffer alignmentLukasz Majewski1-2/+2
2014-02-05config: Fix line lengths in include/config_distro_defaults.hTom Rini1-2/+3
2014-02-04config: add config_distro_defaults.hDennis Gilmore1-0/+55
2014-02-04cmd_pxe.c add any option for filesystem with sysboot uses generic loadDennis Gilmore1-3/+19
2014-02-04Merge branch 'serial' of git://www.denx.de/git/u-boot-microblazeTom Rini1-1/+13
2014-02-04Merge branch 'net' of git://www.denx.de/git/u-boot-microblazeTom Rini2-0/+9
2014-02-04Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini10-3/+231
2014-02-04Merge branch 'clk' of git://www.denx.de/git/u-boot-microblazeTom Rini5-0/+60
2014-02-04Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini34-361/+1230
2014-02-04pxe: implement fdtdir extlinux.conf tagStephen Warren1-6/+72
2014-02-04pxe: support "devicetree" tagStephen Warren1-0/+1
2014-02-04serial: uartlite: Reset RX/TX in initMichal Simek1-1/+13
2014-02-04net: axi_emac: Check if phy was correctly detectedMichal Simek1-0/+4
2014-02-04microblaze: Add SPL supportMichal Simek9-2/+219
2014-02-04microblaze: Enable buffer write for NOR flashesMichal Simek1-1/+2
2014-02-04microblaze: Report priviledged or stack protection exceptionMichal Simek1-0/+3
2014-02-04microblaze: Show u-boot bannerMichal Simek1-0/+7
2014-02-04common: Add new clk commandMichal Simek5-0/+60
2014-02-03driver/ifc:Change accessor function to take care of endiannessPrabhakar Kushwaha5-164/+190
2014-02-03kmp204x: initial support for PCIe FPGA configurationValentin Longchamp2-1/+91
2014-02-03kmp204x: enable support for SPANSION SPI NORValentin Longchamp1-0/+1
2014-02-03KM: add the KM_UBI_PART_BOOT_OPTS #defineValentin Longchamp2-2/+12
2014-02-03kmp204x: update I2C field of RCWValentin Longchamp1-1/+1
2014-02-03kmp204x: add support for the kmcoge4 boardValentin Longchamp2-1/+7
2014-02-03kmp204x: implement workaround for A-006559Valentin Longchamp1-0/+10
2014-02-03kmp204x: I2C deblocking supportRainer Boschung2-3/+60
2014-02-03kmp204x: introduce QRIO GPIO functionsValentin Longchamp4-57/+157
2014-02-03kmp204x: support for QRIO1 bootcounterRainer Boschung2-22/+4
2014-02-03powerpc/t104xrdb: Add basic ethernet supportPriyanka Jain4-6/+81
2014-02-03powerpc/usb: Enable dual phy for T1040Nikhil Badola1-2/+1
2014-02-03powerpc/t104xrdb: Update T1042RDB.h in config folderPrabhakar Kushwaha1-7/+8
2014-02-03powerpc/t104xrdb: Update T1040RDB.h in config folderPriyanka Jain1-7/+8
2014-02-03boards/t1040qds: Adds ethernet support for T1040Prabhakar Kushwaha6-3/+563
2014-02-03powerpc/mpc85xx: Update serdes protocols for T1040Prabhakar Kushwaha3-43/+30
2014-02-03powerpc/mpc85xx:Fix README to show correct flash memory mapPrabhakar Kushwaha3-8/+8
2014-02-03driver/fsl_pci:Update print to display PCIe generationPrabhakar Kushwaha1-2/+2
2014-02-03powerpc/mpc85xx: Update LIODNs for T1040poonam aggrwal1-36/+0
2014-01-29board: nios2: Check if flash is configured before calling early_flash_cmd_res...Ezequiel Garcia1-2/+4
2014-01-29sandbox: Use system headers first for sandbox's os.c in a different wayMasahiro Yamada2-11/+6
2014-01-28nds32: add support for leopard and orca board boot flow auto detectrick2-4/+85
2014-01-27boards.cfg: Keep the entries sortedFabio Estevam1-28/+28
2014-01-27board_r - fixup functions table after relocationAlexey Brodkin1-0/+10
2014-01-27sunxi: Add zatab supportEmilio López3-0/+33
2014-01-24arm: am43xx: Add USB spl boot supportDan Murphy1-6/+40
2014-01-24spl: common: Support for USB MSD FAT image loadingDan Murphy8-11/+92
2014-01-24spl: common: Move FAT funcs to a common fileDan Murphy4-62/+108
2014-01-24powerpc: mpc5xxx: remove redundant CONFIG_MPC5xxx definitionMasahiro Yamada31-61/+29
2014-01-24board: delete meaningless serial.hMasahiro Yamada8-287/+0
2014-01-24sandbox: fix the return type of os_free() functionMasahiro Yamada2-2/+2
2014-01-24ARM: merge commonly-defined PLATFORM_RELFLAGSMasahiro Yamada12-82/+2
2014-01-24powerpc: mpc86xx: move CONFIG_MPC86xx definition to CPU config.mkMasahiro Yamada5-5/+1
2014-01-24powerpc: mpc85xx: move CONFIG_MPC85xx definition to CPU config.mkMasahiro Yamada41-41/+1
2014-01-24powerpc: mpc824x: remove redundant CONFIG_MPC824X definitionMasahiro Yamada13-13/+0
2014-01-24powerpc: mpc5xx: remove redundant CONFIG_5xx definitionMasahiro Yamada1-2/+0
2014-01-24powerpc: mpc512x: remove redundant CONFIG_MPC512X definitionMasahiro Yamada5-5/+0
2014-01-24powerpc: mpc8xx: remove redundant CONFIG_8xx definitionMasahiro Yamada2-4/+0
2014-01-24powerpc: mpc83xx: remove redundant CONFIG_MPC83xx definitionMasahiro Yamada20-20/+0
2014-01-24powerpc: ppc4xx: remove redundant CONFIG_4xx definitionMasahiro Yamada77-78/+0
2014-01-24board: tec-ng: Do not make directories in a board MakefileMasahiro Yamada1-2/+0
2014-01-24drivers: delete unused header filesMasahiro Yamada3-1217/+0
2014-01-24include: delete unused header filesMasahiro Yamada20-2473/+0
2014-01-24board: delete unused header filesMasahiro Yamada9-530/+0
2014-01-24x86: delete unused header filesMasahiro Yamada1-193/+0
2014-01-24powerpc: delete unused header filesMasahiro Yamada5-1261/+0
2014-01-24blackfin: delete unused header filesMasahiro Yamada2-151/+0
2014-01-24avr32: delete unused header filesMasahiro Yamada3-228/+0
2014-01-24avr32: move CONFIG_AVR32 definition to arch/avr32/config.mkMasahiro Yamada11-11/+1
2014-01-24Remove obsolete _LINUX_CONFIG_H macroMasahiro Yamada22-35/+0
2014-01-24tools: move kermit files to tools/kermit directoryMasahiro Yamada5-0/+0
2014-01-24cosmetic: tools/scripts/README: insert only one space between wordsMasahiro Yamada1-1/+1
2014-01-24lib: fix return codes when CONFIG_SYS_VSNPRINTF is enabledDarwin Rambo1-0/+1
2014-01-24lib: time: add weak timer_init() functionDarwin Rambo6-31/+5
2014-01-22eSDHC: Calculate envaddr accroding to the address formatHaijun.Zhang2-0/+32
2014-01-22esdhc: Detecting 8 bit width before mmc initializationHaijun.Zhang2-0/+8
2014-01-22esdhc: Workaround for card can't be detected on T4240QDSHaijun.Zhang2-0/+9
2014-01-21powerpc/mpc85xx:Increase binary size for P, B & T series boards.Prabhakar Kushwaha31-223/+184
2014-01-21net/fm: revert commit 732dfe090d50af53bb682d0c8971784f8de1f90fShengzhou Liu1-52/+1
2014-01-21powerpc:Rename CONFIG_PBLRCW_CONFIG & CONFIG_SYS_FSL_PBL_PBIPrabhakar Kushwaha9-19/+33
2014-01-21t2080qds/ddr: update ddr parametersShengzhou Liu2-49/+28
2014-01-21powerpc/c29xpcie: 8k page size NAND boot support base on TPL/SPLPo Liu7-6/+295
2014-01-21powerpc:mpc85xx: Add ifc nand boot support for TPL/SPLPo Liu4-14/+34
2014-01-21powerpc/mpc85xx: Revise workaround for DDR-A003York Sun1-2/+67
2014-01-21powerpc/mpc85xx: Fix a typo in workaround message for DDR erratum A003474York Sun1-1/+1
2014-01-21powerpc/85xx: update erratum a006379Shengzhou Liu1-1/+5
2014-01-21powerpc/t2080qds: some update for t2080qdsShengzhou Liu3-13/+75
2014-01-21powerpc/83xx: Add support for get_svr() for 83xx devicesRamneek Mehresh1-0/+5
2014-01-21powerpc/t1040qds: Update DDR initialization related settingsPriyanka Jain2-13/+15
2014-01-21net: gem: Check if phy was correctly detectedMichal Simek1-0/+5
2014-01-20Prepare v2014.01Tom Rini1-1/+1
2014-01-20fdt_support.c: Correct linux,initrd-start/end settingTom Rini1-2/+2
2014-01-20ARM: bcm2835: fix mailbox timeoutStephen Warren1-1/+1
2014-01-20ARM: rpi_b: power on SDHCI and USB HW modulesStephen Warren2-1/+81
2014-01-20spl: common: Properly ignore spl/Makefile in .gitignoreDan Murphy1-1/+1
2014-01-20.gitignore: ignore u-boot.elf and tools/relocate-relaMasahiro Yamada2-0/+2
2014-01-20yaffs2: Remove block number check from summary verificationCharles Manning1-1/+0
2014-01-20ext4fs: fix "invalid extent block" errorIonut Nicu1-1/+1
2014-01-20ext4fs: use EXT2_BLOCK_SIZE instead of fs->blkszIonut Nicu1-2/+2
2014-01-20board:universal: fix i2c adapterPiotr Wilczek1-1/+1
2014-01-20fs/ext4: fix calling put_ext4 with truncated offsetMa Haijun3-28/+28
2014-01-20fs/ext4: fix partition size get truncated in calculationMa Haijun1-1/+1
2014-01-20Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini5-8/+47
2014-01-20Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini3-65/+0
2014-01-17omap3_beagle: use omap3-beagle.dtb for the C4 revisionRobert Nelson1-0/+2
2014-01-17sunxi: add board Inet 86vzLuc Verhaegen2-0/+3
2014-01-17nand, gpmc: fix reading after switching eccJeroen Hofstee1-0/+1
2014-01-17cosmetic: uImage.FIT: fix documentsMasahiro Yamada2-4/+4
2014-01-17vexpress/armv8: Fix incorrect ethernet controllerBhupesh Sharma1-3/+3
2014-01-17ARM: trats2: dfu: Enable default Poll Timeout for Trats2 boardŁukasz Majewski1-0/+1
2014-01-17config: Update envs for trats and trats2 - Disable L2 cacheŁukasz Majewski2-0/+2
2014-01-17ARM: sunxi: get script.bin file name from envPatrick Wood1-3/+4
2014-01-17mx6: Revert "mx6: soc: Disable VDDPU regulator"Fabio Estevam3-65/+0
2014-01-16config: Update envs for trats and trats2 - new entries for new partitionsŁukasz Majewski2-2/+8
2014-01-16Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini20-12/+764
2014-01-16arm: koelsch: Add support QSPI device and enable boot from SPI flashNobuhiro Iwamatsu1-4/+28
2014-01-16arm: lager: Add support QSPI device and enable boot from SPI flashNobuhiro Iwamatsu1-4/+29
2014-01-16spi: sh_qspi: Add header file that defines the address of registersNobuhiro Iwamatsu1-1/+2
2014-01-16arm: rmobile: Add SH QSPI base register addressNobuhiro Iwamatsu2-0/+2
2014-01-16arm: lager: Disable TMU0 before OS bootNobuhiro Iwamatsu1-0/+6
2014-01-16arm: koelsch: Disable TMU0 before OS bootNobuhiro Iwamatsu1-0/+6
2014-01-15sun5i: Tweak pll6 init valueHans de Goede1-1/+1
2014-01-15Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD13-3/+691
2014-01-15mx6: Add initial support for the Hummingboard soloFabio Estevam10-0/+675
2014-01-15mx6: clock: Pass the frequency as argument of enable_fec_anatop_clock()Fabio Estevam3-3/+16
2014-01-14Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini28-1093/+61
2014-01-14Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini1-2/+2
2014-01-14net: phy: atheros: Fix the masks for AR8031/8035Fabio Estevam1-2/+2
2014-01-14mmc: dwmmc: mode change to 0644Minkyu Kang1-0/+0
2014-01-14common, env: optimize boottimeHeiko Schocher2-2/+15
2014-01-14board: nios2: Add CONFIG_CFI_FLASH_MTD guard to flash.h header includeEzequiel Garcia1-0/+2
2014-01-14bootm: Reinstate special case for standalone imagesSimon Glass1-9/+12
2014-01-14fuelgauge: max17042: fix i2c read issue which causes infinity loop.Przemyslaw Marczak1-34/+86
2014-01-14common/image.c: move VxWorks header string out of CONFIG_CMD_ELFmiao.yan@windriver.com1-1/+1
2014-01-14command.c: Fix auto-completion for the full commands list caseAndrew Gabbasov1-2/+2
2014-01-14lzma: fix buffer bound check errorAntonios Vamporakis1-1/+4
2014-01-14arm: use canonical sub mnemonicAndreas Bießmann2-2/+2
2014-01-14Merge 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD11-53/+45
2014-01-14arm: put .hash, .got.plt and .machine_param back in binariesAlbert ARIBAUD4-4/+10
2014-01-14mx1ads: remove board supportAlbert ARIBAUD7-733/+1
2014-01-14mini2440: remove board supportAlbert ARIBAUD6-301/+3
2014-01-13Prepare v2014.01-rc3Tom Rini1-1/+1
2014-01-13Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini3-1/+15
2014-01-13Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini16-198/+1171
2014-01-13Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini1-2/+2
2014-01-13ARM: pxa: Fix OneNAND window access on VPAC270Marek Vasut1-1/+1
2014-01-13ARM: pxa: Fix OneNAND SPL buildsMarek Vasut2-0/+14
2014-01-13usb: ums: wait for usb cable connection before enter ums modePrzemyslaw Marczak2-0/+27
2014-01-13usb: exynos5: arndale: Add network supportInderpal Singh3-0/+27
2014-01-13usb: ehci: exynos: set/reset hsic physInderpal Singh2-0/+53
2014-01-13usb: gadget: fotg210: EP0 fifo empty indication is non-reliableKuo-Jung Su1-0/+1