On Mon, 11 Aug 2025 14:27:40 +0200, Ahmad Fatoum wrote: > Inspired by U-Boot's addition of the ufetch command and the neofetch > utility for Linux, add a similar command to barebox. > > The command is meant to fancily show off a barebox port with some > colored ASCII art. The usual alternative is a screenshot of a barebox > boot up and prompt, which doesn't look fancy, because a first port nearly > always contains some warning/error messages (e.g. because there is no > bootsource available and net boot is unconfigured). Example: > > [...]
Applied, thanks! [01/44] driver: move device name definition into device.h https://git.pengutronix.de/cgit/barebox/commit/?id=78d33fd1a777 (link may not be stable) [02/44] driver: introduce common struct bobject https://git.pengutronix.de/cgit/barebox/commit/?id=211d38eb0103 (link may not be stable) [03/44] lib: param: rename dev_remove_param to param_remove https://git.pengutronix.de/cgit/barebox/commit/?id=af5e8d5f08d6 (link may not be stable) [04/44] param: implement dev_remove_parameters using param_remove https://git.pengutronix.de/cgit/barebox/commit/?id=12b0e9f7baff (link may not be stable) [05/44] lib: param: add dev_for_each_param helpers https://git.pengutronix.de/cgit/barebox/commit/?id=b19b035e99b6 (link may not be stable) [06/44] driver: initialize device parameters as part of bobject https://git.pengutronix.de/cgit/barebox/commit/?id=01494fc0dd16 (link may not be stable) [07/44] param: operate on bobjects instead of full devices https://git.pengutronix.de/cgit/barebox/commit/?id=feef2e053ea4 (link may not be stable) [08/44] commands: version: print value of CONFIG_NAME https://git.pengutronix.de/cgit/barebox/commit/?id=3ba1359ac440 (link may not be stable) [09/44] treewide: populate CONFIG_NAME for all configs in-tree https://git.pengutronix.de/cgit/barebox/commit/?id=9b8385fbe4f8 (link may not be stable) [10/44] test: py: change barebox_config from set to dict https://git.pengutronix.de/cgit/barebox/commit/?id=99e4ab188caf (link may not be stable) [11/44] test: add heuristic for guessing labgrid environment YAML https://git.pengutronix.de/cgit/barebox/commit/?id=3c268e85898e (link may not be stable) [12/44] usb: drop dead iSerialNumber parameter addition https://git.pengutronix.de/cgit/barebox/commit/?id=4406cf2fd6dc (link may not be stable) [13/44] drivers: use dev_add_param_uint32_fixed for IDs https://git.pengutronix.de/cgit/barebox/commit/?id=76c3881b4a51 (link may not be stable) [14/44] param: make bobject_add_param_fixed variadic https://git.pengutronix.de/cgit/barebox/commit/?id=89eb9e8b4522 (link may not be stable) [15/44] param: handle NULL gracefully in bobject_get_param https://git.pengutronix.de/cgit/barebox/commit/?id=384b808eadc5 (link may not be stable) [22/44] stringlist: implement string_list_empty https://git.pengutronix.de/cgit/barebox/commit/?id=52bcc953af3c (link may not be stable) [25/44] mtd: add devices to new mtd class https://git.pengutronix.de/cgit/barebox/commit/?id=80050d10f158 (link may not be stable) [26/44] nvmem: add devices to new nvmem class https://git.pengutronix.de/cgit/barebox/commit/?id=e7a81d77636d (link may not be stable) [27/44] nvmem: export functions to query NVMEM size https://git.pengutronix.de/cgit/barebox/commit/?id=6155dd258bd8 (link may not be stable) [28/44] video: add devices to new fb class https://git.pengutronix.de/cgit/barebox/commit/?id=84a6fb6f5d1f (link may not be stable) [29/44] security: blobgen: add easy way to check for existent providers (no commit info) [30/44] pmdomain: add easy way to check for provider support https://git.pengutronix.de/cgit/barebox/commit/?id=8b2e8c80bbfd (link may not be stable) [31/44] bbu: add easy way to check for existent providers https://git.pengutronix.de/cgit/barebox/commit/?id=94ba8bd38096 (link may not be stable) [32/44] firmware: add easy way to check for existent providers https://git.pengutronix.de/cgit/barebox/commit/?id=a3d9dbed7f1e (link may not be stable) [33/44] rtc: export rtc_class in header https://git.pengutronix.de/cgit/barebox/commit/?id=5c0216a04109 (link may not be stable) [34/44] driver: featctrl: export of_feature_controllers https://git.pengutronix.de/cgit/barebox/commit/?id=4cdbe2c90f35 (link may not be stable) [35/44] net: dsa: export dsa_switch_list https://git.pengutronix.de/cgit/barebox/commit/?id=3bc835a170a9 (link may not be stable) [36/44] usb: export usb_host_list https://git.pengutronix.de/cgit/barebox/commit/?id=8d1e246f484e (link may not be stable) [37/44] pstore: export pstore_is_ready https://git.pengutronix.de/cgit/barebox/commit/?id=97909d7d58f6 (link may not be stable) [38/44] pinctrl: export pinctrl_list https://git.pengutronix.de/cgit/barebox/commit/?id=04fc0b090e4b (link may not be stable) [40/44] driver: bus: export get_bus_by_name https://git.pengutronix.de/cgit/barebox/commit/?id=8353464156ef (link may not be stable) [41/44] fimware: arm_scmi: export scmi_list https://git.pengutronix.de/cgit/barebox/commit/?id=c326e91075bc (link may not be stable) [42/44] block: define BLK_TYPE_COUNT as last enum blk_type value https://git.pengutronix.de/cgit/barebox/commit/?id=f3eebaa9c64a (link may not be stable) Best regards, -- Sascha Hauer <s.ha...@pengutronix.de>