/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | amlogic,meson-nand.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mtd/amlogic,meson-nand.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - $ref: nand-controller.yaml 13 - liang.yang@amlogic.com 18 - amlogic,meson-gxl-nfc 19 - amlogic,meson-axg-nfc 24 reg-names: 26 - const: nfc [all …]
|
H A D | brcm,brcmnand.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Brian Norris <computersforpeace@gmail.com> 11 - Kamal Dasu <kdasu.kdev@gmail.com> 12 - William Zhang <william.zhang@broadcom.com> 15 The Broadcom Set-Top Box NAND controller supports low-level access to raw NAND 16 flash chips. It has a memory-mapped register interface for both control 27 -- Additional SoC-specific NAND controller properties -- 35 interesting ways, sometimes with registers that lump multiple NAND-related [all …]
|
H A D | brcm,brcmnand.txt | 3 The Broadcom Set-Top Box NAND controller supports low-level access to raw NAND 4 flash chips. It has a memory-mapped register interface for both control 15 - compatible : May contain an SoC-specific compatibility string (see below) 16 to account for any SoC-specific hardware bits that may be 21 string, like "brcm,brcmnand-v7.0" 23 brcm,brcmnand-v2.1 24 brcm,brcmnand-v2.2 25 brcm,brcmnand-v4.0 26 brcm,brcmnand-v5.0 27 brcm,brcmnand-v6.0 [all …]
|
/freebsd/share/man/man5/ |
H A D | mount.conf.5 | 44 .Bl -enum 56 Next, the kernel will parse the in-memory config file created in step 1 64 will be re-mounted on the 77 file to try to re-mount the root file system. 84 directory, the old root file system will be re-mounted 88 The root mount logic will go back to step 4. 91 The root mount logic is recursive, and step 8 will 100 .Bl -tag -widt [all...] |
/freebsd/usr.sbin/ntp/doc/ |
H A D | ntpdate.8 | 29 page. 55 .Bl -tag -width indent 74 call, even if the measured offset is greater than +-128 ms. 76 default is to step the time using 79 greater than +-128 ms. 81 than +-128 ms in this case, it can take a long time (hours) to 92 This option should be used when called from a startup file at boot 135 Query only - do not set the clock. 178 the clock at boot time. 213 than 0.5 second it will simply step the time by calling the system [all …]
|
/freebsd/share/man/man9/ |
H A D | kern_reboot.9 | 1 .\" $NetBSD: boot.9,v 1.2 1996/09/24 07:01:26 ghudson Exp $ 3 .\" SPDX-License-Identifier: BSD-4-Clause 71 .Bl -tag -compact -offset indent -width "RB_POWERCYCLE" 73 Halt the system in-place rather than restarting. 77 Request a power-cycle in addition to restarting. 91 .Bl -enum -offset indent 127 machine-dependent 139 It may also be called as the final step of a kernel panic, or from the kernel 146 man page. 199 event is invoked as the very last step of [all …]
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | sahw.c | 2 *Copyright (c) 2014 PMC-Sierra, Inc. All rights reserved. 83 * \return -void- 112 if (agNULL != agRoot->sdkData) in saHwReset() 114 saRoot = (agsaLLRoot_t*) agRoot->sdkData; in saHwReset() 115 sysIntsActive = saRoot->sysIntsActive; in saHwReset() 131 if (agNULL != agRoot->sdkData) in saHwReset() 163 fatal_error.regDumpBusBaseNum0 = saRoot->mainConfigTable.regDumpPCIBAR; in saHwReset() 164 fatal_error.regDumpBusBaseNum1 = saRoot->mainConfigTable.regDumpPCIBAR; in saHwReset() 165 fatal_error.regDumpLen0 = saRoot->mainConfigTable.FatalErrorDumpLength0; in saHwReset() 166 fatal_error.regDumpLen1 = saRoot->mainConfigTable.FatalErrorDumpLength1; in saHwReset() [all …]
|
/freebsd/sys/i386/i386/ |
H A D | locore.S | 1 /*- 35 * Bruce Evans, Wolfgang Solfrank, Poul-Henning Kamp 67 .space 0x2000 /* space for tmpstk - temporary stack */ 102 * Clear the bss. Not all boot programs do it, and it is our job anyway. 104 * XXX we don't check that there is memory for our bss and page tables 123 * XXX this step is delayed in case recover_bootinfo needs to return via 133 movl proc0kstack,%eax /* location of in-kernel stack */ 136 * Only use bottom page for init386(). init386() calculates the 162 * Recover the bootinfo passed to us from the boot program 171 * Old disk boot blocks: [all …]
|
/freebsd/stand/man/ |
H A D | loader.efi.8 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2019-2022 Netflix, Inc 52 or when placed directly as the default boot program as described in 69 .Dv 8be4df61-93ca-11d2-aa0d-00e098032b8c-ConOut 151 PCI or memory mapped ports are beyond the scope of this man page. 154 .Bl -column -offset indent ".Sy Windows Name" ".Sy I/O Port Address" ".Sy Typical FreeBSD device" 168 The primary console is set using the boot flags. 175 Boot flags may be set on the command line to the boot command. 179 .Bl -column -offset indent ".Sy boot flag" ".Sy loader variable" ".Sy Kernel RB_ flag" 180 .It Sy boot flag Ta Sy loader variable Ta Sy Kernel RB_ flag [all …]
|
/freebsd/release/ |
H A D | release.conf.sample | 25 #GITCMD="/usr/local/bin/git clone -q --branch main" 39 #MAKE_FLAGS="-s" 41 ## Set to use world- and kernel-specific make(1) flags. 42 #WORLD_FLAGS="-j $(sysctl -n hw.ncpu)" 43 #KERNEL_FLAGS="-j $(( $(( $(sysctl -n hw.ncpu) + 1 )) / 2 ))" 51 ## Set to '1' to disable multi-threaded xz(1) compression. 57 ## Set to a list of ports required to build embedded system-on-chip 58 ## images, such as sysutils/u-boot-rpi. 62 ## is passed to make(1) to set the TARGET (value of uname -m) to cross 67 ## This value is passed to make(1) to set the TARGET_ARCH (value of uname -p) [all …]
|
/freebsd/contrib/ntp/html/ |
H A D | ntpdate.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 4 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> 6 <title>ntpdate - set the date and time via NTP</title> 10 <h3><tt>ntpdate</tt> - set the date and time via NTP</h3> 14 <!-- #BeginDate format:En2m -->21-Jul-2018 04:09<!-- #EndDate --> 25 See the <tt>-q</tt> command line option in the <a 26 href="ntpd.html"><tt>ntpd</tt> - Network Time Protocol (NTP) daemon</a> 27 page and/or the <a href="sntp.html"><tt>sntp</tt> - Simple Network Time 28 Protocol (SNTP) Client</a> page. After a suitable period of mourning, the <tt>ntpdate</tt> program… 30 <tt>ntpdate [ -46bBdqsuv ] [ -a <i>key</i> ] [ -e <i>authdelay</i> ] [ -k <i>keyfile</i> ] [ -o <i>… [all …]
|
/freebsd/share/man/man4/ |
H A D | gdb.4 | 32 .Cd "makeoptions DEBUG=-g" 43 .Bl -bullet 71 .Pq Cd "makeoptions DEBUG=-g" . 86 .Dl "gdb -k -wcore kernel.debug /dev/mem" 108 .Dl "gdb -k kernel.debug /var/crash/vmcore.29" 134 .Pa /boot/device.hints 144 .Bl -bullet 158 .Bd -literal -offset indent 166 .Bd -literal -offset indent 176 It is a good idea to load these modules at boot time with the following entry in [all …]
|
H A D | ddb.4 | 22 .\" Pittsburgh PA 15213-3890 35 .Bd -ragged -offset indent 42 .Bd -ragged -offset indent 48 .Bd -ragged -offset indent 54 .Bd -ragged -offset indent 63 .Bd -ragged -offset indent 83 MIB variable is set non-zero, 97 is already set non-zero. 146 of -1 is equivalent to a missing 161 .Dq Li --More-- [all …]
|
H A D | fdc.4 | 38 .Pa /boot/device.hints : 54 either FM (single-density) or MFM (double or high-density) recording 73 using the per-controller flags value of 80 For historical reasons, device nodes that use a trailing UFS-style 89 of the available medium for multi-density devices. 92 high-density 3.5 inch standard floppy drive. 101 this can be overridden using the per-drive device flags value of 107 When trying to use a floppy device with special-density media, other 130 Drive types are configured using the lower four bits of the per-drive 133 .Bl -tag -width 2n -offset indent [all …]
|
/freebsd/share/man/man8/ |
H A D | rescue.8 | 38 With the transition to a dynamically-linked root beginning with 44 may become non-functional due to a failed upgrade or a disk error. 56 If your system fails to boot, and it shows a prompt similar to: 68 read-write. 73 .Dl "/rescue/mount -uw /" 75 The next step is to double-check the contents of 83 CD-ROM and copying files from there. 123 .Bl -tag -width ".Pa /rescue" -compact 138 .An -nosplit 145 This manual page was written by
|
/freebsd/sbin/fdisk/ |
H A D | fdisk.8 | 32 .Pa freebsd-fdisk 35 In order for the BIOS to boot the kernel, 37 Sector 0 of the disk must contain boot code, 43 0 boot code then searches the slice table to determine which 46 This boot code then brings in the bootstrap from the 57 .Bf -symbolic 79 .Bl -tag -width indent 86 Get the boot code from the file 89 .Pa /boot/mbr . 91 Reinitialize the boot code contained in sector 0 of the disk. [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/northstar2/ |
H A D | ns2-svk.dts | 33 /dts-v1/; 39 compatible = "brcm,ns2-svk", "brcm,ns2"; 49 stdout-path = "serial0:115200n8"; 113 spi-max-frequency = <5000000>; 114 spi-cpha; 115 spi-cpol; 117 pl022,slave-tx-disable = <0>; 118 pl022,com-mode = <0>; 119 pl022,rx-level-trig = <1>; 120 pl022,tx-level-trig = <1>; [all …]
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntpd.1ntpdmdoc | 4 .\" EDIT THIS FILE WITH CAUTION (ntpd-opts.mdoc) 6 .\" It has been AutoGen-ed May 25, 2024 at 12:03:54 AM by AutoGen 5.18.16 7 .\" From the definitions ntpd-opts.def 8 .\" and the template file agmdoc-cmd.tpl 17 .Op Fl \-option\-name Ns Oo Oo Ns "=| " Oc Ns Ar value Oc 27 Network Time Protocol (NTP) version 4, as defined by RFC\-5905, 29 version 3, as defined by RFC\-1305, and versions 1 30 and 2, as defined by RFC\-1059 and RFC\-111 [all...] |
H A D | ntpd.mdoc.in | 4 .\" EDIT THIS FILE WITH CAUTION (ntpd-opts.mdoc) 6 .\" It has been AutoGen-ed May 25, 2024 at 12:03:54 AM by AutoGen 5.18.16 7 .\" From the definitions ntpd-opts.def 8 .\" and the template file agmdoc-cmd.tpl 17 .Op Fl \-option\-name Ns Oo Oo Ns "=| " Oc Ns Ar value Oc 27 Network Time Protocol (NTP) version 4, as defined by RFC\-5905, 29 version 3, as defined by RFC\-1305, and versions 1 30 and 2, as defined by RFC\-1059 and RFC\-111 [all...] |
H A D | ntpd.1ntpdman | 2 . it 1 an-trap 6 .ds B-Font [CB] 7 .ds I-Font [CI] 8 .ds R-Font [CR] 10 .ds B-Font B 11 .ds I-Font I 12 .ds R-Font R 15 .\" EDIT THIS FILE WITH CAUTION (in-mem file) 17 .\" It has been AutoGen-ed May 25, 2024 at 12:04:07 AM by AutoGen 5.18.16 18 .\" From the definitions ntpd-opt [all...] |
H A D | ntpd.man.in | 2 . it 1 an-trap 6 .ds B-Font [CB] 7 .ds I-Font [CI] 8 .ds R-Font [CR] 10 .ds B-Font B 11 .ds I-Font I 12 .ds R-Font R 15 .\" EDIT THIS FILE WITH CAUTION (in-mem file) 17 .\" It has been AutoGen-ed May 25, 2024 at 12:04:07 AM by AutoGen 5.18.16 18 .\" From the definitions ntpd-opt [all...] |
H A D | ntpd-opts.def | 1 /* -*- Mode: Text -*- */ 7 prog-name = "ntpd"; 8 prog-title = "set clock via Network Time Protocol daemon"; 11 #include ntpdbase-opts.def 14 explain = <<- _END_EXPLAIN 17 doc-section = { 18 ds-type = 'DESCRIPTION'; 19 ds-format = 'mdoc'; 20 ds-text = <<- _END_PROG_MDOC_DESCRIP 27 Network Time Protocol (NTP) version 4, as defined by RFC-5905, [all …]
|
/freebsd/sys/dev/exca/ |
H A D | excareg.h | 3 /*- 4 * SPDX-License-Identifier: BSD-4-Clause AND BSD-2-Clause 64 * (PCIC) data sheet, marked "preliminary". Order number 290423-002, January 105 #define EXCA_IDENT_REV_I82365SLR0 0x02 /* step a/b */ 106 #define EXCA_IDENT_REV_I82365SLR1 0x03 /* step c */ 107 #define EXCA_IDENT_REV_I82365SLDF 0x04 /* step df */ 262 * memory window addresses refer to bits A23-A12 of the ISA system memory 263 * address. This is a shift of 12 bits. The LSB contains A19-A12, and the 264 * MSB contains A23-A20, plus some other bits. 288 * The card side of a memory mapping consists of bits A19-A12 of the card [all …]
|
/freebsd/share/doc/smm/01.setup/ |
H A D | 3.t | 52 some \*(Ps-Tahoe features (e.g. networking code). 58 This is a \*(Ps-Tahoe vintage system with Sun's NFS 4.0 filesystem code 60 The instructions for \*(Ps-Tahoe should largely apply. 62 \*(Ps-Reno from CSRG. 84 (1) boot directly from the distribution tape, use it to load new binaries 90 boot from the new system, then merge or restore existing 93 and use that system to cross-compile and install \*(4B. 102 then site-specific files should be merged into them. 124 filesystem can be an MFS virtual-memory-resident filesystem, 137 Extract kernel and/or user-level sources from the distribution tape [all …]
|
/freebsd/ |
H A D | UPDATING | 1 Updating Information for users of FreeBSD-CURRENT. 9 https://docs.freebsd.org/en/books/handbook/cutting-edge/#makeworld 22 includes various WITNESS- related kernel options, INVARIANTS, malloc 28 at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) 50 to install the FreeBSD-firmware-iwm package. 71 The build now defaults to WITHOUT_CLEAN - i.e., no automatic clean 77 freebsd-current mailing list so that a special-case dependency can be 85 uart1: non-PN [all...] |