Lines Matching +full:partitions +full:- +full:table +full:- +full:offset
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/mtd/partitions/tplink,safeloader-partitions.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: TP-Link SafeLoader partitions
10 TP-Link home routers store various data on flash (e.g. bootloader,
14 Flash space layout of TP-Link devices is stored on flash itself using
15 a custom ASCII-based format. That format was first found in TP-Link
17 CFE and U-Boot bootloaders.
19 Partitions specified in partitions table cover whole flash space. Some
21 calibration data). Others are semi-static (like kernel). Finally some
22 partitions contain fully changeable content (like rootfs).
24 This binding describes partitioning method and defines offset of ASCII
25 based partitions table. That offset is picked at manufacturing process
29 - Rafał Miłecki <rafal@milecki.pl>
33 const: tplink,safeloader-partitions
35 partitions-table-offset:
36 description: Flash offset of partitions table
40 "^partition-.*$":
44 - partitions-table-offset
49 - |
50 partitions {
51 compatible = "tplink,safeloader-partitions";
52 partitions-table-offset = <0x100000>;
54 partition-file-system {