aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-11-29sandbox: Use memmove() to move overlapping regionsSimon Glass1-2/+3
2018-11-29sandbox: Enable soundSimon Glass1-19/+0
2018-11-29sound: sandbox: Use the correct frequencySimon Glass1-2/+9
2018-11-29sound: Add sample rate as a parameter for square waveSimon Glass1-1/+1
2018-11-29dm: sandbox: i2c: Use new emulator parent uclassSimon Glass4-60/+85
2018-11-28pinctrl: MediaTek: add pinctrl driver for MT7629 SoCRyder Lee1-0/+9
2018-11-28arm: MediaTek: add basic support for MT7623 boardsWeijie Gao6-0/+193
2018-11-28arm: MediaTek: add basic support for MT7629 boardsRyder Lee11-0/+336
2018-11-28arm: dts: MediaTek: add device tree for MT7623Ryder Lee3-0/+463
2018-11-28arm: dts: MediaTek: add device tree for MT7629Ryder Lee4-0/+341
2018-11-26ARM: dts: am335x-chiliboard: add /chosen/stdout-pathMarcin Niestroj1-0/+11
2018-11-26ARM: dts: am335x-chili*: add chiliSOM and chiliboard DTS filesMarcin Niestroj3-1/+380
2018-11-26ARM: armv7: Add early stack for erratum workaroundsAndrew F. Davis1-0/+9
2018-11-26armv7r: K3: Allow SPL to run only on core 0Lokesh Vutla2-1/+21
2018-11-26Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2-1/+3
2018-11-26Merge git://git.denx.de/u-boot-riscvTom Rini24-340/+1093
2018-11-26spl: Add support for passing handoff info to U-Boot properSimon Glass2-3/+18
2018-11-26sandbox: Boot in U-Boot through the standard callSimon Glass2-14/+20
2018-11-26sandbox: Filter arguments when starting U-BootSimon Glass1-6/+26
2018-11-26sandbox: Use malloc() and free() from os layerSimon Glass2-12/+15
2018-11-26sandbox: Refactor code to create os_jump_to_file()Simon Glass1-10/+38
2018-11-26sandbox: Add a new 'sb' commandSimon Glass2-0/+17
2018-11-26sandbox: Add an option to display of-platdata in SPLSimon Glass4-1/+25
2018-11-26test: Add a simple test for bloblistSimon Glass1-0/+1
2018-11-26riscv: cache: Implement i/dcache [status, enable, disable]Rick Chen9-10/+146
2018-11-26riscv: dts: Add ae350_32.dts for RV32IRick Chen3-1/+458
2018-11-26riscv: dts: Sync to Linux Kernel ae350 dts.Rick Chen1-15/+92
2018-11-26riscv: align bootm implementation with that of other architecturesLukas Auer1-27/+70
2018-11-26riscv: save hart ID and device tree passed by prior boot stageLukas Auer2-2/+16
2018-11-26riscv: do not blindly modify the mstatus CSRLukas Auer1-4/+4
2018-11-26riscv: remove unused labels in start.SLukas Auer1-9/+0
2018-11-26Drop CONFIG_INIT_CRITICALBin Meng2-64/+0
2018-11-26riscv: align mtvec on a 4-byte boundaryLukas Auer1-1/+1
2018-11-26riscv: fix inconsistent use of spaces and tabs in start.SLukas Auer1-161/+161
2018-11-26riscv: implement the invalidate_icache_* functionsLukas Auer1-0/+10
2018-11-26riscv: hang on unhandled exceptionsLukas Auer1-0/+2
2018-11-26riscv: treat undefined exception codes as reservedLukas Auer1-2/+6
2018-11-26riscv: complete the list of exception codesLukas Auer1-1/+12
2018-11-26riscv: do not reimplement generic io functionsLukas Auer1-28/+3
2018-11-26riscv: make use of the barrier functions from LinuxLukas Auer2-7/+71
2018-11-26riscv: fix use of incorrectly sized variablesLukas Auer4-11/+15
2018-11-26riscv: enable -fdata-sectionsLukas Auer1-1/+2
2018-11-26riscv: set -march and -mabi based on the Kconfig configurationLukas Auer2-4/+20
2018-11-26riscv: add Kconfig entries for the C and A ISA extensionsLukas Auer1-0/+11
2018-11-26riscv: select CONFIG_PHYS_64BIT on RV64I systemsLukas Auer1-0/+1
2018-11-26riscv: rename CPU_RISCV_32/64 to match architecture names ARCH_RV32I/64ILukas Auer2-9/+9
2018-11-22sunxi: Fix memory 2-rank initialization for a33 cpuMichael Trimarchi1-1/+1
2018-11-22sunxi-mmc: use new mode on both controllers on A64Vasily Khoruzhick1-0/+1
2018-11-22sunxi-mmc: introduce new MMC_SUNXI_HAS_MODE_SWITCH optionVasily Khoruzhick1-0/+1
2018-11-20sf: Add a method to obtain the block-protect settingSimon Glass1-0/+8