test/py: Add an extlinux file similar to Ubuntu

Add an extlinux configuration-file that contains a few entries as
created by the u-boot-menu package in Ubuntu 24.04

Increase the number of sandbox-USB-hub ports to permit this.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-05-01 07:37:10 -06:00
parent 2cc7b0e2b9
commit c10e4fe841
7 changed files with 79 additions and 20 deletions

View File

@@ -10,7 +10,7 @@
#include <dm/device-internal.h>
/* We only support up to 8 */
#define SANDBOX_NUM_PORTS 4
#define SANDBOX_NUM_PORTS 8
struct sandbox_hub_plat {
struct usb_dev_plat plat;