Keith Hui has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/38602 )
Change subject: asus/p2b-ls: Drop SCSI from devicetree ......................................................................
asus/p2b-ls: Drop SCSI from devicetree
SCSI bus on this board does not need any special treatment facilitated by devicetree.cb.
Change-Id: I5ee9cd605bf4c22561f826945be1374fd8257c82 Signed-off-by: Keith Hui buurin@gmail.com --- M src/mainboard/asus/p2b-ls/devicetree.cb 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/02/38602/1
diff --git a/src/mainboard/asus/p2b-ls/devicetree.cb b/src/mainboard/asus/p2b-ls/devicetree.cb index 5e55278..9a5f278 100644 --- a/src/mainboard/asus/p2b-ls/devicetree.cb +++ b/src/mainboard/asus/p2b-ls/devicetree.cb @@ -48,7 +48,6 @@ device pci 4.1 on end # IDE device pci 4.2 on end # USB device pci 4.3 on end # ACPI - device pci 6.0 on end # Onboard SCSI register "ide0_enable" = "1" register "ide1_enable" = "1" register "ide_legacy_enable" = "1"
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38602 )
Change subject: asus/p2b-ls: Drop SCSI from devicetree ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/38602/1/src/mainboard/asus/p2b-ls/d... File src/mainboard/asus/p2b-ls/devicetree.cb:
https://review.coreboot.org/c/coreboot/+/38602/1/src/mainboard/asus/p2b-ls/d... PS1, Line 51: device pci 6.0 on end # Onboard SCSI Isn’t it common in coreboot to list all on-board devices nevertheless?
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38602 )
Change subject: asus/p2b-ls: Drop SCSI from devicetree ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/38602/1/src/mainboard/asus/p2b-ls/d... File src/mainboard/asus/p2b-ls/devicetree.cb:
https://review.coreboot.org/c/coreboot/+/38602/1/src/mainboard/asus/p2b-ls/d... PS1, Line 51: device pci 6.0 on end # Onboard SCSI
Isn’t it common in coreboot to list all on-board devices nevertheless?
I'd prefer if the device was kept here, so that it helps document the mainboard.
Keith Hui has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38602 )
Change subject: asus/p2b-ls: Drop SCSI from devicetree ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/38602/1/src/mainboard/asus/p2b-ls/d... File src/mainboard/asus/p2b-ls/devicetree.cb:
https://review.coreboot.org/c/coreboot/+/38602/1/src/mainboard/asus/p2b-ls/d... PS1, Line 51: device pci 6.0 on end # Onboard SCSI
I'd prefer if the device was kept here, so that it helps document the mainboard.
I'd prefer to keep it commented out, as the entry adds code to ramstage. With only 256KiB flash every byte counts.
Keith Hui has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38602 )
Change subject: asus/p2b-ls: Drop SCSI from devicetree ......................................................................
Patch Set 1:
This devicetree.cb once had an entry for LAN too, which was dropped long ago (by me too), and with no ill effect. These two devices can be documented elsewhere, and if those documentation(s) are lacking, I can improve on them.
Keith Hui has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38602 )
Change subject: asus/p2b-ls: Drop SCSI from devicetree ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/38602/1/src/mainboard/asus/p2b-ls/d... File src/mainboard/asus/p2b-ls/devicetree.cb:
https://review.coreboot.org/c/coreboot/+/38602/1/src/mainboard/asus/p2b-ls/d... PS1, Line 51: device pci 6.0 on end # Onboard SCSI
I'd prefer to keep it commented out, as the entry adds code to ramstage. […]
Done
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38602 )
Change subject: asus/p2b-ls: Drop SCSI from devicetree ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/38602/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/38602/1//COMMIT_MSG@11 PS1, Line 11: Please update the commit message, how many bytes this saves.
Keith Hui has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/38602 )
Change subject: asus/p2b-ls: Drop SCSI from devicetree ......................................................................
Abandoned
Hold till conversion to variant is complete.