aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-03-23Merge git://git.denx.de/u-boot-arcTom Rini21-958/+610
2018-03-23ARC: bootm: Refactor GO and PREP subcommands implementationEugeniy Paltsev1-22/+29
2018-03-22Merge git://git.denx.de/u-boot-netTom Rini4-2/+89
2018-03-22ARM: dts: da850-lcdk: Sync from Linux 4.16Lokesh Vutla3-4/+363
2018-03-22davinci: Enable DDR_INIT for DA8XXLokesh Vutla1-0/+1
2018-03-22armv8: layerscape: csu: enable ns access to PFE registersCalvin Johnson1-0/+2
2018-03-22armv8: fsl-lsch2: configure pfe's DDR and HDBUS interfaces and ECCCalvin Johnson3-0/+36
2018-03-22armv8: fsl-lsch2: add pfe macros and update ccsr_scfg structureCalvin Johnson1-2/+36
2018-03-22armv8: fsl-layerscape: Add support of GPIO structurePrabhakar Kushwaha1-0/+15
2018-03-21mips: bmips: add ar-5315 usb supportÁlvaro Fernández Rojas1-0/+12
2018-03-21mips: bmips: add support for bcm6318 usbÁlvaro Fernández Rojas1-0/+30
2018-03-21mips: bmips: add vr-3032u usb supportÁlvaro Fernández Rojas1-0/+12
2018-03-21mips: bmips: add support for bcm63268 usbÁlvaro Fernández Rojas1-0/+30
2018-03-21mips: bmips: add dgnd3700v2 usb supportÁlvaro Fernández Rojas1-0/+12
2018-03-21mips: bmips: add support for bcm6362 usbÁlvaro Fernández Rojas1-0/+30
2018-03-21mips: bmips: add ar-5387un usb supportÁlvaro Fernández Rojas1-0/+12
2018-03-21mips: bmips: add support for bcm6328 usbÁlvaro Fernández Rojas1-0/+30
2018-03-21mips: bmips: add wap-5813n usb supportÁlvaro Fernández Rojas1-0/+12
2018-03-21mips: bmips: add support for bcm6368 usbÁlvaro Fernández Rojas1-0/+29
2018-03-21mips: bmips: add nb4-ser usb supportÁlvaro Fernández Rojas1-0/+12
2018-03-21mips: bmips: add hg556a usb supportÁlvaro Fernández Rojas1-0/+12
2018-03-21mips: bmips: add support for bcm6358 usbÁlvaro Fernández Rojas1-0/+27
2018-03-21mips: bmips: add ct-5361 usb supportÁlvaro Fernández Rojas1-0/+8
2018-03-21mips: bmips: add support for bcm6348 usbÁlvaro Fernández Rojas1-0/+20
2018-03-21MIPS: add BMIPS Netgear DGND3700v2 boardÁlvaro Fernández Rojas3-0/+134
2018-03-21MIPS: add support for Broadcom MIPS BCM6362 SoC familyÁlvaro Fernández Rojas2-0/+198
2018-03-21ARC: Cache: Refactor arc_ioc_setup()Eugeniy Paltsev1-6/+6
2018-03-21ARC: Cache: Add missing cache cleanup before cache disableEugeniy Paltsev1-14/+39
2018-03-21ARC: Cache: Add more HW configuration checksEugeniy Paltsev1-0/+75
2018-03-21ARC: Implement a function to sync and cleanup cachesEugeniy Paltsev4-5/+29
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