aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-11-20sf: Add a method to obtain the block-protect settingSimon Glass1-0/+8
2018-11-20misc: Update read() and write() methods to return bytes xferedSimon Glass1-2/+2
2018-11-20sandbox: Update some drivers to work in SPL/TPLSimon Glass1-0/+15
2018-11-20sandbox: Add a function to read a host fileSimon Glass1-3/+41
2018-11-20sandbox: remove stray DEBUGHeinrich Schuchardt1-4/+4
2018-11-20ARM: mvebu: dts: add Clearfog GT-8KRabeeh Khoury2-0/+316
2018-11-20arm64: mvebu: a8k: autodetect RAM sizeBaruch Siach1-1/+49
2018-11-20linux/sizes.h: sync from kernelBaruch Siach1-2/+1
2018-11-20MIPS: drop asm/const.hBaruch Siach1-27/+0
2018-11-20Use _AC and UL macros from linux/const.hBaruch Siach3-1/+5
2018-11-18MIPS: fix linking of standalone programsDaniel Schwierzeck3-14/+4
2018-11-18Kbuild: add LDFLAGS_STANDALONEDaniel Schwierzeck5-9/+9
2018-11-18mips: mt76xx: linkit-smart-7688: Misc updates to dts/config/defconfigStefan Roese1-1/+0
2018-11-18mips: mt76xx: gardena-smart-gateway: Misc updates to dts/config/defconfigStefan Roese1-1/+0
2018-11-18mips: mt76xx: gardena-smart-gateway: Add board_late_init() to set LED def stateStefan Roese1-0/+1
2018-11-18mips: mt76xx: gardena-smart-gateway: Add LEDs to dtsStefan Roese1-0/+59
2018-11-18mips: mt76xx: Enable watchdog supportStefan Roese3-0/+43
2018-11-18mips: mt76xx: Kconfig: Add ethernet and GPIO supportStefan Roese1-0/+2
2018-11-18mips: mt76xx: Add watchdog DT node to mt7628a.dtsiStefan Roese1-0/+11
2018-11-18mips: mt76xx: Add GPIO DT nodes to mt7628a.dtsiStefan Roese1-0/+32
2018-11-18mips: mt76xx: Add ethernet DT node to mt7628a.dtsiStefan Roese1-0/+8
2018-11-18mips: mt76xx: lowlevel_init.S: Add missing memory controller reset in DDR initStefan Roese1-0/+6
2018-11-16armv7r: dts: am654: Add initial supportLokesh Vutla4-1/+492
2018-11-16arm: dts: k3: Sync dts from LinuxLokesh Vutla5-92/+171
2018-11-16armv7R: K3: am654: Add support for triggering ddr init from SPLLokesh Vutla1-0/+13
2018-11-16armv7R: K3: am654: Add support to start ATF from R5 SPLLokesh Vutla3-0/+60
2018-11-16armv7R: K3: am654: Add support for generating build targetsLokesh Vutla2-0/+70
2018-11-16armv7R: K3: am654: Enable MPU regionsLokesh Vutla4-0/+64
2018-11-16ram: Introduce K3 AM654 DDR Sub System driverLokesh Vutla1-0/+14
2018-11-16arm: Make arch specific memcpy thumb-safe.Klaus Goger1-3/+5
2018-11-16test/py: test pinmux commandPatrice Chotard1-0/+4
2018-11-16ARM: DTS: Resync am3517-evm.dts with Linux 4.19Adam Ford3-8/+152
2018-11-16bcm968580xref: add initial supportPhilippe Reynes1-0/+31
2018-11-16bcm6858: add initial supportPhilippe Reynes2-0/+92
2018-11-16arm: at91: wdt: Convert watchdog driver to dm/dtPrasanthi Chellakumar6-4/+10
2018-11-16ARMv8: SError exception handling in PSCI exception vectorsChee Hong Ang1-0/+26
2018-11-16ARMv8: Add EL3 exception handling for ARMv8's KconfigChee Hong Ang1-0/+7
2018-11-16ARMv8: Enable all asynchronous abort exceptions taken to EL3Chee Hong Ang2-0/+5
2018-11-16Merge tag 'pull-14nov18' of git://git.denx.de/u-boot-dmTom Rini13-5/+131
2018-11-14Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini26-188/+1583
2018-11-14cpu: sandbox: Add "u-boot, dm-pre-reloc" for all cpu nodesBin Meng1-0/+3
2018-11-14cpu: Add DM_FLAG_PRE_RELOC flag to various cpu driversBin Meng4-0/+4
2018-11-14sysreset: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng1-1/+0
2018-11-14arm: stm32mp: Remove DM_FLAG_PRE_RELOC flagBin Meng1-1/+0
2018-11-14test: dm: virtio: Add test cases for virtio uclassBin Meng2-0/+13
2018-11-14arm: qemu: Add a Kconfig in the board directoryBin Meng1-0/+1
2018-11-14x86: Implement arch-specific io accessor routinesBin Meng2-0/+67
2018-11-14riscv: bootm: Add dm_remove_devices_flags() call to do_bootm_linux()Bin Meng1-1/+10
2018-11-14mips: Implement {in, out}_{le, be}_{16, 32, 64} and {in, out}_8Mario Six1-0/+22
2018-11-14sandbox: Try to start the RAM buffer at a particular addressSimon Glass1-1/+6