u-boot/doc/device-tree-bindings
Simon Glass 201417d700 bootstd: Add the bootdev uclass
A 'bootdev' is a device which can be used to boot an operating system.
It is a child of the media device (e.g. MMC) which handles reading files
from that device, such as a bootflow file.

Add a uclass for bootdev and the various helpers needed to make it
work. Also add a binding file, empty for now.

Signed-off-by: Simon Glass <sjg@chromium.org>
2022-04-25 10:00:04 -04:00
..
adc doc: stm32mp1: add page for device tree bindings 2021-08-14 20:54:41 +02:00
arm doc: binding: scmi: link to latest Linux kernel binding 2022-03-02 17:42:06 -05:00
ata
axi
bus dm: Add support for simple-pm-bus 2020-07-01 15:01:21 +08:00
clock doc: stm32mp1: add page for device tree bindings 2021-08-14 20:54:41 +02:00
cpu
exynos
firmware WS cleanup: remove excessive empty lines 2021-09-30 08:08:56 -04:00
fpga
fsp/fsp2/apollolake dt-bindings: fsp: Fix Apollo Lake FSP-S devicetree bindings 2021-04-15 10:43:17 +08:00
gpio drivers/gpio: add support for MAX7320 i2c i/o expander 2021-10-19 11:25:24 -04:00
gpu
i2c doc: stm32mp1: add page for device tree bindings 2021-08-14 20:54:41 +02:00
input dt-bindings: input: adc-keys bindings documentation 2021-02-18 11:37:26 +01:00
interrupt-controller tpm: cr50: Use the correct GPIO binding 2020-04-16 14:36:28 +08:00
iommu iommu: Add IOMMU uclass 2021-10-31 08:46:44 -04:00
leds led: led_pwm: Add a driver for LEDs connected to PWM 2022-04-11 11:39:19 -04:00
mailbox WS cleanup: remove SPACE(s) followed by TAB 2021-09-30 09:08:16 -04:00
memory
memory-controller ram: k3-ddrss: Allow use of dt provided initial frequency 2022-04-20 11:14:39 -04:00
memory-controllers stm32mp1: ram: remove the support of calibration result 2021-11-30 16:43:28 +01:00
mfd k210: use the board vendor name rather than the marketing name 2022-03-15 17:43:11 +08:00
misc Merge tag 'ti-v2020.07-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti into next 2020-03-17 11:59:58 -04:00
mmc sandbox: mmc: Support a backing file 2021-11-28 16:51:51 -07:00
mtd doc: stm32mp1: add page for device tree bindings 2021-08-14 20:54:41 +02:00
nand
net phy: adin: add driver for Analog Devices ADIN1300 PHY 2022-04-10 08:44:13 +03:00
pci x86: pci: Allow binding of some devices before relocation 2021-07-15 19:49:50 +08:00
pci_endpoint
phy doc: stm32mp1: add page for device tree bindings 2021-08-14 20:54:41 +02:00
pinctrl k210: use the board vendor name rather than the marketing name 2022-03-15 17:43:11 +08:00
pmic
power dt-bindings: ti_sci_pm_domains: Add support for exclusive and shared access 2019-07-26 21:49:23 -04:00
pwm dt-bindings: pwm: pwm-at91: Add PWM bindings for A5D2 2021-10-12 15:18:39 +03:00
ram
reboot-mode reboot-mode: read the boot mode from RTC memory 2021-07-23 10:16:39 -04:00
regulator WS cleanup: remove SPACE(s) followed by TAB 2021-09-30 09:08:16 -04:00
remoteproc remoteproc: k3_system_controller: Support optional boot_notification channel 2022-02-08 09:41:26 -05:00
reserved-memory
reset doc: stm32mp1: add page for device tree bindings 2021-08-14 20:54:41 +02:00
rtc doc: device-tree-bindings: rtc: Abracon AB x80x i2c rtc 2021-01-27 17:07:48 -05:00
serial serial: qcom: add support for GENI serial driver 2021-10-31 08:46:44 -04:00
soc/fsl/cpm_qe/qe net, qe: add DM support for QE UEC ethernet 2020-09-17 06:09:53 +02:00
sound sound: Add an ACPI driver for Maxim MAX98357ac 2020-07-17 14:32:24 +08:00
spi k210: use the board vendor name rather than the marketing name 2022-03-15 17:43:11 +08:00
spmi
sysinfo sysinfo: Add gpio-sysinfo driver 2021-05-04 07:57:18 -04:00
sysreset
thermal
timer
tpm2 WS cleanup: remove SPACE(s) followed by TAB 2021-09-30 09:08:16 -04:00
usb dt-bindings: usb: mtk-xhci: add optional properies to disable ports 2021-02-10 22:23:24 +01:00
video video: seps525: Add dt binding description 2021-01-05 11:54:53 +01:00
w1 WS cleanup: remove trailing empty lines 2021-09-30 08:08:56 -04:00
w1-eeprom WS cleanup: remove trailing empty lines 2021-09-30 08:08:56 -04:00
watchdog doc: device-tree-bindings: watchdog: document common properties 2022-04-22 09:02:34 +02:00
bootcount-syscon.txt bootcount: add a new driver with syscon as backend 2021-08-22 11:04:52 +02:00
bootdev.txt bootstd: Add the bootdev uclass 2022-04-25 10:00:04 -04:00
bootstd.txt bootstd: Add the bootstd uclass and core implementation 2022-04-25 10:00:04 -04:00
chosen.txt x86: Add a way to add to the e820 memory table 2020-09-25 11:27:25 +08:00
config.txt treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... 2021-09-25 09:46:15 -06:00
device.txt x86: Add wake sources for the acpi_gpe driver 2020-09-25 11:27:15 +08:00
README
root.txt

Device Tree Bindings Staging Area
=================================

This directory contains device tree bindings for U-Boot.

These follow along with Linux kernel bindings, with a few additions. By
adding the files here, U-Boot patches can clearly show thees additions.
This makes it easier for device tree people to review these additions in
patches sent to the U-Boot mailing list.

The intent IS to commit these files to U-Boot. Hopefully at some point
the files will be stored in another repo (shared with Linux) which is
brought in as needed. Changes here are intended to mirror changes in the
Linux Documentation/devicetree/bindings/ directory.

sjg@chromium.org
17-Jan-12