aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-06-03arm: lib: fix push/pop-section directivesStephen Warren7-34/+34
2016-06-02Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini3-1/+122
2016-06-02ARM: k2g: Configure reset mux to device resetLokesh Vutla1-0/+12
2016-06-02arm: omap: Introduce vcores_init functionKeerthy2-0/+12
2016-06-02ARM: DRA7: Add macros for voltage values for all OPPsAnna, Suman1-6/+23
2016-06-02ARM: DRA7: Consolidate voltage macros across different SoCsAnna, Suman2-23/+16
2016-06-02ARM: DRA7: Define common macros for efuse register offsetsAnna, Suman2-10/+17
2016-06-02ARM: DRA7: Update/Correct MPU and CORE OPP_NOM voltage valuesAnna, Suman1-4/+4
2016-06-02dra7xx: Enable USB_PHY3 32KHz clockRoger Quadros3-2/+14
2016-06-02ARM: OMAP5+: Provide enable/disable_usb_clocks() for CONFIG_USB_XHCI_OMAPRoger Quadros2-2/+2
2016-06-02arm: lib: Split asm symbols into different .text subsectionsMarek Vasut7-0/+38
2016-06-02arm: lib: Import Thumb1 functionsMarek Vasut1-0/+53
2016-06-02arm: lib: import muldi3.S from LinuxMarek Vasut2-1/+48
2016-06-02arm: lib: Repair Warning: conditional infixes are deprecated in unified syntaxMarek Vasut2-4/+4
2016-06-02arm: lib: Import __do_div64 from LinuxMarek Vasut2-1/+213
2016-06-02arm: lib: Fix uldivmod.S build on Thumb2Marek Vasut1-5/+3
2016-06-02arm: lib: Sync libgcc 32b division/modulo operationsMarek Vasut6-430/+353
2016-06-02arm: lib: Sync libgcc shift operationsMarek Vasut3-12/+24
2016-06-02arm: lib: Drop underscore from private libgcc filenamesMarek Vasut9-3/+3
2016-06-02arm: include: Import unified.h from Linux kernelMarek Vasut4-7/+138
2016-06-02arm: config: Introduce CONFIG_SYS_ARM_ARCHMarek Vasut1-0/+14
2016-06-02arm: Select CONFIG_ARM64 for Cavium ThunderXMarek Vasut1-0/+1
2016-06-02arm: Treat arm946es as v5teMarek Vasut1-1/+1
2016-06-01arm: socfpga: Add samtec VIN|ING boardMarek Vasut3-1/+122
2016-05-31Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini21-115/+248
2016-05-31mips: ath79: Use AR933X_PLL_SWITCH_CLOCK_CONTROL_REG macro defineWills Wang2-1/+2
2016-05-31mips: ath79: Add support for ungating USB and ethernet on qca953xWills Wang1-0/+50
2016-05-31mips: ath79: ap121: Enable ethernetWills Wang2-2/+7
2016-05-31mips: ath79: Rename get_bootstrap into ath79_get_bootstrapWills Wang9-28/+15
2016-05-31MIPS: Abstract cache op loops with a macroPaul Burton1-41/+18
2016-05-31MIPS: Split I & D cache line size configPaul Burton4-20/+25
2016-05-31MIPS: Move cache sizes to KconfigPaul Burton3-4/+32
2016-05-31MIPS: remove dead code from asm/u-boot-mips.hDaniel Schwierzeck1-18/+3
2016-05-31MIPS: add tune for MIPS 34kcDaniel Schwierzeck2-0/+4
2016-05-31MIPS: provide a default u-boot-spl.ldsDaniel Schwierzeck2-2/+93
2016-05-31malta: Allow MIPS64 buildsPaul Burton1-0/+3
2016-05-31MIPS: Use CPHYSADDR to implement mips32 virt_to_physPaul Burton1-4/+1
2016-05-30Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini16-30/+650
2016-05-30x86: baytrail: acpi: Fix I/O APIC ID in the MADT tableBin Meng1-1/+1
2016-05-30x86: quark: Generate ACPI FADT/MADT tablesBin Meng2-0/+164
2016-05-30x86: quark: Add platform ASL filesBin Meng7-0/+433
2016-05-30x86: quark: Prepare device.h for inclusion by ASLBin Meng1-6/+15
2016-05-30x86: acpi: Make irqroute.asl commonBin Meng3-2/+2
2016-05-30x86: acpi: Create a common irqlinks ASL fileBin Meng2-21/+35
2016-05-27Merge git://git.denx.de/u-boot-dmTom Rini9-35/+70
2016-05-27Merge git://git.denx.de/u-boot-rockchipTom Rini4-1/+87
2016-05-27ARM: OMAP4+: Fix DPLL programming sequenceLokesh Vutla1-3/+5
2016-05-27arm64: rename __asm_flush_dcache_level to __asm_dcache_levelMasahiro Yamada1-6/+6
2016-05-27arm64: fix comment "flush & invalidate"Masahiro Yamada1-2/+2
2016-05-27arm64: optimize __asm_{flush, invalidate}_dcache_allMasahiro Yamada1-8/+2