
Hi Tony,
On Fri, 25 Aug 2023 at 14:17, Tony Dinh mibodhi@gmail.com wrote:
Hi Simon,
On Thu, Aug 24, 2023 at 6:48 PM Simon Glass sjg@chromium.org wrote:
The existing TODOs are done, so remove them. Add another that came up today.
Signed-off-by: Simon Glass sjg@chromium.org
doc/develop/bootstd.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/doc/develop/bootstd.rst b/doc/develop/bootstd.rst index ec3136535783..3e566e994d6c 100644 --- a/doc/develop/bootstd.rst +++ b/doc/develop/bootstd.rst @@ -752,9 +752,7 @@ To do
Some things that need to be done to completely replace the distro-boot scripts:
-- add bootdev drivers for dhcp, sata, scsi, ide, virtio
Good to see SATA finally in bootdev driver! I'm testing bootstd on a couple boards, and have been waiting for SATA bootdev. Any idea, if I should wait for it to be merged to the next branch, or is there an easy way to do it with one of your patches (I can test it on the latest master branch or next branch).
I believe it went in in the last release - see drivers/scsi/scsi_bootdev.c
If you need something else for SATA, PLMK.
Regards, Simon
Thanks, Tony
-- PXE boot for EFI -- support for loading U-Boot scripts +- implement extensions (devicetree overlays with add-on boards)
Other ideas:
-- 2.42.0.rc1.204.g551eb34607-goog