2008-01-08 01:19:24 +01:00
|
|
|
############################################################################
|
|
|
|
# drivers/Makefile
|
2007-02-18 00:21:28 +01:00
|
|
|
#
|
2021-02-19 11:57:46 +01:00
|
|
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
# contributor license agreements. See the NOTICE file distributed with
|
|
|
|
# this work for additional information regarding copyright ownership. The
|
|
|
|
# ASF licenses this file to you under the Apache License, Version 2.0 (the
|
|
|
|
# "License"); you may not use this file except in compliance with the
|
|
|
|
# License. You may obtain a copy of the License at
|
2007-02-18 00:21:28 +01:00
|
|
|
#
|
2021-02-19 11:57:46 +01:00
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
2007-02-18 00:21:28 +01:00
|
|
|
#
|
2021-02-19 11:57:46 +01:00
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
|
|
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
|
|
# License for the specific language governing permissions and limitations
|
|
|
|
# under the License.
|
2007-02-18 00:21:28 +01:00
|
|
|
#
|
2008-01-08 01:19:24 +01:00
|
|
|
############################################################################
|
2007-02-18 00:21:28 +01:00
|
|
|
|
2020-05-18 21:42:11 +02:00
|
|
|
include $(TOPDIR)/Make.defs
|
2007-02-18 00:21:28 +01:00
|
|
|
|
2022-03-11 15:52:32 +01:00
|
|
|
CSRCS = drivers_initialize.c
|
|
|
|
|
2011-05-16 17:09:39 +02:00
|
|
|
# Include support for various drivers. Each Make.defs file will add its
|
|
|
|
# files to the source file list, add its DEPPATH info, and will add
|
|
|
|
# the appropriate paths to the VPATH variable
|
2009-10-18 15:52:21 +02:00
|
|
|
|
2020-05-20 19:11:16 +02:00
|
|
|
include analog/Make.defs
|
|
|
|
include audio/Make.defs
|
|
|
|
include bch/Make.defs
|
|
|
|
include can/Make.defs
|
2021-11-26 04:13:58 +01:00
|
|
|
include clk/Make.defs
|
2020-05-20 19:11:16 +02:00
|
|
|
include crypto/Make.defs
|
2023-05-07 09:13:31 +02:00
|
|
|
include devicetree/Make.defs
|
2018-03-28 09:30:23 +02:00
|
|
|
include dma/Make.defs
|
2021-07-14 14:41:25 +02:00
|
|
|
include math/Make.defs
|
2021-03-29 12:18:07 +02:00
|
|
|
include motor/Make.defs
|
2020-05-20 19:11:16 +02:00
|
|
|
include i2c/Make.defs
|
|
|
|
include i2s/Make.defs
|
2022-06-28 15:45:41 +02:00
|
|
|
include ipcc/Make.defs
|
2020-05-20 19:11:16 +02:00
|
|
|
include input/Make.defs
|
|
|
|
include ioexpander/Make.defs
|
|
|
|
include lcd/Make.defs
|
|
|
|
include leds/Make.defs
|
|
|
|
include loop/Make.defs
|
2022-03-11 15:13:17 +01:00
|
|
|
include misc/Make.defs
|
2020-05-20 19:11:16 +02:00
|
|
|
include mmcsd/Make.defs
|
|
|
|
include modem/Make.defs
|
|
|
|
include mtd/Make.defs
|
|
|
|
include eeprom/Make.defs
|
2021-01-15 14:52:43 +01:00
|
|
|
include efuse/Make.defs
|
2020-05-20 19:11:16 +02:00
|
|
|
include net/Make.defs
|
2020-08-05 19:43:13 +02:00
|
|
|
include note/Make.defs
|
2023-09-20 09:27:12 +02:00
|
|
|
include pinctrl/Make.defs
|
2020-05-20 19:11:16 +02:00
|
|
|
include pipes/Make.defs
|
|
|
|
include power/Make.defs
|
2023-07-19 14:17:15 +02:00
|
|
|
include regmap/Make.defs
|
2023-11-10 13:39:21 +01:00
|
|
|
include rmt/Make.defs
|
2023-12-12 03:53:45 +01:00
|
|
|
include rpmsg/Make.defs
|
2020-05-20 19:11:16 +02:00
|
|
|
include rptun/Make.defs
|
|
|
|
include sensors/Make.defs
|
|
|
|
include serial/Make.defs
|
|
|
|
include spi/Make.defs
|
|
|
|
include syslog/Make.defs
|
2023-10-13 17:10:56 +02:00
|
|
|
include thermal/Make.defs
|
2020-05-20 19:11:16 +02:00
|
|
|
include timers/Make.defs
|
|
|
|
include usbdev/Make.defs
|
|
|
|
include usbhost/Make.defs
|
|
|
|
include usbmisc/Make.defs
|
|
|
|
include usbmonitor/Make.defs
|
|
|
|
include video/Make.defs
|
2022-11-23 12:45:05 +01:00
|
|
|
include virtio/Make.defs
|
2020-05-20 19:11:16 +02:00
|
|
|
include wireless/Make.defs
|
|
|
|
include contactless/Make.defs
|
|
|
|
include 1wire/Make.defs
|
|
|
|
include rf/Make.defs
|
2020-10-23 10:36:11 +02:00
|
|
|
include rc/Make.defs
|
2022-01-21 13:00:26 +01:00
|
|
|
include segger/Make.defs
|
2022-09-09 14:58:51 +02:00
|
|
|
include usrsock/Make.defs
|
2023-06-06 10:32:15 +02:00
|
|
|
include reset/Make.defs
|
Various fixes for PCI work
Squashed commits:
1. Porting prior PCI work in place of jailhouse code
At this point the PCI enumeration works for x86_64 including over
pci-pci bridges.
Running QEMU with this configuration we see the bridge and the
device on the bridge. It also detected the qemu test device
qemu-system-x86_64 \
-cpu host,+pcid,+x2apic,+tsc-deadline,+xsave,+rdrand \
--enable-kvm -smp 1 -m 2G -cdrom boot.iso --nographic -no-reboot \
-device pci-testdev \
-device pci-bridge,id=bridge0,chassis_nr=2 \
-device e1000,bus=bridge0,addr=0x3
qemu_pci_init: Initializing PCI Bus
pci_probe_device: [00:00.0] Found 8086:1237, class/revision 06000002
pci_probe_device: [00:01.1] Found 8086:7010, class/revision 01018000
pci_probe_device: [00:01.2] Found ffff:ffff, class/revision ffffffff
pci_probe_device: [00:01.3] Found 8086:7113, class/revision 06800003
pci_probe_device: [00:01.4] Found ffff:ffff, class/revision ffffffff
pci_probe_device: [00:01.5] Found ffff:ffff, class/revision ffffffff
pci_probe_device: [00:01.6] Found ffff:ffff, class/revision ffffffff
pci_probe_device: [00:01.7] Found ffff:ffff, class/revision ffffffff
pci_probe_device: [00:02.0] Found 1234:1111, class/revision 03000002
pci_probe_device: [00:03.0] Found 8086:100e, class/revision 02000003
pci_probe_device: [00:04.0] Found 1b36:0005, class/revision 00ff0000
pci_probe_device: [00:04.0] Probing
pci_check_pci_bridge: [00:05.0] Found Bridge
pci_probe_device: [01:03.0] Found 8086:100e, class/revision 02000003
pci_probe_device: [00:05.0] Found 1b36:0001, class/revision 06040000
2. Remove unused CONFIG_PCI_MAX_BDF option
3. Add a workaround for Jailhouse pci scanning
4. Extend BAR parsing and handle PIO and MMIO for pci-testdev
Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
5. PCI: Add initial support for QEMU 'edu' test device
Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
6. Bring up PCI later in boot process
Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
7. Add ISR and DMA support to QEMU edu test pci device
Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
8. Fix bad function prototype definition in qemu_edu
9. intel64: Add a pci test configuration and instructions
Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
10. PCI: Fix issue in identification of 64bit bar
Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
2020-05-07 11:59:29 +02:00
|
|
|
include pci/Make.defs
|
2023-09-15 13:33:41 +02:00
|
|
|
include coresight/Make.defs
|
2007-02-18 00:21:28 +01:00
|
|
|
|
2019-08-21 15:39:29 +02:00
|
|
|
ifeq ($(CONFIG_SPECIFIC_DRIVERS),y)
|
2021-08-19 07:25:19 +02:00
|
|
|
-include platform/Make.defs
|
2019-08-21 15:39:29 +02:00
|
|
|
endif
|
|
|
|
|
2012-11-22 22:21:48 +01:00
|
|
|
AOBJS = $(ASRCS:.S=$(OBJEXT))
|
|
|
|
COBJS = $(CSRCS:.c=$(OBJEXT))
|
2007-02-18 00:21:28 +01:00
|
|
|
|
2012-11-22 22:21:48 +01:00
|
|
|
SRCS = $(ASRCS) $(CSRCS)
|
|
|
|
OBJS = $(AOBJS) $(COBJS)
|
2007-02-18 00:21:28 +01:00
|
|
|
|
2012-11-22 22:21:48 +01:00
|
|
|
BIN = libdrivers$(LIBEXT)
|
2007-02-18 00:21:28 +01:00
|
|
|
|
2012-11-22 22:21:48 +01:00
|
|
|
all: $(BIN)
|
2022-01-26 15:34:47 +01:00
|
|
|
.PHONY: context depend clean distclean
|
2007-02-18 00:21:28 +01:00
|
|
|
|
2007-02-28 00:59:20 +01:00
|
|
|
$(AOBJS): %$(OBJEXT): %.S
|
2008-01-08 18:06:21 +01:00
|
|
|
$(call ASSEMBLE, $<, $@)
|
2007-02-18 00:21:28 +01:00
|
|
|
|
2007-02-28 14:42:19 +01:00
|
|
|
$(COBJS): %$(OBJEXT): %.c
|
2008-01-08 18:06:21 +01:00
|
|
|
$(call COMPILE, $<, $@)
|
2007-02-18 00:21:28 +01:00
|
|
|
|
2012-11-22 22:21:48 +01:00
|
|
|
$(BIN): $(OBJS)
|
2012-11-15 18:43:29 +01:00
|
|
|
$(call ARCHIVE, $@, $(OBJS))
|
2020-11-28 04:43:30 +01:00
|
|
|
|
2022-01-26 15:34:47 +01:00
|
|
|
context::
|
|
|
|
|
2024-09-15 06:41:42 +02:00
|
|
|
makedepfile: $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds)
|
|
|
|
$(call CATFILE, Make.dep, $^)
|
|
|
|
$(call DELFILE, $^)
|
|
|
|
|
2020-07-22 09:54:29 +02:00
|
|
|
.depend: Makefile $(SRCS) $(TOPDIR)$(DELIM).config
|
2024-09-15 06:41:42 +02:00
|
|
|
$(Q) $(MAKE) makedepfile
|
2020-03-23 03:44:03 +01:00
|
|
|
$(Q) touch $@
|
2007-02-18 00:21:28 +01:00
|
|
|
|
2020-03-23 03:44:03 +01:00
|
|
|
depend: .depend
|
2007-02-18 00:21:28 +01:00
|
|
|
|
|
|
|
clean:
|
2012-11-20 16:47:41 +01:00
|
|
|
$(call DELFILE, $(BIN))
|
2008-01-10 14:38:13 +01:00
|
|
|
$(call CLEAN)
|
2007-02-18 00:21:28 +01:00
|
|
|
|
2022-01-26 15:34:47 +01:00
|
|
|
distclean:: clean
|
2012-11-20 16:47:41 +01:00
|
|
|
$(call DELFILE, Make.dep)
|
2020-03-23 03:44:03 +01:00
|
|
|
$(call DELFILE, .depend)
|
2007-02-18 00:21:28 +01:00
|
|
|
|
|
|
|
-include Make.dep
|