aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-11-29Merge tag 'u-boot-amlogic-20181126' of git://git.denx.de/u-boot-amlogicTom Rini17-189/+2678
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-26ARM: meson: Add boot device discoveryNeil Armstrong7-0/+80
2018-11-26ARM: meson: factorize common code out amlogic's boardsJerome Brunet1-0/+17
2018-11-26board: amlogic: add support for S400 boardNeil Armstrong1-0/+1
2018-11-26clk: Add clock driver for AXGNeil Armstrong1-0/+104
2018-11-26ARM: dts: Sync Amlogic Meson AXG DT from Linux 4.20-rc1Neil Armstrong3-1/+2145
2018-11-26ARM: meson: Add support for AXG familyNeil Armstrong4-0/+172
2018-11-26ARM: meson: rework soc arch file to prepare for new SoCJerome Brunet9-116/+125
2018-11-26ARM: rework amlogic configurationJerome Brunet1-37/+36
2018-11-26board: amlogic: factorise gxbb boardsJerome Brunet1-10/+1
2018-11-26board: amlogic: move khadas-vim2 as q200 ref boardNeil Armstrong1-4/+5
2018-11-26board: amlogic: remove p212 derivativesJerome Brunet1-20/+2
2018-11-26ARM: meson: clean-up platform selectionJerome Brunet1-31/+20
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