summaryrefslogtreecommitdiff
path: root/test/cmd/fdt.c
AgeCommit message (Expand)Author
2025-12-08Merge tag 'v2026.01-rc4' into nextTom Rini
2025-12-05cmd: fix 'fdt get value'Heinrich Schuchardt
2025-12-02boot/bootfdt: Add smbios3-entrypoint to FDT for non-EFI bootsAdriana Nicolae
2025-11-21test: cmd/fdt: do not use fixed buffer addressesHeinrich Schuchardt
2025-11-21test: cmd/fdt: do not assume RNG device existsHeinrich Schuchardt
2025-11-21test: fdt_test_apply requires CONFIG_OF_LIBFDT_OVERLAYHeinrich Schuchardt
2025-05-29global: Avoid indirect inclusion of <env.h> from <command.h>Tom Rini
2025-02-11test: Drop suites.hSimon Glass
2025-01-24test: Drop the function for running fdt testsSimon Glass
2025-01-24test: Drop the _test suffix on linker listsSimon Glass
2024-08-26test: Tidy up checking for console endSimon Glass
2024-08-26test: cmd: Drop unnecessary console_record_reset_enable()Simon Glass
2024-08-26test: fdt: Move common code into the setup functionsSimon Glass
2024-08-26test: fdt: Check internal-function return valuesSimon Glass
2024-08-26test: Rename UTF_CONSOLE_REC to UTF_CONSOLESimon Glass
2024-08-26test: Rename unit-test flagsSimon Glass
2024-06-28Merge patch series "automatically add /chosen/kaslr-seed and deduplicate code"Tom Rini
2024-06-28test: cmd: fdt: fix chosen test for DM_RNGTim Harvey
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06test: Remove <common.h> and add needed includesTom Rini
2023-12-13test: fdt: Add a special case for real boardsSimon Glass
2023-04-28test: fdt: Fix copyright messageMarek Vasut
2023-04-03fdt: Make fdt addr -q quieterPeter Hoyes
2023-03-30test: fdt: fix run_commandf() warningsEvgeny Bachinin
2023-03-14test: cmd: fdt: Test fdt applyMarek Vasut
2023-03-14test: cmd: fdt: Test fdt chosenMarek Vasut
2023-03-14test: cmd: fdt: Test fdt rsvmemMarek Vasut
2023-03-14test: cmd: fdt: Test fdt memoryMarek Vasut
2023-03-14test: cmd: fdt: Test fdt headerMarek Vasut
2023-03-14test: cmd: fdt: Test fdt print and listMarek Vasut
2023-03-14test: cmd: fdt: Drop new unneeded curly bracketsMarek Vasut
2023-03-08test: cmd: fdt: Add list of remaining missing testsMarek Vasut
2023-03-08test: cmd: fdt: Test fdt bootcpuMarek Vasut
2023-03-08test: cmd: fdt: Test fdt rmMarek Vasut
2023-03-08test: cmd: fdt: Test fdt mknodeMarek Vasut
2023-03-08test: cmd: fdt: Test fdt setMarek Vasut
2023-03-08test: cmd: fdt: Test fdt get sizeMarek Vasut
2023-03-08test: cmd: fdt: Test fdt get addrMarek Vasut
2023-03-08test: cmd: fdt: Test fdt get nameMarek Vasut
2023-03-08test: cmd: fdt: Test fdt resizeMarek Vasut
2023-03-08test: cmd: fdt: Test fdt moveMarek Vasut
2023-03-08test: cmd: fdt: Test both string and integer arrays in 'fdt get value'Marek Vasut
2023-03-08test: cmd: fdt: Test alias resolution in 'fdt get value'Marek Vasut
2023-03-08test: cmd: fdt: Generate fuller DT internally and switch fdt get value to itMarek Vasut
2023-03-08test: cmd: fdt: Rename fdt_test_get() to fdt_test_get_value()Marek Vasut
2023-03-08test: cmd: fdt: Rename fdt_test_resize() to fdt_test_addr_resize()Marek Vasut
2022-11-22test: cmd: fdt: Add fdt get value test caseMarek Vasut
2022-10-17fdt: Show a message when the working FDT changesSimon Glass
2022-07-26fdt: Start a test for the fdt commandSimon Glass