[target/leon]: add preliminary LEON support
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 27 Jan 2011 12:51:25 +0000 (12:51 +0000)
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 27 Jan 2011 12:51:25 +0000 (12:51 +0000)
commit05448b64c0d737d0e5cd1b3d658058ca14a92b80
tree141750842c67e1e20a9f8ed11ad09789658e3f12
parent0a8698549c7a9d9448ae0c23d3c0eea8f5ef656b
[target/leon]: add preliminary LEON support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25139 3c298f89-4303-0410-b956-a3cf2f4a3e73
29 files changed:
target/linux/leon/Makefile [new file with mode: 0644]
target/linux/leon/config-default [new file with mode: 0644]
target/linux/leon/image/Makefile [new file with mode: 0644]
target/linux/leon/patches/001-find_irq_and_timer_via_of.patch [new file with mode: 0644]
target/linux/leon/patches/002-sparc_uimage_target.patch [new file with mode: 0644]
target/linux/leon/patches/003-smp_cpu_stuck_fix.patch [new file with mode: 0644]
target/linux/leon/patches/004-extended_irq_controller.patch [new file with mode: 0644]
target/linux/leon/patches/005-avoid_openprom_duplicates.patch [new file with mode: 0644]
target/linux/leon/patches/006-amp_support.patch [new file with mode: 0644]
target/linux/leon/patches/007-amp_timer.patch [new file with mode: 0644]
target/linux/leon/patches/008-hz_specific_timer_init.patch [new file with mode: 0644]
target/linux/leon/patches/009-remove_second_timer.patch [new file with mode: 0644]
target/linux/leon/patches/010-apbuart_ampopts.patch [new file with mode: 0644]
target/linux/leon/patches/011-greth_fix_unhandled_irq.patch [new file with mode: 0644]
target/linux/leon/patches/012-greth_amba_vendor_device.patch [new file with mode: 0644]
target/linux/leon/patches/013-apbuart_amba_vendor_device.patch [new file with mode: 0644]
target/linux/leon/patches/014-timer_irqctrl_amba_vendor_device.patch [new file with mode: 0644]
target/linux/leon/patches/015-dma_ops.patch [new file with mode: 0644]
target/linux/leon/patches/016-ioport_update.patch [new file with mode: 0644]
target/linux/leon/patches/017-greth_no_gbit.patch [new file with mode: 0644]
target/linux/leon/patches/018-greth_compat_mode.patch [new file with mode: 0644]
target/linux/leon/patches/019-greth_fix_open_close.patch [new file with mode: 0644]
target/linux/leon/patches/020-greth_optimize_gbit_tx_descriptor_handling.patch [new file with mode: 0644]
target/linux/leon/patches/021-greth_fix_memory_leak.patch [new file with mode: 0644]
target/linux/leon/patches/022-greth_avoid_bad_speed_duplex.patch [new file with mode: 0644]
target/linux/leon/patches/023-greth_handle_frame_error_interrupts.patch [new file with mode: 0644]
target/linux/leon/patches/024-greth_resolve_smp_and_other_issues.patch [new file with mode: 0644]
target/linux/leon/patches/025-greth_bootloader_disable_device_node.patch [new file with mode: 0644]
target/linux/leon/patches/026-greth_gbit_mac_set_ee_when_edcl.patch [new file with mode: 0644]