aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2013-12-18sh: add support for sh7753evb boardYoshihiro Shimoda2-0/+199
2013-12-16Merge branch 'master' of git://git.denx.de/u-boot-blackfinTom Rini4-11/+20
2013-12-16Makefile: Select objects by CONFIG_ rather than $(ARCH) or $(CPU)Masahiro Yamada2-7/+5
2013-12-16common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot int...Miao Yan2-0/+79
2013-12-16blackfin: remove build warningSonic Zhang2-10/+15
2013-12-16blackfin: fixing warning by including proper headersSonic Zhang2-1/+5
2013-12-13PowerPC: merge commonly-defined flagsMasahiro Yamada12-39/+15
2013-12-13ARM:PXA: Correct tick_to_time / us_to_tick to use lldivTom Rini1-2/+2
2013-12-13ARM:zynq: Correct __udelay to use lldivTom Rini1-2/+1
2013-12-13Makefile: use two double-quotations as a pairMasahiro Yamada1-2/+2
2013-12-11powerpc/mpc85xx: Update CONFIG_SYS_FSL_TBCLK_DIV for T1040Prabhakar Kushwaha1-1/+1
2013-12-11powerpc/t4240: Add a frequency setting case for fman1Shaohui Xie1-0/+3
2013-12-10Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini82-480/+6018
2013-12-10Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD79-10441/+865
2013-12-10Merge branch 'spi' of git://git.denx.de/u-boot-x86Tom Rini7-22/+99
2013-12-09sandbox: spi: Add SPI emulation busMike Frysinger3-0/+75
2013-12-09sandbox: Rename sb_cmdline_option to sandbox_cmdline_optionSimon Glass4-22/+24
2013-12-09at91: switch coloured LED to gpio APIAndreas Bießmann1-9/+7
2013-12-09at91: redefine legacy GPIO PIN_BASEAndreas Bießmann1-1/+1
2013-12-09at91: add new gpio pin definitionsAndreas Bießmann1-1/+23
2013-12-07arm: keep all sections in ELF fileAlbert ARIBAUD6-34/+49
2013-12-06ARM: align MVBAR on 32 byte boundaryMasahiro Yamada1-1/+1
2013-12-06Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD8-12/+130
2013-12-06Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD23-148/+745
2013-12-06Merge branch 'master' of git://git.denx.de/u-boot-blackfinTom Rini6-67/+2
2013-12-06arm: omap3: Enable clocks for peripherals only if they are usedMichael Trimarchi2-4/+0
2013-12-06arm: exynos: adds ifdef for spi bootMinkyu Kang1-0/+4
2013-12-06Merge branch 'u-boot-sh/rmobile' into 'u-boot-arm/master'Albert ARIBAUD16-17/+4283
2013-12-06blackfin: Do not generate unused header bootrom-asm-offsets.hMasahiro Yamada4-65/+0
2013-12-06blackfin: If none ADI_GPIOX macro is defined, use ADI_GPIO1 as defaultSonic Zhang2-2/+2
2013-12-05arm: exynos: remove the unused define.Jaehoon Chung1-4/+0
2013-12-05arm: exynos/goni: fix the return type for s5p_mmc_initJaehoon Chung2-2/+2
2013-12-04powerpc/mpc8349: Use generic mpc85xx DDR driverYork Sun1-3/+1
2013-12-04T4240: Address T4240/T4160 Rev2.0 DDR clock changeZang Roy-R619111-0/+8
2013-12-04powerpc/corenet: CPC1 speculation disableDave Liu1-0/+4
2013-12-04pandaboard: 1/1] ARM:OMAP4+: panda-es: Support Rev B3 Elpida DDR2 RAMHardik Patel2-2/+6
2013-12-04davinci: fix Master Priority Registers locationViktar Palstsiuk1-1/+2
2013-12-04arm: omap3: Add uart4 omap3 adddressMichael Trimarchi1-0/+1
2013-12-04ARM: OMAP5+: Remove unnecessary EFUSE settingsLokesh Vutla1-6/+0
2013-12-04ARM: DRA7xx: Add PRCM and Control information for SATARoger Quadros1-0/+3
2013-12-04ARM: OMAP5: Add SATA platform glueRoger Quadros3-0/+124
2013-12-04ARM: OMAP5: Add PRCM and Control information for SATARoger Quadros4-0/+12
2013-12-04ARM: OMAP5: Add Pipe3 PHY driverRoger Quadros3-0/+271
2013-12-04ARM: DRA7/OMAP5: EMIF: Add workaround for bug 0039SRICHARAN R4-1/+124
2013-12-04ARM: DRA: EMIF: Change DDR3 settings to use hw levelingSRICHARAN R6-98/+174
2013-12-04ARM: DRA7: Add is_dra7xx cpu check definitionSRICHARAN R1-0/+8
2013-12-04am33xx: Stop modifying certain EMIF4D registersTom Rini2-32/+6
2013-12-04ARM: OMAP4: Fix bug in omap4470_volts structLubomir Popov1-4/+8
2013-12-04cm_t335: add cm_t335 board supportIlya Ledvich1-0/+6
2013-12-03socfpga: Adding Freeze Controller driverChin Liang See4-1/+275
2013-12-03exynos: spl: Add a custom spi copy functionRajeshwari Shinde3-4/+121
2013-12-03arm: rmobile: Remove config.mkNobuhiro Iwamatsu1-9/+0
2013-12-03arm: kzm9g: Fix undefined reference to `__aeabi_uldivmod' errorNobuhiro Iwamatsu1-2/+6
2013-12-03arm: rmobile: Add support koelsch boardNobuhiro Iwamatsu1-3/+69
2013-12-03arm: rmobile: Add support R8A7791Nobuhiro Iwamatsu8-0/+2193
2013-12-03arm: rmobile: Add support R8A7790Nobuhiro Iwamatsu10-0/+2015
2013-12-03arm: rmobile: Move lowlevel_init.o to taget of each CPUNobuhiro Iwamatsu1-6/+3
2013-12-03arm: exynos: fix the align for exynos4_power structureMinkyu Kang1-1/+1
2013-12-03arm: exynos: fix set_mmc_clk for exynos4x12Jaehoon Chung1-1/+2
2013-12-02Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'Albert ARIBAUD20-252/+495
2013-12-02Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2-2/+11
2013-12-02Blackfin: remove executable permission of AWK scriptMasahiro Yamada1-0/+0
2013-12-02Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini41-10118/+483
2013-12-01arm926ejs, at91: add common phy_reset functionHeiko Schocher3-0/+59
2013-12-01arm: atmel: sama5d3: spl boot from fat fs SD cardBo Shen6-2/+166
2013-12-01arm: atmel: add ddr2 initialization functionBo Shen4-0/+251
2013-12-01arm: atmel: sama5d3: the offset of MULA is 18Bo Shen1-0/+4
2013-12-01arm: atmel: sama5d3: correct the error define of DIVBo Shen1-2/+2
2013-12-01arm: atmel: sama5d3: correct the ID for DBGU and PITBo Shen2-2/+2
2013-11-26malta: enable PIIX4 SERIRQPaul Burton1-0/+7
2013-11-26mips: don't hardcode Malta env baudratePaul Burton1-2/+4
2013-11-25powerpc/mpc85xx: Add T2080/T2081 SoC supportShengzhou Liu8-1/+419
2013-11-25net/fman: Add support for 10GEC3 and 10GEC4Shengzhou Liu2-0/+4
2013-11-25Driver/IFC: Move Freescale IFC driver to a common driverYork Sun6-1130/+3
2013-11-25Driver/DDR: combine ccsr_ddr for 83xx, 85xx and 86xxYork Sun5-275/+13
2013-11-25Driver/DDR: Moving Freescale DDR driver to a common driverYork Sun31-8685/+43
2013-11-25mpc85xx: Fix the offset of register address errorTang Yuantian1-2/+2
2013-11-25Merge branch 'sandbox1' of http://git.denx.de/u-boot-x86Tom Rini4-6/+9
2013-11-25Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini8-225/+71
2013-11-25sparc: Correct arch/sparc/cpu/leon3/start.S from SPDX conversionTom Rini1-29/+37
2013-11-25blackfin: don't use 'bool' when it causes problemsWolfgang Denk2-4/+4
2013-11-22Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'Albert ARIBAUD1-4/+5
2013-11-21sandbox: Make map_to_sysmem() use a constant pointerSimon Glass1-1/+1
2013-11-21sandbox: config: Don't use 64-bit physical memorySimon Glass1-2/+2
2013-11-21sandbox: Use system headers first for sandbox's os.cSimon Glass1-2/+4
2013-11-21sandbox: Use uint64_t instead of u64 for timeSimon Glass1-1/+2
2013-11-21am335x: fix GPMC config for NAND and NOR SPL bootpekon gupta2-28/+29
2013-11-21mtd: nand: omap: enable BCH ECC scheme using ELM for generic platformpekon gupta1-0/+16
2013-11-21mtd: nand: omap: make am33xx/elm.c as common driver for all OMAPx and AMxxxx ...pekon gupta3-197/+0
2013-11-21mtd/ifc: Add support of 8K page size NAND flashPrabhakar Kushwaha2-0/+26
2013-11-17Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini1-1/+1
2013-11-17arm: rmobile: Do not create a symbolic link to sh timerMasahiro Yamada1-7/+1
2013-11-17powerpc: mpc824x: Do not create a symbolic link to bedbug_603e.cMasahiro Yamada2-6/+1
2013-11-17powerpc: mpc83xx: Do not create a symbolic link to ddr-gen2.cMasahiro Yamada1-5/+1
2013-11-17powerpc: mpc83xx: delete unused rulesMasahiro Yamada1-6/+0
2013-11-17Makefile: rename all libraries to built-in.oMasahiro Yamada1-1/+1
2013-11-17powerpc: move mpc8xxx entry under arch/powerpc/cpu/Masahiro Yamada2-0/+9
2013-11-17Makefile: make directories by Makefile.buildMasahiro Yamada2-6/+0
2013-11-15TI:omap: Update u-boot-spl.lds for i2c multibus/multiadapter updateTom Rini1-1/+2
2013-11-15malta: use unmapped flash base addressGabor Juhos1-1/+1
2013-11-14Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini7-13/+50
2013-11-13ARM: at91: sama5d3: add support for sama5d36 chipWu, Josh2-1/+6
2013-11-13at91: remove all occourances of CONFIG_AT91_LEGACYAndreas Bießmann7-246/+6
2013-11-13powerpc/85xx: fix broken cpu "clock-frequency" propertyLaurentiu TUDOR1-2/+3
2013-11-13powerpc/t4240: fix per pci endpoint liodn offsetsLaurentiu TUDOR2-5/+24
2013-11-13powerpc/t4240: set pcie liodn in the correct registerLaurentiu TUDOR1-4/+4
2013-11-13powerpc/83xx: Define USB1 and USB2 base addr for MPC834xramneek mehresh1-0/+5
2013-11-13powerpc/t1040: Update defines to support T1040SoC personalitiesPriyanka Jain3-2/+14
2013-11-13i2c, omap24xx: convert driver to new mutlibus/mutliadapter frameworkHeiko Schocher5-6/+11
2013-11-12omap3_dss: define DSS_ONOFFNikita Kiryanov1-4/+5
2013-11-12ARM: bcm2835: add missing mbox overscan response fieldAndre Heider1-0/+1
2013-11-11MPC824x: remove obsolete "PN62" boardWolfgang Denk1-4/+2
2013-11-11arm, am33x: make RTC32K OSC enable configurableHeiko Schocher1-0/+4
2013-11-11Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini6-35/+203
2013-11-11malta: arch/mips/include/asm/malta.h SPDX license tagPaul Burton1-3/+2
2013-11-09Merge branch 'iu-boot/master' into 'u-boot-arm/master'Albert ARIBAUD20-93/+149
2013-11-09malta: setup PIIX4 interrupt routePaul Burton1-0/+5
2013-11-09malta: display "U-boot" on the LCD screenPaul Burton1-0/+10
2013-11-09malta: support for coreFPGA6 boardsPaul Burton1-6/+29
2013-11-09qemu-malta: rename to just "malta"Paul Burton2-7/+7
2013-11-09mips32: detect L1 cache sizes if they're not definedPaul Burton3-19/+150
2013-11-08include: delete include/linux/config.hMasahiro Yamada23-33/+0
2013-11-08cosmetic: remove empty lines at the top of fileMasahiro Yamada11-11/+0
2013-11-08sparc: include config.h to start.SMasahiro Yamada1-0/+2
2013-11-07Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD10-41/+72
2013-11-06arm: zynq : Revert TZ_DDR_RAM to secure.Radhey Shyam Pandey1-2/+0
2013-11-06arm: zynq: Do not remap OCM to high addressMichal Simek1-2/+5
2013-11-05Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'Albert ARIBAUD2-0/+9
2013-11-04at91: add defines for reset typeRoger Meier1-0/+7
2013-11-04arm: atmel: at91sam9n12ek: add usb host supportBo Shen1-0/+2
2013-11-04ARM: versatile: convert to common timer codeRob Herring1-116/+0
2013-11-04ARM: tegra: convert to common timer codeRob Herring2-96/+1
2013-11-04ARM: socfpga: convert to common timer codeRob Herring1-72/+0
2013-11-04ARM: mx25: convert to common timer codeRob Herring1-117/+0
2013-11-04ARM: highbank: convert to common timer codeRob Herring1-83/+0
2013-11-04sh: convert to common timer codeRob Herring1-60/+2
2013-11-04config: remove platform CONFIG_SYS_HZ definition part 2/2Rob Herring2-10/+0
2013-11-04Merge branch 'master' of git://git.denx.de/u-boot-blackfinTom Rini4-1/+24
2013-11-04blackfin: Move machine specific gpio_port_t structure back to blackfin arch f...Steven Miao3-1/+21
2013-11-04blackfin: fix a warning in arch/blackfin/cpu/cpu.cMasahiro Yamada1-0/+3
2013-11-01ARM: OMAP5: DDR3: Change io settingsSRICHARAN R1-2/+2
2013-11-01dra7xx_evm: Enabled UART-boot mode and add dra7xx_evm_uart3 buildMinal Shah1-0/+1
2013-11-01am335x: Enable CONFIG_OMAP_WATCHDOG supportTom Rini1-0/+4
2013-11-01am33xx, davinci: Create and use <asm/davinci_rtc.h>Tom Rini4-50/+56
2013-11-01blackfin: convert makefiles to Kbuild styleMasahiro Yamada2-74/+32
2013-11-01m68k: convert makefiles to Kbuild styleMasahiro Yamada7-166/+18
2013-11-01x86: convert makefiles to Kbuild styleMasahiro Yamada4-91/+30
2013-11-01nios2: convert makefiles to Kbuild styleMasahiro Yamada2-51/+9
2013-11-01nds32: convert makefiles to Kbuild styleMasahiro Yamada4-94/+11
2013-10-31mips: convert makefiles to Kbuild styleMasahiro Yamada6-158/+16
2013-10-31microblaze: convert makefiles to Kbuild styleMasahiro Yamada2-49/+6
2013-10-31openrisc: convert makefiles to Kbuild styleMasahiro Yamada2-48/+5
2013-10-31avr32: convert makefiles to Kbuild styleMasahiro Yamada3-76/+14
2013-10-31sh: convert makefiles to Kbuild styleMasahiro Yamada4-116/+18
2013-10-31sparc: convert makefiles to Kbuild styleMasahiro Yamada3-75/+6
2013-10-31sh: Do not include start.o in lib$(CPU).oMasahiro Yamada3-3/+9
2013-10-31sparc: fix a link errorMasahiro Yamada1-0/+2
2013-10-31ARM: s5pc, exynos: move Samsung ARM SoC specific code under arch/arm/Masahiro Yamada1-0/+4
2013-10-31ARM: omap: move OMAP specific code under arch/arm/Masahiro Yamada1-0/+3
2013-10-31ARM: tegra: move Tegra specific code under arch/arm/Masahiro Yamada3-0/+6
2013-10-31powerpc: convert makefiles to Kbuild styleMasahiro Yamada14-580/+267
2013-10-31sandbox: convert makefiles to Kbuild styleMasahiro Yamada2-46/+2
2013-10-31ARM: imx-common: convert makefiles to Kbuild styleMasahiro Yamada1-29/+6
2013-10-31ARM: mxs: Enable DCDC converter for battery bootMarek Vasut1-0/+2
2013-10-31mx6: Remove PAD_CTL_DSE_120ohm from i.MX6DL's IPU1_DI0_PIN4 pinOtavio Salvador1-1/+1
2013-10-31mx5: lowlevel_init: Remove unused macroFabio Estevam1-6/+0
2013-10-31ARM: mx5: Enable L2 cacheFabio Estevam1-0/+6
2013-10-31ARM: convert makefiles to Kbuild styleMasahiro Yamada16-429/+65
2013-10-31arm720t: convert makefiles to Kbuild styleMasahiro Yamada5-114/+8
2013-10-31arm920t: convert makefiles to Kbuild styleMasahiro Yamada7-170/+22
2013-10-31arm926ejs: convert makefiles to Kbuild styleMasahiro Yamada16-407/+67
2013-10-31armv7: convert makefiles to Kbuild styleMasahiro Yamada22-581/+103
2013-10-31DWMMC: SMDK5420: Disable SMU for eMMCRajeshwari Shinde1-0/+13
2013-10-24fsl/mpc85xx: define common serdes_clock_to_string functionValentin Longchamp3-0/+39
2013-10-24mpc8xxx: set x2 DDR3 refresh rate if SPD config requires itValentin Longchamp5-1/+17
2013-10-24mpc8xxx: call i2c_set_bus_num in __get_spdValentin Longchamp1-1/+5
2013-10-24powerpc: cast bi_memsize to ulong for %ld usageValentin Longchamp1-1/+1
2013-10-24powerpc/usb:Differentiate USB controller base addressramneek mehresh4-14/+21
2013-10-24powerpc/usb:Define CONFIG_USB_MAX_CONTROLLER_COUNT for all 85xx socsramneek mehresh2-3/+29
2013-10-22Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini4-10/+9
2013-10-21Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini17-10/+184
2013-10-20usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky4-4/+4
2013-10-20usb: am437x: Add support for am437x xhci USB hostDan Murphy1-0/+10
2013-10-20usb: dra7xx: Add support for dra7xx xhci USB hostDan Murphy3-0/+6
2013-10-20usb: omap: Move the xhci-omap header file to common locationDan Murphy1-124/+0
2013-10-20usb: new board-specific USB init interfaceMateusz Zalega2-4/+3
2013-10-20mx6: iomux: add GPR1 defines for use with nitrogen6xTroy Kisky1-0/+6
2013-10-20OMAP5: USB: Add OMAP xHCI file and headerDan Murphy1-0/+124
2013-10-20ARM: OMAP5: Add registers and defines for USBOTG SSDan Murphy4-2/+20
2013-10-20exynos5: dts: Add device node for XHCIVivek Gautam1-0/+12
2013-10-20arm: exynos: Add methods to control power to USB 3.0 PHYVivek Gautam2-0/+27
2013-10-20USB: XHCI: Add xHCI host controller support for Exynos5Vivek Gautam2-0/+96
2013-10-17Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini3-3/+3
2013-10-17ARM: mxs: Setup stack in JTAG modeMarek Vasut2-0/+11
2013-10-17ARM: mxs: tools: Use mkimage for BootStream generationMarek Vasut3-9/+10
2013-10-17mx6: compute PLL PFD frequencies rather than using definesPierre Aubert2-25/+42
2013-10-17zynq: Use arch_cpu_init() instead of lowlevel_init()Michal Simek1-0/+6
2013-10-17i2c: mxc: move to new subsystemtrem3-3/+3
2013-10-17sh: cache: Change cache API to defines as U-BootNobuhiro Iwamatsu3-6/+3
2013-10-17sh: timer: Remove static global variableNobuhiro Iwamatsu1-4/+4