summaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeLines
...
| * | | | | ARM: tegra: amend pmc.h for Tegra114+Stephen Warren2014-02-03-3/+7
| * | | | | ARM: tegra: implement MASK_BITS_31_29Tom Warren2014-02-03-4/+21
| * | | | | ARM: tegra: MASK_BITS_ no longer needs specific valuesStephen Warren2014-02-03-1/+1
| * | | | | ARM: tegra: use MASK_BITS_* macros everywhereStephen Warren2014-02-03-3/+3
| * | | | | ARM: tegra: rename OUT_CLK_SOURCE_*Stephen Warren2014-02-03-12/+13
| * | | | | ARM: tegra: rename MASK_BITS_29_28 to MASK_BITS_31_28Stephen Warren2014-02-03-3/+12
| * | | | | ARM: tegra: deduplicate MASK_BITS_xxx clock mux enumTom Warren2014-02-03-12/+6
| * | | | | ARM: tegra: accept any SKU ID for most chipsStephen Warren2014-02-03-0/+2
| |/ / / /
| * | | | Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD2014-01-29-248/+40
| |\ \ \ \
| | * | | | DRA7: add ABB setup for MPU voltage domainNishanth Menon2014-01-24-3/+20
| | * | | | DRA7: Add support for ES1.1 silicon ID codeNishanth Menon2014-01-24-3/+13
| | * | | | ARM: AM335x: Enable DDR dynamic IO power downSatyanarayana, Sandhya2014-01-24-4/+4
| | * | | | ARM: OMAP3: Rename OMAP3_PUBLIC_SRAM_* to NON_SECURE_SRAM_*Enric Balletbò i Serra2014-01-24-3/+3
| | * | | | ARM: OMAP4/5: Remove dead code against CONFIG_SYS_ENABLE_PADS_ALLJassi Brar2014-01-24-8/+0
| | * | | | ARM: OMAP4/5: Remove dead code against CONFIG_SYS_CLOCKS_ENABLE_ALLJassi Brar2014-01-24-227/+0
| | | |/ / | | |/| |
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2014-02-17-1/+16
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | SPL: Add CONFIG_SUPPORT_EMMC_BOOT support to CONFIG_SPL_FRAMEWORKTom Rini2014-02-07-1/+12
| * | | | MMC: DWMMC: Correct the CLKDIV register valueRajeshwari S Shinde2014-02-07-0/+4
* | | | | arc: add library functionsAlexey Brodkin2014-02-07-0/+846
* | | | | arc: add cpu filesAlexey Brodkin2014-02-07-0/+734
* | | | | arc: add architecture header filesAlexey Brodkin2014-02-07-0/+593
* | | | | blackfin: Initialize the EMAC VLAN with proper default valueAaron Wu2014-02-07-0/+3
* | | | | blackfin: Change SMC dcplb entry flag to cover 16M address regionSonic Zhang2014-02-07-1/+2
* | | | | blackfin: init bss earlyBob Liu2014-02-07-1/+1
* | | | | blackfin: The logic of the BF609 macro is opposite.Sonic Zhang2014-02-07-3/+3
|/ / / /
* | | | Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini2014-02-04-2/+169
|\ \ \ \
| * | | | microblaze: Add SPL supportMichal Simek2014-02-04-2/+159
| * | | | microblaze: Report priviledged or stack protection exceptionMichal Simek2014-02-04-0/+3
| * | | | microblaze: Show u-boot bannerMichal Simek2014-02-04-0/+7
* | | | | driver/ifc:Change accessor function to take care of endiannessPrabhakar Kushwaha2014-02-03-0/+3
* | | | | powerpc/usb: Enable dual phy for T1040Nikhil Badola2014-02-03-2/+1
* | | | | boards/t1040qds: Adds ethernet support for T1040Prabhakar Kushwaha2014-02-03-0/+11
* | | | | powerpc/mpc85xx: Update serdes protocols for T1040Prabhakar Kushwaha2014-02-03-43/+30
* | | | | powerpc/mpc85xx: Update LIODNs for T1040poonam aggrwal2014-02-03-36/+0
|/ / / /
* | | | sandbox: Use system headers first for sandbox's os.c in a different wayMasahiro Yamada2014-01-29-4/+4
* | | | nds32: add support for leopard and orca board boot flow auto detectrick2014-01-28-4/+85
|/ / /
* | | spl: common: Support for USB MSD FAT image loadingDan Murphy2014-01-24-3/+11
* | | powerpc: mpc5xxx: remove redundant CONFIG_MPC5xxx definitionMasahiro Yamada2014-01-24-2/+0
* | | sandbox: fix the return type of os_free() functionMasahiro Yamada2014-01-24-1/+1
* | | ARM: merge commonly-defined PLATFORM_RELFLAGSMasahiro Yamada2014-01-24-82/+2
* | | powerpc: mpc86xx: move CONFIG_MPC86xx definition to CPU config.mkMasahiro Yamada2014-01-24-1/+1
* | | powerpc: mpc85xx: move CONFIG_MPC85xx definition to CPU config.mkMasahiro Yamada2014-01-24-1/+1
* | | powerpc: mpc5xx: remove redundant CONFIG_5xx definitionMasahiro Yamada2014-01-24-2/+0
* | | powerpc: mpc8xx: remove redundant CONFIG_8xx definitionMasahiro Yamada2014-01-24-4/+0
* | | x86: delete unused header filesMasahiro Yamada2014-01-24-193/+0
* | | powerpc: delete unused header filesMasahiro Yamada2014-01-24-1261/+0
* | | blackfin: delete unused header filesMasahiro Yamada2014-01-24-151/+0
* | | avr32: delete unused header filesMasahiro Yamada2014-01-24-228/+0
* | | avr32: move CONFIG_AVR32 definition to arch/avr32/config.mkMasahiro Yamada2014-01-24-1/+1
* | | Remove obsolete _LINUX_CONFIG_H macroMasahiro Yamada2014-01-24-18/+0