aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-03-21ARC: Cache: Fix SLC operations when SLC is bypassed for dataEugeniy Paltsev1-11/+28
2018-03-21ARC: Cache: Implement [i,d]cache_enabled() as separate functionsEugeniy Paltsev1-17/+21
2018-03-21ARC: Move IOC enabling to compile-time optionsEugeniy Paltsev3-20/+52
2018-03-21ARC: Cache: Move PAE exists check into slc_upper_region_init()Eugeniy Paltsev1-6/+9
2018-03-21ARC: Move cache global variables to arch_global_dataEugeniy Paltsev2-10/+15
2018-03-21ARC: Cache: Get rid of [slc,pae,icache,dcache]_exists global variablesEugeniy Paltsev1-24/+43
2018-03-21ARC: Cache: Move SLC status check into slc_entire_op() and slc_rgn_op()Eugeniy Paltsev1-5/+11
2018-03-21ARC: Cache: Use is_isa_arcv2() instead of CONFIG_ISA_ARCV2 ifdefEugeniy Paltsev1-30/+29
2018-03-21ARC: Cache: Allways check D$ status before entire/line opsEugeniy Paltsev1-5/+6
2018-03-21ARC: Move BCR encodings to separate header fileEugeniy Paltsev2-59/+85
2018-03-21ARC: Cache: Move IOC initialization to a separate functionEugeniy Paltsev1-26/+30
2018-03-21ARC: Flush & invalidate D$ with a single commandEugeniy Paltsev2-5/+85
2018-03-21ARC: Introduce is_isa_X() functionsEugeniy Paltsev1-0/+11
2018-03-21ARC: Cache: Add support for FLUSH_N_INV D$ operationsEugeniy Paltsev1-23/+19
2018-03-21ARC: Cache: Remove per-line I$ operations as unusedEugeniy Paltsev1-23/+7
2018-03-21ARC: Cache: Move I$ entire operation to a separate functionEugeniy Paltsev1-12/+19
2018-03-21arc: Fine-tune implementation of memory barriersAlexey Brodkin1-4/+4
2018-03-21arc: Introduce a possibility to not relocate U-bootAlexey Brodkin2-1/+13
2018-03-21arc: Eliminate unused code and data with GCC's garbage collectorAlexey Brodkin1-1/+2
2018-03-21arc: Don't halt slavesAlexey Brodkin1-20/+0
2018-03-21arc: Get rid of handwritten string routinesAlexey Brodkin9-666/+0
2018-03-20Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2-0/+42
2018-03-20armv8: ls1088aqds: Add IFC-NOR as boot source for LS1088Ashish Kumar2-0/+42
2018-03-19Merge git://git.denx.de/u-boot-sunxiTom Rini2-20/+91
2018-03-19board: st: add generic board for STM32MP1 familyPatrick Delaunay1-0/+2
2018-03-19dts: add device tree for STM32MP157C-ED1 boardPatrick Delaunay7-0/+1017
2018-03-19ram: stm32mp1: add driverPatrick Delaunay1-0/+12
2018-03-19arm: stm32: add new architecture for STM32MP familyPatrick Delaunay10-1/+465
2018-03-19arm: armv7: solve issue for timer_rate_hz in arch timerPatrick Delaunay1-20/+2
2018-03-19sunxi: Add DRAM_SUN8I_A83T kconfig entryJagan Teki2-1/+8
2018-03-19sunxi: Add DRAM_SUN8I_A33 kconfig entryJagan Teki2-1/+8
2018-03-19sunxi: Add DRAM_SUN8I_A23 kconfig entryJagan Teki2-1/+8
2018-03-19sunxi: Add DRAM_SUN9I kconfig entryJagan Teki2-1/+8
2018-03-19sunxi: Add DRAM_SUN4I kconfig entryJagan Teki2-3/+10
2018-03-19sunxi: add DRAM_SUN6I kconfigJagan Teki2-1/+8
2018-03-19sunxi: Add AXP_PMIC_BUS kconfig entryJagan Teki2-6/+7
2018-03-19sunxi: Add SUN8I_RSB kconfig entryJagan Teki2-2/+11
2018-03-19sunxi: Use SUN6I_PRCM if usedJagan Teki2-2/+2
2018-03-19sunxi: Add SUN6I_P2WI kconfig entryJagan Teki2-1/+13
2018-03-19sunxi: Add SUN6I_PRCM kconfig entryJagan Teki2-1/+8
2018-03-19arm: dts: stm32: add display for STM32F746 disco boardyannick fertre1-0/+70
2018-03-19arm: dts: stm32: add ltdc for STM32F746Philippe CORNU1-0/+9
2018-03-16common: move init_helpers.h prototypes in init.hPatrick Delaunay1-1/+0
2018-03-16ppc: Remove orphan xilinx_irq.h fileMichal Simek1-25/+0
2018-03-16Convert all of CONFIG_CONS_INDEX to KconfigTom Rini6-8/+9
2018-03-16clk: at91: add USB Host clock driverWenyou Yang1-0/+6
2018-03-15Merge git://git.denx.de/u-boot-uniphierTom Rini9-2/+135
2018-03-15ARM: dts: uniphier: sync with Linux 4.16-rc5Masahiro Yamada9-2/+135
2018-03-15Merge git://git.denx.de/u-boot-spiTom Rini3-0/+321
2018-03-14Merge git://git.denx.de/u-boot-sunxiTom Rini5-6/+335