summary refs log tree commit diff stats
path: root/python/scripts (unfollow)
Commit message (Expand)AuthorFilesLines
2025-05-25hw/arm/aspeed_ast27x0: Fix unimplemented region overlap with vbootromSteven Lee1-2/+2
2025-05-25hw/arm/aspeed_ast2700-fc: Reduce ca35 ram size to align with ast2700a1Steven Lee1-1/+1
2025-05-25hw/arm/aspeed_ast2700-fc: Add network supportSteven Lee1-0/+7
2025-05-25hw/arm/aspeed_ast27x0: Fix RAM size detection failure on BE hostsJamin Lin1-4/+6
2025-05-25hw/intc/aspeed Fix coding styleJamin Lin1-2/+4
2025-05-25hw/intc/aspeed: Set impl.min_access_size to 4Jamin Lin1-0/+6
2025-05-25test/qtest/hace: Add tests for AST2700Jamin Lin2-0/+100
2025-05-25test/qtest/hace: Support to validate 64-bit hmac key buffer addressesJamin Lin3-0/+20
2025-05-25test/qtest/hace: Support to test upper 32 bits of digest and source addressesJamin Lin2-1/+16
2025-05-25test/qtest/hace: Support 64-bit source and digest addresses for AST2700Jamin Lin2-0/+5
2025-05-25test/qtest/hace: Update source data and digest data type to 64-bitJamin Lin2-46/+46
2025-05-25test/qtest/hace: Add tests for AST1030Jamin Lin1-0/+76
2025-05-25test/qtest/hace: Add SHA-384 tests for AST2600Jamin Lin1-0/+18
2025-05-25test/qtest/hace: Add SHA-384 test cases for ASPEED HACE modelJamin Lin2-3/+171
2025-05-25test/qtest/hace: Adjust test address range for AST1030 due to SRAM limitationsJamin Lin1-15/+15
2025-05-25test/qtest/hace: Specify explicit array sizes for test vectors and hash resultsJamin Lin1-13/+13
2025-05-25test/qtest: Introduce a new aspeed-hace-utils.c to place common testcasesJamin Lin4-495/+547
2025-05-25tests/qtest: Reorder aspeed test listJamin Lin1-5/+5
2025-05-25hw/misc/aspeed_hace: Support to dump plaintext and digest for better debuggingJamin Lin2-0/+47
2025-05-25hw/misc/aspeed_hace: Add trace-events for better debuggingJamin Lin2-0/+17
2025-05-25hw/misc/aspeed_hace: Support DMA 64 bits dram addressJamin Lin2-1/+17
2025-05-25hw/misc/aspeed_hace: Add support for source, digest, key buffer 64 bit addressesJamin Lin2-1/+33
2025-05-25hw/misc/aspeed_hace: Move register size to instance class and dynamically all...Jamin Lin2-19/+22
2025-05-25hw/misc/aspeed_hace: Support accumulative mode for direct access modeJamin Lin1-3/+21
2025-05-25hw/misc/aspeed_hace: Rename R_HASH_DEST to R_HASH_DIGEST and introduce 64-bit...Jamin Lin1-6/+19
2025-05-25hw/misc/aspeed_hace: Introduce 64-bit hash source address helper functionJamin Lin1-7/+17
2025-05-25hw/misc/aspeed_hace: Extract accumulation-mode hash execution into helper fun...Jamin Lin1-33/+41
2025-05-25hw/misc/aspeed_hace: Extract non-accumulation hash execution into helper func...Jamin Lin1-8/+24
2025-05-25hw/misc/aspeed_hace: Extract digest write and iov unmap into helper functionJamin Lin1-12/+21
2025-05-25hw/misc/aspeed_hace: Extract SG-mode hash buffer setup into helper functionJamin Lin1-48/+63
2025-05-25hw/misc/aspeed_hace: Extract direct mode hash buffer setup into helper functionJamin Lin1-10/+32
2025-05-25hw/misc/aspeed_hace: Ensure HASH_IRQ is always set to prevent firmware hangJamin Lin1-9/+9
2025-05-25hw/misc/aspeed_hace: Improve readability and consistency in variable namingJamin Lin1-34/+33
2025-05-25hw/misc/aspeed_hace: Remove unused code for better readabilityJamin Lin2-39/+2
2025-05-25tests/qtest/aspeed_smc-test: Fix memory leaksJamin Lin1-0/+5
2025-05-25tests/qtest/ast2700-smc-test: Fix leakFabiano Rosas1-0/+1
2025-05-25audio: Reset rate control when adding bytesAkihiko Odaki2-6/+9
2025-05-25alsaaudio: Set try-poll to false by defaultBALATON Zoltan3-4/+4
2025-05-25audio: add float sample endianness convertersVolker Rümelin4-14/+82
2025-05-25audio/mixeng: remove unnecessary pointer type castsVolker Rümelin1-4/+4
2025-05-25hw/audio/asc: replace g_malloc0() with g_malloc()Volker Rümelin1-1/+1
2025-05-25hw/audio/asc: fix SIGSEGV in asc_realize()Volker Rümelin1-0/+7
2025-05-25audio: fix size calculation in AUD_get_buffer_size_out()Volker Rümelin1-0/+4
2025-05-25audio: fix SIGSEGV in AUD_get_buffer_size_out()Volker Rümelin1-0/+4
2025-05-25tests/functional: use 'none' audio driver for q800 testsVolker Rümelin2-2/+4
2025-05-24ui/gtk-egl: Render guest content with padding in fixed-scale modeWeifeng Liu4-9/+43
2025-05-24ui/gtk-gl-area: Render guest content with padding in fixed-scale modeWeifeng Liu1-1/+32
2025-05-24ui/gtk: Consider scaling when propagating ui infoWeifeng Liu1-2/+23
2025-05-24ui/gtk: Don't update scale in fixed scale mode in gtk-egl.cWeifeng Liu1-4/+6
2025-05-24ui/sdl: Consider scaling in mouse event handlingWeifeng Liu1-5/+15