Home
last modified time | relevance | path

Searched hist:"10 be5b5d3a8d8dd1aa8be95d339c0fdf498c3687" (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/doc/device-tree-bindings/
H A Droot.txt10be5b5d3a8d8dd1aa8be95d339c0fdf498c3687 Thu May 21 09:27:03 UTC 2015 Paul Kocialkowski <contact@paulk.fr> fdt: Pass the device serial number through devicetree

Before device-tree, the device serial number used to be passed to the kernel
using ATAGs (on ARM). This is now deprecated and all the handover to the kernel
should now be done using device-tree. Thus, this passes the serial-number
property to the kernel using the serial-number property of the root node, as
expected by the kernel.

The serial number is a string that somewhat represents the device's serial
number. It might come from some form of storage (e.g. an eeprom) and be
programmed at factory-time by the manufacturer or come from identification
bits available in e.g. the SoC.

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Reviewed-by: Simon Glass <sgj@chromium.org>
/rk3399_rockchip-uboot/common/
H A Dimage-fdt.c10be5b5d3a8d8dd1aa8be95d339c0fdf498c3687 Thu May 21 09:27:03 UTC 2015 Paul Kocialkowski <contact@paulk.fr> fdt: Pass the device serial number through devicetree

Before device-tree, the device serial number used to be passed to the kernel
using ATAGs (on ARM). This is now deprecated and all the handover to the kernel
should now be done using device-tree. Thus, this passes the serial-number
property to the kernel using the serial-number property of the root node, as
expected by the kernel.

The serial number is a string that somewhat represents the device's serial
number. It might come from some form of storage (e.g. an eeprom) and be
programmed at factory-time by the manufacturer or come from identification
bits available in e.g. the SoC.

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Reviewed-by: Simon Glass <sgj@chromium.org>
H A Dfdt_support.c10be5b5d3a8d8dd1aa8be95d339c0fdf498c3687 Thu May 21 09:27:03 UTC 2015 Paul Kocialkowski <contact@paulk.fr> fdt: Pass the device serial number through devicetree

Before device-tree, the device serial number used to be passed to the kernel
using ATAGs (on ARM). This is now deprecated and all the handover to the kernel
should now be done using device-tree. Thus, this passes the serial-number
property to the kernel using the serial-number property of the root node, as
expected by the kernel.

The serial number is a string that somewhat represents the device's serial
number. It might come from some form of storage (e.g. an eeprom) and be
programmed at factory-time by the manufacturer or come from identification
bits available in e.g. the SoC.

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Reviewed-by: Simon Glass <sgj@chromium.org>
/rk3399_rockchip-uboot/include/
H A Dfdt_support.h10be5b5d3a8d8dd1aa8be95d339c0fdf498c3687 Thu May 21 09:27:03 UTC 2015 Paul Kocialkowski <contact@paulk.fr> fdt: Pass the device serial number through devicetree

Before device-tree, the device serial number used to be passed to the kernel
using ATAGs (on ARM). This is now deprecated and all the handover to the kernel
should now be done using device-tree. Thus, this passes the serial-number
property to the kernel using the serial-number property of the root node, as
expected by the kernel.

The serial number is a string that somewhat represents the device's serial
number. It might come from some form of storage (e.g. an eeprom) and be
programmed at factory-time by the manufacturer or come from identification
bits available in e.g. the SoC.

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Reviewed-by: Simon Glass <sgj@chromium.org>