riscv64: backport staging patches, refresh drivers and config
authorZoltan HERPAI <[email protected]>
Wed, 15 May 2019 09:39:30 +0000 (11:39 +0200)
committerZoltan HERPAI <[email protected]>
Wed, 15 May 2019 09:40:54 +0000 (11:40 +0200)
commitc5575f7a2032499ccaeb0248ccb9e4ea220e6d94
tree822c11d2b8018e6e57ce8b64c981f1326fefc6d0
parentb8440f19f82109ad21a33088b4aa98cffdb3219c
riscv64: backport staging patches, refresh drivers and config

Signed-off-by: Zoltan HERPAI <[email protected]>
57 files changed:
target/linux/riscv64/patches-4.19/0001-Extract-FPU-context-operations-from-entry.S.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0002-Refactor-FPU-code-in-signal-setup-return-procedures.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0003-Cleanup-ISA-string-setting.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0004-Allow-to-disable-FPU-support.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0005-Auto-detect-whether-a-FPU-exists.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0006-RISC-V-Build-tishift-only-on-64-bit.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0007-RISC-V-Use-swiotlb-on-RV64-only.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0008-lib-Add-umoddi3-and-udivmoddi4-of-GCC-library-routin.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0009-RISC-V-Select-GENERIC_LIB_UMODDI3-on-RV32.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0010-RISC-V-Avoid-corrupting-the-upper-32-bit-of-phys_add.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0011-RISC-V-No-need-to-pass-scause-as-arg-to-do_IRQ.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0012-RISC-V-Don-t-set-cacheinfo.-physical_line_partition-.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0013-RISC-V-Filter-ISA-and-MMU-values-in-cpuinfo.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0014-RISC-V-Comment-on-the-TLB-flush-in-smp_callin.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0015-RISC-V-Disable-preemption-before-enabling-interrupts.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0016-RISC-V-Provide-a-cleaner-raw_smp_processor_id.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0017-RISC-V-Rename-riscv_of_processor_hart-to-riscv_of_pr.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0018-RISC-V-Rename-im_okay_therefore_i_am-to-found_boot_c.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0019-RISC-V-Use-mmgrab.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0020-RISC-V-Use-WRITE_ONCE-instead-of-direct-access.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0021-RISC-V-Add-logical-CPU-indexing-for-RISC-V.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0022-RISC-V-Use-Linux-logical-CPU-number-instead-of-harti.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0023-RISC-V-Show-CPU-ID-and-Hart-ID-separately-in-proc-cp.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0024-RISC-V-Show-IPI-stats.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0026-RISC-V-Mask-out-the-F-extension-on-systems-without-D.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0027-RISC-V-Add-FP-register-ptrace-support-for-gdb.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0028-RISC-V-Add-futex-support.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0029-RISC-V-remove-the-unused-return_to_handler-export.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0030-riscv-move-GCC-version-check-for-ARCH_SUPPORTS_INT12.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0031-RISC-V-Cosmetic-menuconfig-changes.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0032-RISC-V-properly-determine-hardware-caps.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0033-Move-EM_RISCV-into-elf-em.h.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0034-Revert-RISC-V-Select-GENERIC_LIB_UMODDI3-on-RV32.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0035-Revert-lib-Add-umoddi3-and-udivmoddi4-of-GCC-library.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0036-RISC-V-refresh-defconfig.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0037-RISC-V-defconfig-Enable-printk-timestamps.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0038-riscv-fix-spacing-in-struct-pt_regs.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0039-riscv-add-missing-vdso_install-target.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0040-RISC-V-lib-Fix-build-error-for-64-bit.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0100-riscv-add-S-and-U-modes-to-ISA-string.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0101-002-clk-sifive-prci.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0101-003-gemgxl-mgmt-implement-clock-switch-for-GEM-tx_cl.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0101-004-spi-sifive.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0101-005-spi-is25wp256d.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0101-006-uart-sifive-serial-driver.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0101-007-gpio-sifive-support-GPIO-on-SiFive-SoCs.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0101-008-RISC-V-Networking-fix-Hack.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0101-010-pwm-sifive-add-a-driver-for-SiFive-SoC-PWM.patch [new file with mode: 0644]
target/linux/riscv64/patches-4.19/0101-011-sifive-u500-otp-driver-for-SiFive-U500-OTP-contr.patch [new file with mode: 0644]
target/linux/riscv64/patches/0009-RISC-V-Networking-fix-Hack.patch [deleted file]
target/linux/riscv64/patches/0010-pcie-microsemi-added-support-for-the-Vera-board-root.patch [deleted file]
target/linux/riscv64/patches/002-clk-sifive-prci.patch [deleted file]
target/linux/riscv64/patches/003-clk-gemgxl.patch [deleted file]
target/linux/riscv64/patches/004-spi-sifive.patch [deleted file]
target/linux/riscv64/patches/005-spi-is25wp256d.patch [deleted file]
target/linux/riscv64/patches/006-uart-sifive-serial-driver.patch [deleted file]
target/linux/riscv64/patches/007-gpio-sifive-support-GPIO-on-SiFive-SoCs.patch [deleted file]