summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-10-06test: dm: add test for phandle access functionsPatrick Delaunay
2020-10-06dm: update test on of_offset in ofnode_validPatrick Delaunay
2020-10-06bloblist: Allow custom alignment for blobsSimon Glass
2020-10-06bloblist: Tidy up the data alignmentSimon Glass
2020-10-06bloblist: Compare addresses rather than pointers in testsSimon Glass
2020-10-06bloblist: Add a commandSimon Glass
2020-10-05Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini
2020-09-30firmware: smci: sandbox test for SCMI reset controllersEtienne Carriere
2020-09-30firmware: scmi: sandbox test for SCMI clocksEtienne Carriere
2020-09-30firmware: add SCMI agent uclassEtienne Carriere
2020-09-30test: dm: Add tests for regmap managed API and regmap fieldsJean-Jacques Hiblot
2020-09-30test/py: allow multi-digit index in in_tree()Pratyush Yadav
2020-09-30test: gpio: Add tests for the managed APIJean-Jacques Hiblot
2020-09-30test: reset: Add tests for the managed APIJean-Jacques Hiblot
2020-09-30timer: Add a test for timer_timebase_fallbackSean Anderson
2020-09-25acpi: Add more support for generating processor tablesSimon Glass
2020-09-25acpi: Add support for generating processor tablesSimon Glass
2020-09-25dm: acpi: Use correct GPIO polarity type in acpi_dp_add_gpio()Simon Glass
2020-09-25acpi: Support generating a multi-function _DSM for devicesSimon Glass
2020-09-25acpi: Add support for conditions and return valuesSimon Glass
2020-09-25acpi: Add support for writing a _PRWSimon Glass
2020-09-22test: fdtdec: Add test for new no-map fdtdec_add_reserved_memory() parameterPatrice Chotard
2020-09-22fdtdec: optionally add property no-map to created reserved memory nodeEtienne Carriere
2020-09-22clk: do not disable clock if it is criticalClaudiu Beznea
2020-09-22clk: bind clk to new parent deviceClaudiu Beznea
2020-09-22dm: core: add support for device re-parentingClaudiu Beznea
2020-09-21cmd: acpi: Print revisions in hex formatAndy Shevchenko
2020-09-12test: do no assume hush parser in validate_empty()Heinrich Schuchardt
2020-08-27test: undefined reference to 'sscanf'Heinrich Schuchardt
2020-08-25Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini
2020-08-25Merge branch '2020-08-24-misc-improvements'Tom Rini
2020-08-25pci: pci-uclass: Add multi entry support for memory regionsSuneel Garapati
2020-08-24Merge tag 'efi-2020-10-rc3-3' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini
2020-08-24test/py: Add tests for LZO and ZSTDJoao Marcos Costa
2020-08-24efi_loader: use ':' as separator for setenv -iHeinrich Schuchardt
2020-08-24test: unit test for efi_dp_check_length()Heinrich Schuchardt
2020-08-24Merge tag 'u-boot-clk-24Aug2020' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini
2020-08-24clk: ccf: mux: change the get_rate helperDario Binacchi
2020-08-24clk: set flags in the ccf registration routinesDario Binacchi
2020-08-24dm: test: clk: add the test for the ccf gated clockDario Binacchi
2020-08-22test: dm: Add test case for devfdt_get_addr_ptrOvidiu Panait
2020-08-22test/py: Update test_bindPatrice Chotard
2020-08-22sandbox: dts: Add compatible string for bind-test nodePatrice Chotard
2020-08-20i2c: eeprom: Use reg property instead of offset and sizeMichal Simek
2020-08-15Merge tag 'efi-2020-10-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini
2020-08-14lib: sscanf: add sscanf implementationAndrii Anisov
2020-08-14test/py: efi_secboot: modify 'multiple signatures' test caseAKASHI Takahiro
2020-08-13test/py: efi_secboot: add test for intermediate certificatesAKASHI Takahiro
2020-08-13test/py: efi_secboot: small rework for adding a new testAKASHI Takahiro
2020-08-10test/py: fix SquashFS testsJoao Marcos Costa