aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/common
#
# Copyright (C) 2010 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#

define KernelPackage/ata-magicbox-cf
  SUBMENU:=$(BLOCK_MENU)
  TITLE:=Magicbox v2/OpenRB Compact flash support
  DEPENDS:=@TARGET_ppc40x
  KCONFIG:=CONFIG_PATA_MAGICBOX_CF
  FILES:=$(LINUX_DIR)/drivers/ata/pata_magicbox_cf.ko
  AUTOLOAD:=$(call AutoLoad,41,pata_magicbox_cf,1)
  $(call AddDepends/ata)
endef

define KernelPackage/ata-magicbox-cf/description
  Support for Magicbox v2/OpenRB on-board CF slot.
endef

$(eval $(call KernelPackage,ata-magicbox-cf))


define KernelPackage/usb-isp116x-hcd
  TITLE:=Support for the ISP116x USB Host Controller
  DEPENDS:=@TARGET_ppc40x
  KCONFIG:= \
	CONFIG_USB_ISP116X_HCD \
	CONFIG_USB_ISP116X_HCD_OF=y \
	CONFIG_USB_ISP116X_HCD_PLATFORM=n
  FILES:=$(LINUX_DIR)/drivers/usb/host/isp116x-hcd.ko
  AUTOLOAD:=$(call AutoLoad,50,isp116x-hcd)
  $(call AddDepends/usb)
endef

define KernelPackage/usb-isp116x-hcd/description
  Kernel support for the ISP116X USB Host Controller
endef

$(eval $(call KernelPackage,usb-isp116x-hcd))
erge branch 'master' into xc7dsp
Commit message (Expand)AuthorAgeFilesLines
* techmap: fix shiftx2mux decompositionEddie Hung2020-02-071-8/+6
* shiftx2mux: fix select out of boundsEddie Hung2020-02-051-1/+2
* Merge remote-tracking branch 'origin/master' into eddie/shiftx2muxEddie Hung2020-02-052-2/+0
|\
| * abc9_ops: -write_box is empty, output a dummy box to prevent ABC errorEddie Hung2020-01-152-2/+0
* | Explicitly create separate $mux cellsEddie Hung2020-01-211-2/+2
David Shah2019-08-301-1/+1
| |\|
| | * Missing newlineEddie Hung2019-08-201-1/+1
* | | Only swap ports if $mul and not $__mulEddie Hung2019-08-131-1/+1
* | | Add DSP_A_MAXWIDTH_PARTIAL, refactorEddie Hung2019-08-131-144/+110
|/ /
* | Merge remote-tracking branch 'origin/master' into xc7dspEddie Hung2019-08-121-8/+36
|\|
| * Reformat so it shows up/looks nice when "help $alu" and "help $alu+"Eddie Hung2019-08-091-25/+34
| * A bit more on where $lcu comes fromEddie Hung2019-08-091-0/+2
| * Add more commentsEddie Hung2019-08-091-4/+18
| * Add a few comments to document $alu and $lcuEddie Hung2019-08-081-9/+12
* | Merge remote-tracking branch 'origin/master' into xc7dspEddie Hung2019-08-071-0/+19
|\|
| * Add $_NMUX_, add "abc -g cmos", add proper cmos cell costsClifford Wolf2019-08-061-0/+19
* | Trim Y_WIDTHEddie Hung2019-08-011-5/+3
* | Add DSP_SIGNEDONLY backEddie Hung2019-08-011-0/+16
* | DSP_MINWIDTH -> DSP_{A,B,Y}_MINWIDTHEddie Hung2019-08-011-4/+11
* | Revert "Do not do sign extension in techmap; let packer do it"Eddie Hung2019-08-011-5/+14
* | Fix B_WIDTH > DSP_B_MAXWIDTH caseEddie Hung2019-08-011-32/+14
* | Do not compute sign bit if result is zeroEddie Hung2019-07-311-1/+2
* | For signed multipliers, compute sign bit separately...Eddie Hung2019-07-311-23/+42
* | Fix spacingEddie Hung2019-07-261-3/+3
* | Add copyright header, comment on cascadeEddie Hung2019-07-241-4/+34
* | Typo for Y_WIDTHEddie Hung2019-07-231-1/+1
* | Use minimum sized width wiresEddie Hung2019-07-221-7/+13
* | Indirection via $__soft_mulEddie Hung2019-07-191-9/+9
* | Do not do sign extension in techmap; let packer do itEddie Hung2019-07-191-14/+5
* | Do not $mul -> $__mul if A and B are less than maxwidthEddie Hung2019-07-191-1/+3
* | Add a DSP_MINWIDTH macro, and soft-logic for {A_WIDTH,B_WIDTH} <= 1 tooEddie Hung2019-07-191-28/+68