Skip to content

Commit

Permalink
docs: Mention removal of memory@... nodes for the DTB response
Browse files Browse the repository at this point in the history
  • Loading branch information
marv7000 committed Oct 18, 2024
1 parent a3c9596 commit 511dd6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions PROTOCOL.md
Original file line number Diff line number Diff line change
Expand Up @@ -1289,3 +1289,6 @@ Note: If the DTB cannot be found, the response will *not* be generated.
Note: Information contained in the `/chosen` node may not reflect the information
given by bootloader tags, and as such the `/chosen` node properties should be ignored.
Note: If the DTB contained `memory@...` nodes, they will get removed.
Kernels may not rely on these nodes and should use the Memory Map feature instead.
4 changes: 2 additions & 2 deletions test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ ovmf-loongarch64:
test.hdd:
rm -f test.hdd
dd if=/dev/zero bs=1M count=0 seek=64 of=test.hdd
sudo parted -s test.hdd mklabel gpt
sudo parted -s test.hdd mkpart primary 2048s 100%
parted -s test.hdd mklabel gpt
parted -s test.hdd mkpart primary 2048s 100%

.PHONY: mbrtest.hdd
mbrtest.hdd:
Expand Down

0 comments on commit 511dd6d

Please sign in to comment.