summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-15common: memtop: add logic to detect ram_topSughosh Ganu
2024-11-14.gitignore: add test overlay .S and u_boot_logo filesChristian Marangi
2024-11-14lmb.c: add missing comma in lmb_dump_region()Heinrich Schuchardt
2024-11-14test: use %zd for size_t in mbr_test_run()Heinrich Schuchardt
2024-11-14test: print_printf() must check availability of %lsHeinrich Schuchardt
2024-11-14test: cmd/mbr: pass correct buffer size to init_write_buffersHeinrich Schuchardt
2024-11-14upl: fix parsing of DT propertyHeinrich Schuchardt
2024-11-14cmd: upl: initialize unit test stateHeinrich Schuchardt
2024-11-14xyz-modem: Add missing fallthrough annotationHeinrich Schuchardt
2024-11-14lmb: do not panic in lmb_print_region_flagsHeinrich Schuchardt
2024-11-14lib: rsa: Set conventional salt length RSA-PSS parameterLoic Poulain
2024-11-14lwip: fix code style issuesJerome Forissier
2024-11-14Makefile: fix empty MK_ARCH when using ccacheQuentin Schulz
2024-11-14Merge patch series "examples: fix building on arm64"Tom Rini
2024-11-14examples: make glue and demo code compatible with 64-bitHeinrich Schuchardt
2024-11-14examples: adjust LOAD_ADDR on arm64Heinrich Schuchardt
2024-11-14examples: fix building on arm64Heinrich Schuchardt
2024-11-14Merge patch series "cmd: hash: correct parameter count check"Tom Rini
2024-11-14Merge patch series "Apply SoM overlays on phyCORE-AM6xx SoMs"Tom Rini
2024-11-14test: unit test for hash commandHeinrich Schuchardt
2024-11-14cmd: hash: correct parameter count checkHeinrich Schuchardt
2024-11-14board: phytec: common: k3: Apply SoM-specific overlays to OS device treeWadim Egorov
2024-11-14arm: dts: k3-am642-phycore-som-binman: Add SoM overlaysWadim Egorov
2024-11-14arm: dts: k3-am625-phycore-som-binman: Add SoM overlaysWadim Egorov
2024-11-14configs: phycore_am64x_a53_defconfig: Enable PHYTEC_SOM_DETECTIONWadim Egorov
2024-11-14configs: phycore_am64x_a53_defconfig: Add SoM overlays to OF_OVERLAY_LISTWadim Egorov
2024-11-14configs: phycore_am62x_a53_defconfig: Add SoM overlays to OF_OVERLAY_LISTWadim Egorov
2024-11-14Merge tag 'u-boot-amlogic-next-20241113' of https://source.denx.de/u-boot/cus...Tom Rini
2024-11-13Merge patch series "labgrid: Provide an integration with Labgrid"Tom Rini
2024-11-13Merge patch series "test: Tidy up the test/ directory"Tom Rini
2024-11-13sandbox: Add a build without CMDLINESimon Glass
2024-11-13CI: Allow running tests on sjg labSimon Glass
2024-11-13test: Correct regex string in test_spiSimon Glass
2024-11-13test: Support testing with two board-buildsSimon Glass
2024-11-13test: Add a section for closing the connectionSimon Glass
2024-11-13test: Try to shut down the lab console gracefullySimon Glass
2024-11-13test: Avoid double echo when starting upSimon Glass
2024-11-13test: Improve handling of sending commandsSimon Glass
2024-11-13test: Introduce lab modeSimon Glass
2024-11-13test: Introduce the concept of a roleSimon Glass
2024-11-13test: Allow connecting to a running boardSimon Glass
2024-11-13test: Release board after tests completeSimon Glass
2024-11-13test: Allow signaling that U-Boot is readySimon Glass
2024-11-13test: Quote test namesSimon Glass
2024-11-13test: Correct display of failing testSimon Glass
2024-11-13test: Update time tests to use unit-test assertsSimon Glass
2024-11-13test: Move time tests into the lib suiteSimon Glass
2024-11-13test: Move time_ut test into libSimon Glass
2024-11-13test: Move unicode tests into the lib suiteSimon Glass
2024-11-13test: Move unicode_ut test into libSimon Glass