aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-12-21global: Restrict use of '#include <linux/kconfig.h>'Tom Rini
2023-12-20bootflow: Allow setting a cmdline arg with no valueSimon Glass
2023-12-20bootm: Fix flags used for bootargs string substitutionPiotr Kubik
2023-12-18Merge tag 'v2024.01-rc5' into nextTom Rini
2023-12-17bootmeth: use efi_loader interfaces instead of bootefi commandAKASHI Takahiro
2023-12-15test: dm: clk_ccf: fix building errorYang Xiwen
2023-12-15test: dm: clk_ccf: test ccf_clk_opsYang Xiwen
2023-12-15dm: test: clk: Add test for ccf clk_set_rate()Igor Prusov
2023-12-13test: vboot: Using variable 'old_dtb' before assignmentHeinrich Schuchardt
2023-12-13test: fit: Using variable 'old_dtb' before assignmentHeinrich Schuchardt
2023-12-13cmd: acpi: fix acpi list commandHeinrich Schuchardt
2023-12-13acpi: fix struct acpi_xsdtHeinrich Schuchardt
2023-12-13test: unit test for acpi_find_table()Heinrich Schuchardt
2023-12-13bootstd: Add a menu option to bootflow scanSimon Glass
2023-12-13test: print: Skip test on x86Simon Glass
2023-12-13test: lmb: Move tests into the lib suiteSimon Glass
2023-12-13test: event: Only run test_event_probe() on sandboxSimon Glass
2023-12-13test: font: Add dependencies on fontsSimon Glass
2023-12-13test: fdt: Add a special case for real boardsSimon Glass
2023-12-13test: bdinfo: Add missing assertsSimon Glass
2023-12-13test: Handle use of stack pointer in bdinfoSimon Glass
2023-12-13test: Run bootstd tests only on sandboxSimon Glass
2023-12-13test: Make UT_LIB_ASN1 depend on sandboxSimon Glass
2023-12-13test: Add helper to skip to partial console lineSimon Glass
2023-12-13test: Add a new suite for commandsSimon Glass
2023-12-13Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)"Tom Rini
2023-12-13command: Introduce functions to obtain command argumentsSimon Glass
2023-12-10test: bdinfo: Handle systems without getoptMarek Vasut
2023-12-09test/py: Disable error E0611 in two cases for pylintTom Rini
2023-12-09test/py: Disable error E0611 in two cases for pylintTom Rini
2023-12-09Merge patch series "cmd: bdinfo: Optionally use getopt and implement bdinfo -a"Tom Rini
2023-12-09test: bdinfo: Test bdinfo -eMarek Vasut
2023-12-09test: bdinfo: Test bdinfo -mMarek Vasut
2023-12-09test: bdinfo: Test bdinfo -hMarek Vasut
2023-12-09test: bdinfo: Test both bdinfo and bdinfo -aMarek Vasut
2023-12-09test: bdinfo: Rename bdinfo_test_move() to bdinfo_test_full()Marek Vasut
2023-11-29test/py: net: Add a TFTP put testLove Kumar
2023-11-28Merge patch series "cmd: add scmi command"Tom Rini
2023-11-28test: dm: add scmi command testAKASHI Takahiro
2023-11-28test: dm: skip scmi tests against disabled protocolsAKASHI Takahiro
2023-11-28Merge patch series "fs: fat: calculate FAT type based on cluster count"Tom Rini
2023-11-28test: fs: Add test to detect fat typeChristian Taedcke
2023-11-28test: Add size granularity parameter to mk_fsChristian Taedcke
2023-11-28test: fs: Add fat12 to supported fs of some testsChristian Taedcke
2023-11-28test: Add support to create a fat12 fsChristian Taedcke
2023-11-28test: spl: Remove usage of FAT32_SIGNChristian Taedcke
2023-11-20Merge tag 'v2024.01-rc3' into nextTom Rini
2023-11-18efi_loader: Boot var automatic managementRaymond Mao
2023-11-17Merge branch '2023-11-16-assorted-updates' into nextTom Rini
2023-11-16sysreset: Fix unsupported request return valuesPaul Barker