summaryrefslogtreecommitdiffstats
path: root/src/hci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into openslxopenslxSimon Rettberg2026-01-2888-859/+1681
|\
| * [build] Mark more reviewed files as permitted for UEFI Secure BootMichael Brown2026-01-143-0/+3
| * [build] Mark known reviewed files as permitted for UEFI Secure BootMichael Brown2026-01-1413-0/+13
| * [build] Mark core files as permitted for UEFI Secure BootMichael Brown2026-01-1432-0/+32
| * [console] Mark generated keymaps as permitted for Secure BootMichael Brown2026-01-1330-0/+30
| * [cmdline] Show commands in alphabetical orderMichael Brown2025-08-0639-360/+83Star
| * [digest] Treat inability to acquire an image as a fatal errorMichael Brown2025-08-061-1/+1
| * [digest] Add "--set" option to store digest value in a settingMichael Brown2025-08-061-13/+41
| * [digest] Add commands for all enabled digest algorithmsMichael Brown2025-08-061-2/+8
| * [uaccess] Reduce scope of included uaccess.h headerMichael Brown2025-04-301-0/+1
| * [uaccess] Remove redundant copy_from_user() and copy_to_user()Michael Brown2025-04-306-0/+6
| * [efi] Add ability to reboot to firmware setup menuMichael Brown2025-04-281-0/+6
| * [reboot] Generalise warm reboot indicator to a flags bitmaskMichael Brown2025-04-281-1/+4
| * [cmdline] Remove userptr_t from "digest" commandMichael Brown2025-04-251-16/+2Star
| * [uaccess] Remove user_to_phys() and phys_to_user()Michael Brown2025-04-211-1/+1
| * [fdt] Add the "fdt" commandMichael Brown2025-03-271-0/+96
| * [menu] Allow a post-activity timeout to be definedMichael Brown2025-02-192-8/+18
| * [usb] Add "usbscan" command for iterating over USB devicesMichael Brown2024-10-171-0/+122
| * [image] Add the "imgdecrypt" commandMichael Brown2024-08-291-0/+124
| * [hci] Remove the generalised widget user interface abstractionMichael Brown2024-06-213-220/+0Star
| * [form] Reimplement the "login" user interfaceMichael Brown2024-06-211-61/+31Star
| * [form] Add support for dynamically created interactive formsMichael Brown2024-06-212-0/+610
| * [dynui] Add concept of a secret user interface itemMichael Brown2024-06-211-0/+6
| * [dynui] Allow for multiple flags on a user interface itemMichael Brown2024-06-212-3/+6
| * [dynui] Generalise mechanisms for looking up user interface itemsMichael Brown2024-06-201-32/+6Star
| * [dynui] Generalise the concept of a menu to a dynamic user interfaceMichael Brown2024-06-202-75/+77
| * [hci] Allow tab key to be used to cycle through UI elementsMichael Brown2024-06-203-31/+52
| * [hci] Rename "item" command's first parameter from "label" to "name"Michael Brown2024-06-192-19/+19
| * [hci] Split out msg() and alert() from settings UI codeMichael Brown2024-06-192-72/+115
| * [hci] Draw all widgets on the standard screenMichael Brown2024-06-185-20/+14Star
| * [hci] Provide a general concept of a text widget setMichael Brown2024-05-155-109/+296
| * [hci] Fix semantics of replace_string() to match code commentsMichael Brown2024-04-171-17/+18
| * [hci] Use dynamically allocated buffers for editable stringsMichael Brown2024-04-155-129/+176
* | Merge branch 'aqc1xx' into openslxSimon Rettberg2024-04-121-5/+23
|\|
| * [block] Allow SAN boot device to be identified by filesystem labelMichael Brown2024-03-071-1/+6
| * [block] Allow SAN boot device to be identified by an extra filenameMichael Brown2024-03-071-2/+7
| * [block] Allow SAN boot device to be identified by UUIDMichael Brown2024-03-061-3/+7
| * [block] Allow for additional SAN boot parameters alongside filenameMichael Brown2024-03-061-1/+5
* | Merge branch 'master' into openslxSimon Rettberg2023-10-062-1/+132
|\|
| * [efi] Implement "shim" as a dummy command on non-EFI platformsMichael Brown2023-05-241-0/+14
| * [efi] Support versions of shim that perform SBAT verificationMichael Brown2023-05-231-1/+6
| * [efi] Add "shim" commandMichael Brown2023-05-221-0/+112
| * [image] Generalise concept of selected imageMichael Brown2023-05-171-1/+1
* | Merge branch 'master' into openslxSimon Rettberg2023-04-041-3/+11
|\|
| * [params] Allow for arbitrary HTTP request headers to be specifiedMichael Brown2023-03-011-1/+9
| * [params] Rename "form parameter" to "request parameter"Michael Brown2023-03-011-2/+2
* | Merge branch 'master' into openslxSimon Rettberg2022-10-211-7/+11
|\|
| * [pci] Check for wraparound in callers of pci_find_next()Michael Brown2022-09-151-0/+6
| * [pci] Allow pci_find_next() to return non-zero PCI segmentsMichael Brown2022-09-151-7/+5Star
* | Merge branch 'master' into openslxSimon Rettberg2022-05-1135-327/+964
|\|