Rename src/drivers to src/driver

Issue genodelabs/genode#4420
This commit is contained in:
Norman Feske 2024-05-31 17:24:20 +02:00
parent 7c19e2bc38
commit fe613fa9a3
496 changed files with 288 additions and 292 deletions

View File

@ -1 +1 @@
2024-04-11 de761b9137a60d1600105948b61ce1869bfa8f31
2024-05-31 fc8b948a957bfb7185b220e6f884556ff91f8919

View File

@ -1 +1 @@
2024-05-28 a8371cbfabb53798f394f13f933abb6c4ca2a47c
2024-05-31 793ae3b62ff6d79b63e651ad5b88dc22e32bacff

View File

@ -1 +1 @@
2024-05-28 ae8d7433aca128d44632a1d11bb9bc6604ca9a4a
2024-05-31 9cb9cc4bf2875f32b2a509c332c25fc131e208a8

View File

@ -6,7 +6,7 @@ LIB_MK := $(addprefix lib/mk/, $(MK_FILES)) \
$(foreach SPEC,x86_32 x86_64,lib/mk/spec/$(SPEC)/dde_bsd_audio.mk) \
lib/import/import-dde_bsd_audio_include.mk
MIRROR_FROM_REP_DIR := $(LIB_MK) src/lib src/drivers patches include
MIRROR_FROM_REP_DIR := $(LIB_MK) src/lib src/driver patches include
MIRROR_FROM_PORT_DIR := $(addprefix src/lib/audio/, \
dev/pci/azalia_codec.c \

View File

@ -17,8 +17,8 @@ proc build_targets { } {
set targets {
core init timer
drivers/acpi drivers/platform app/pci_decode server/report_rom
drivers/audio
driver/acpi driver/platform app/pci_decode server/report_rom
driver/audio
}
if {[use_record_play_sessions]} {

View File

@ -19,8 +19,8 @@ proc build_targets { } {
set targets {
core init timer
drivers/acpi drivers/platform app/pci_decode server/report_rom
drivers/audio
driver/acpi driver/platform app/pci_decode server/report_rom
driver/audio
}
if {[use_record_play_sessions]} {

View File

@ -4,6 +4,6 @@ SRC_CC = main.cc
LIBS = dde_bsd_audio base format
INC_DIR += $(REP_DIR)/include
vpath %.cc $(REP_DIR)/src/drivers/audio
vpath %.cc $(REP_DIR)/src/driver/audio
CC_CXX_WARN_STRICT =

View File

@ -8,22 +8,22 @@ Host controller
The driver will start all USB controller types a platform offers.
Please consult repos/dde_linux/drivers/usb_host/README for a description.
Please consult repos/dde_linux/driver/usb_host/README for a description.
HID
~~~
Please consult repos/dde_linux/drivers/usb_hid/README for a description.
Please consult repos/dde_linux/driver/usb_hid/README for a description.
Storage
~~~~~~~
Please consult repos/os/src/drivers/usb_block/README for a description.
Please consult repos/os/src/driver/usb_block/README for a description.
Network (Nic)
~~~~~~~~~~~~~
Please consolut repos/dde_linux/src/drivers/usb_net/README for a description.
Please consolut repos/dde_linux/src/driver/usb_net/README for a description.
LXIP
####

View File

@ -1,4 +1,4 @@
MIRROR_FROM_REP_DIR := src/drivers/usb_hid
MIRROR_FROM_REP_DIR := src/driver/usb_hid
content: $(MIRROR_FROM_REP_DIR)
$(MIRROR_FROM_REP_DIR):

View File

@ -1 +1 @@
2024-05-28 f8de8cf490c48c6bd9de20dbdb7d18fd78706ac1
2024-05-31 9b8546dcb41efb2eaddc8f6ad09ce050086f59ea

View File

@ -1,4 +1,4 @@
MIRROR_FROM_REP_DIR := src/drivers/usb_net
MIRROR_FROM_REP_DIR := src/driver/usb_net
content: $(MIRROR_FROM_REP_DIR)
$(MIRROR_FROM_REP_DIR):

View File

@ -1 +1 @@
2024-05-28 f8cd4e9e35162d425293fc2648be49a7b72601e7
2024-05-31 ba66c884fc5e93846e901afbdeca88b251129525

View File

@ -195,6 +195,6 @@ used:
!LIBS := base pc_wifi
Afterwards the driver library is built by the 'drivers/wifi' target and
Afterwards the driver library is built by the 'driver/wifi' target and
since it is now a direct dependency 'tool/dde_linux/create_dummies' can
by used to created the 'generated_dummies.c' file.

View File

@ -1 +1 @@
2024-05-28 4b784674f584121e8579233ddd3707f908a0d76b
2024-05-31 59af8218f8de3a28a40f38e46660d27514deeaf7

View File

@ -1 +1 @@
2024-05-28 4a5c8bd7c90db766dda3c463fade021004e1e6e9
2024-05-31 f26da21e131956f6958798c147926aca4adf790f

View File

@ -1 +1 @@
2024-05-28 8c758da5da46631da765f7181e035528da1c7a22
2024-05-31 71ef4fe17850c32ede66b6e6e75db38697f4ffc2

View File

@ -996,7 +996,7 @@ Block device
A block-device resource allows for the block-level storage and retrieval
of data whereas a block-device can be read-only or read-writeable. The base
system's built-in block service hands out the devices listed at
_/report/drivers/block_devices_ according to the label of the client's session.
_/report/driver/block_devices_ according to the label of the client's session.
The label must correspond to the name of the block device. Typically, the
built-in block service is used via manually created launchers by using a route
like this:

View File

@ -1 +1 @@
2023-11-30 7ccc0f1f63a8e332d27734bf9c63cfe4bf91bc59
2024-05-31 5a7c5c6f5230cae8144d8ffcf8c21475425eed9b

View File

@ -1 +1 @@
2024-05-28 14ec51c346687ec870ef10d3a4feab0e8235d987
2024-05-31 5ee555b9d20a96a3621a6037f20e661e74f1e303

View File

@ -1 +1 @@
2024-05-28 260c0e5f8f72d5e5ed76217314152cc0b749bced
2024-05-31 0cea537d1bce4590804667dbee37324d8062676e

View File

@ -1 +1 @@
2024-05-28 2018c9e7ca59407da3040a103595601a875263d6
2024-05-31 14e926289d846db83ccb448f4b24053430bb0cb2

View File

@ -6,7 +6,7 @@
#
# TODO: Add support for Linux via user-level networking (using the
# tun/tap proxy driver at os/src/drivers/nic/linux)
# tun/tap proxy driver at os/src/driver/nic/linux)
#
if {[have_spec linux]} {
puts "Run script does not support Linux."; exit 0 }

View File

@ -1 +1 @@
2024-05-28 6529912f49838710f7f2d47484c9f07feeb29d2a
2024-05-31 af78aef5f957b8eb50540e4bc68a1d2fe410402f

View File

@ -1 +1 @@
2024-05-28 ccc38f87fbb58f622b4bf10bc410d80fd906c106
2024-05-31 ec6ccef42b9df774b7ab911df980af198fd94a7a

View File

@ -1 +1 @@
2020-03-04 33377547149acb36d446fd3c80cd5a9113cc8f8a
2024-05-31 2f2445e97bc5e1534c5b6cd91a972353e1d0e79d

View File

@ -1 +1 @@
2020-03-04 f565dd1fb07048f70bf180b847dd57ba25aad3af
2024-05-31 024625e41de1b596828649524fd15968c8bd1915

View File

@ -1 +1 @@
2024-05-28 5ff5141d2751699f6f1c36c3853b492e84590d51
2024-05-31 3258b1216a6e6745d41b9c344faf83d3d48cddec

View File

@ -1 +1 @@
2024-05-28 c1ceaa7af00fbaf8bb6b7848cc845dce59b2eae6
2024-05-31 09ebb337f94d9e5287b92f0211a5e0c2363be2f2

View File

@ -1,4 +1,4 @@
SRC_DIR := src/drivers/framebuffer/vesa
SRC_DIR := src/driver/framebuffer/vesa
include $(GENODE_DIR)/repos/base/recipes/src/content.inc
content: src/lib/x86emu include/x86emu lib/mk/x86emu.mk

View File

@ -1 +1 @@
2024-05-28 b57f8af53c1818e200e722d8773d782d57998bca
2024-05-31 f54f0a83a597ed1969b356ad22c34ae392dfb1cf

View File

@ -1 +1 @@
2024-05-28 8e89734a12d97daacb117d121b5bb14ac78192db
2024-05-31 ad91be7bfaf766e1f6b24cd6b66204b9aab74613

View File

@ -1 +1 @@
2024-05-28 9f6aa2659896f96ae56c5f2ba63f797f875a952c
2024-05-31 a99386902506c6094897353793acab2ecd0e97a2

View File

@ -507,14 +507,14 @@ build {
server/report_rom
server/dynamic_rom
server/rom_filter
drivers/acpi
drivers/platform
drivers/framebuffer/intel/pc
drivers/framebuffer/vesa
drivers/framebuffer/boot
drivers/gpu/intel
drivers/ahci
drivers/nvme
driver/acpi
driver/platform
driver/framebuffer/intel/pc
driver/framebuffer/vesa
driver/framebuffer/boot
driver/gpu/intel
driver/ahci
driver/nvme
app/acpica
app/pci_decode
app/block_tester

View File

@ -9,8 +9,8 @@ if {
set build_components {
core init timer
drivers/platform
drivers/acpi
driver/platform
driver/acpi
server/event_dump
app/pci_decode
app/acpica

View File

@ -14,7 +14,7 @@
#
# TODO: Add support for Linux via user-level networking (using the
# tun/tap proxy driver at os/src/drivers/nic/linux)
# tun/tap proxy driver at os/src/driver/nic/linux)
#
if {[have_board linux] ||

View File

@ -24,7 +24,7 @@ assert_spec linux
build {
core init timer lib/ld lib/libc lib/vfs lib/vfs_lwip
drivers/nic test/lwip/http_srv server/nic_router server/report_rom
driver/nic test/lwip/http_srv server/nic_router server/report_rom
}
create_boot_directory

View File

@ -12,7 +12,7 @@ if {[have_include "power_on/qemu"]} {
build {
core init timer lib/ld lib/libc lib/vfs lib/posix lib/vfs_legacy_oss
drivers/acpi drivers/audio drivers/platform app/pci_decode
driver/acpi driver/audio driver/platform app/pci_decode
server/report_rom test/oss
}

Some files were not shown because too many files have changed in this diff Show More