/freebsd-src/sys/contrib/device-tree/Bindings/ufs/ |
H A D | qcom,ufs.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/ufs/qco [all...] |
/freebsd-src/sys/i386/conf/ |
H A D | MINIMAL | 2 # MINIMAL -- Mostly Minimal kernel configuration file for FreeBSD/i386 9 # o While UFS is buildable as a module, the current module lacks 13 # o (non-loaded) random is included due to uncertainty... 21 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config 34 cpu I486_CPU 35 cpu I586_CPU 36 cpu I686_CPU 39 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols 53 options UFS_GJOURNAL # Enable gjournal-based UFS journaling 54 options QUOTA # Enable disk quotas for UFS [all …]
|
H A D | GENERIC | 2 # GENERIC -- Generic kernel configuration file for FreeBSD/i386 7 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config 20 cpu I486_CPU 21 cpu I586_CPU 22 cpu I686_CPU 25 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols 42 options UFS_GJOURNAL # Enable gjournal-based UFS journaling 43 options QUOTA # Enable disk quotas for UFS [all...] |
/freebsd-src/tools/boot/ |
H A D | full-test.sh | 4 # cache - Cached binaries that we have downloaded 5 # trees - binary trees that we use to make image 7 # images - bootable images that we use to test 9 # bios - cached bios images (as well as 'vars' files when we start testing 11 # scripts - generated scripts that uses images to run the tests. 16 # use qemu-system-XXXX to boot. They all boot the same thing at the moment: 23 # eg https://download.freebsd.org/releases/amd64/amd64/ISO-IMAGES/13.1/FreeBSD-13.1-RELEASE-amd64-b… 25 : ${STAND_ROOT:="${HOME}/stand-test-root"} 33 # hack -- I have extra junk in my qemu, but it's not needed to recreate things 35 qemu_bin=/home/imp/git/qemu/00-build [all …]
|
H A D | rootgen.sh | 10 # Builds all the bat-shit crazy combinations we support booting from, 18 # This assumes an external program install-boot.sh which will install 25 . $(dirname $0)/install-boot.sh 32 (cd $src ; tar cf - .) | (cd $dst; tar xf -) 39 /dev/ufs/root / ufs rw 1 1 48 makefs -t ffs -B little -s 200m -o label=root ${img}.p2 ${src} 49 mkimg -s gpt -b ${src}/boot/pmbr \ 50 -p freebsd-boot:=${src}/boot/gptboot \ 51 -p freebsd-ufs:=${img}.p2 -o ${img} 52 rm -f ${src}/etc/fstab [all …]
|
/freebsd-src/sys/powerpc/conf/ |
H A D | QORIQ64 | 7 cpu BOOKE 8 cpu BOOKE_E500 14 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols 16 #makeoptions WERROR="-Werror -Wno-format" 40 options UFS_GJOURNAL #Enable gjournal-based UFS journaling 41 options QUOTA #Enable disk quotas for UFS
|
H A D | GENERIC | 2 # GENERIC -- Generic kernel configuration file for FreeBSD/powerpc 7 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config 20 cpu AIM 25 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols 32 options PSERIES # PAPR-compliant systems 48 options UFS_GJOURNAL # Enable gjournal-based UFS journaling 49 options QUOTA # Enable disk quotas for UFS 58 options PSEUDOFS # Pseudo-filesyste [all...] |
H A D | GENERIC64LE | 2 # GENERIC64LE -- Generic kernel configuration file for FreeBSD/powerpc64le 7 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config 20 cpu AIM 25 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols 31 options PSERIES # PAPR-compliant systems (e.g. IBM p) 32 options POWERNV # Non-virtualized OpenPOWER systems 37 options NUMA # Non-Uniform Memory Architecture support 53 options UFS_GJOURNAL # Enable gjournal-based UFS journalin [all...] |
H A D | GENERIC64 | 2 # GENERIC64 -- Generic kernel configuration file for FreeBSD/powerpc64 7 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config 20 cpu AIM 25 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols 33 options PSERIES # PAPR-compliant systems (e.g. IBM p) 34 options POWERNV # Non-virtualized OpenPOWER systems 38 options NUMA # Non-Uniform Memory Architecture support 55 options UFS_GJOURNAL # Enable gjournal-based UFS journalin [all...] |
/freebsd-src/sys/contrib/device-tree/src/arm64/hisilicon/ |
H A D | hi3670.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 9 #include <dt-bindings/interrupt-controller/arm-gic.h> 10 #include <dt-bindings/clock/hi3670-clock.h> 14 interrupt-parent = <&gic>; 15 #address-cells = <2>; 16 #size-cells = <2>; 19 compatible = "arm,psci-0.2"; 24 #address-cells = <2>; 25 #size-cells = <0>; 27 cpu-map { [all …]
|
H A D | hi3660.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 9 #include <dt-bindings/clock/hi3660-clock.h> 10 #include <dt-bindings/thermal/thermal.h> 14 interrupt-paren 1041 ufs: ufs@ff3b0000 { global() label [all...] |
/freebsd-src/sys/contrib/device-tree/src/arm64/tesla/ |
H A D | fsd.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 * Tesla Full Self-Driving SoC device tree source 5 * Copyright (c) 2017-2022 Samsung Electronics Co., Ltd. 7 * Copyright (c) 2017-2022 Tesla, Inc. 11 #include <dt-bindings/clock/fsd-clk.h> 12 #include <dt-bindings/interrupt-controlle 980 ufs: ufs@15120000 { global() label [all...] |
H A D | fsd-evb.dts | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 5 * Copyright (c) 2017-2021 Samsung Electronics Co., Ltd. 7 * Copyright (c) 2017-2021 Tesla, Inc. 11 /dts-v1/; 13 #include <dt-bindings/gpio/gpio.h> 16 model = "Tesla Full Self-Driving (FSD) Evaluation board"; 17 compatible = "tesla,fsd-evb", "tesla,fsd"; 25 stdout-path = &serial_0; 34 compatible = "simple-audio-card"; 36 #address-cells = <1>; [all …]
|
/freebsd-src/sys/contrib/device-tree/src/arm64/exynos/ |
H A D | exynos7.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 9 #include <dt-bindings/clock/exynos7-clk.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 14 interrupt-parent = <&gic>; 15 #address-cells = <2>; 16 #size-cells = <2>; 30 arm-pmu { 31 compatible = "arm,cortex-a57-pmu"; 36 interrupt-affinity = <&cpu_atlas0>, <&cpu_atlas1>, 42 compatible = "fixed-clock"; [all …]
|
H A D | exynosautov9.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 9 #include <dt-bindings/clock/samsung,exynosautov9.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 #include <dt-bindings/soc/samsung,boot-mode.h> 12 #include <dt-binding [all...] |
/freebsd-src/sys/contrib/device-tree/src/arm64/renesas/ |
H A D | r8a779f0-spider-cpu.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 3 * Device Tree Source for the Spider CPU board 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/leds/common.h> 14 model = "Renesas Spider CPU board"; 15 compatible = "renesas,spider-cpu", "renesas,r8a779f0"; 30 stdout-pat [all...] |
/freebsd-src/sys/contrib/device-tree/Bindings/interconnect/ |
H A D | qcom,sdm660.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm SDM660 Network-On-Chip interconnect 10 - Konrad Dybcio <konradybcio@kernel.org> 19 - qcom,sdm660-a2noc 20 - qcom,sdm660-bimc 21 - qcom,sdm660-cnoc 22 - qcom,sdm660-gnoc 23 - qcom,sdm660-mnoc [all …]
|
H A D | qcom,msm8996.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm MSM8996 Network-On-Chip interconnect 10 - Konrad Dybcio <konradybcio@kernel.org> 19 - qcom,msm8996-a0noc 20 - qcom,msm8996-a1noc 21 - qcom,msm8996-a2noc 22 - qcom,msm8996-bimc 23 - qcom,msm8996-cnoc [all …]
|
H A D | qcom,sm6115.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm SM6115 Network-On-Chip interconnect 10 - Konrad Dybcio <konradybcio@kernel.org> 19 - qcom,sm6115-bimc 20 - qcom,sm6115-cnoc 21 - qcom,sm6115-snoc 30 clock-names: 36 '^interconnect-[a-z0-9]+$': [all …]
|
/freebsd-src/sys/amd64/conf/ |
H A D | MINIMAL | 2 # MINIMAL -- Mostly Minimal kernel configuration file for FreeBSD/amd64 9 # o (non-loaded) random is included due to uncertainty... 17 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config 30 cpu HAMMER 33 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols 37 options NUMA # Non-Uniform Memory Architecture support 47 options UFS_GJOURNAL # Enable gjournal-based UFS journaling 48 options QUOTA # Enable disk quotas for UFS 60 options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions 79 # Make an SMP-capable kernel by default [all …]
|
H A D | FIRECRACKER | 2 # FIRECRACKER -- kernel configuration file for Firecracker VM 4 # This is largely a stripped-down version of the GENERIC kernel configuration 12 # it bypasses the boot loader; some environment variables are hard-coded 17 # https://firecracker-microvm.github.io/ 19 cpu HAMMER 22 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols 26 options NUMA # Non-Uniform Memory Architecture support 44 options UFS_GJOURNAL # Enable gjournal-based UFS journaling 45 options QUOTA # Enable disk quotas for UFS 54 options PSEUDOFS # Pseudo-filesystem framework [all …]
|
/freebsd-src/share/man/man4/ |
H A D | geom_uzip.4 | 36 .Bd -ragged -offset indent 45 .Bd -literal -offset indent 51 framework provides support for compressed read-only 54 some CPU time on each read. 71 .Pq For example, a disk, USB flash drive, DVD-ROM, etc . 75 .Bd -literal -offset indent 78 0 2097152 1 freebsd-ufs (1.0G) 79 2097152 5736448 - free - (2.7G) 80 # gpart add -t freebsd-ufs -s 1G da0 86 # fsck -t ffs /dev/da0b.uzip [all …]
|
/freebsd-src/share/man/man7/ |
H A D | tuning.7 | 31 .Sh SYSTEM SETUP - DISKLABEL, NEWFS, TUNEFS, SWAP 63 partitions are read-mostly, with very little writing, while 68 heavily write-loaded partitions will not bleed over into the mostly-read 81 .Dq Li "tunefs -n enable /filesystem" . 82 Softupdates drastically improves meta-data performance, mainly file 103 A number of run-time 117 file systems normally update the last-accessed time of a file or 138 atime turned on for mostly read-only partitions such as 161 or essentially read-onl [all...] |
/freebsd-src/sys/riscv/conf/ |
H A D | GENERIC | 2 # GENERIC -- Generic kernel configuration file for FreeBSD/RISC-V 7 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config 20 cpu RISCV 23 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols 42 options UFS_GJOURNAL # Enable gjournal-based UFS journaling 43 options QUOTA # Enable disk quotas for UFS 51 options PSEUDOFS # Pseudo-filesyste [all...] |
/freebsd-src/share/doc/smm/01.setup/ |
H A D | 2.t | 49 Intel 386/486-based machines (ISA/AT or EISA bus only) 51 Sony News MIPS-based workstations 53 Omron Luna 68000-based workstations 150 HP-IB/CS80 (7912, 7914, 7933, 7936, 7945, 7957, 7958, 7959, 2200, 2203) 151 and SCSI-I (including magneto-optical). 155 Low-density CS80 cartridge (7914, 7946, 9144), 156 high-density CS80 cartridge (9145), 162 98644 built-in single-port, 98642 4-port and 98638 8-port interfaces. 185 Battery-backed real time clock, 186 builtin and 98625A/B HP-IB interfaces, [all …]
|