aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox/include
AgeCommit message (Expand)AuthorFilesLines
2022-06-23sandbox: Add libfuzzer integrationAndrew Scull1-0/+25
2022-06-23sandbox: Decouple program entry from sandbox initAndrew Scull1-0/+18
2022-06-23sandbox: Rename getopt sectionsAndrew Scull2-3/+3
2022-06-06spl: Remove CONFIG_SPL_BOARD_LOAD_IMAGETom Rini1-2/+0
2022-04-14Remove duplication of table_compute_checksum functionTom Rini1-0/+0
2022-04-14test: serial: Add test for putc/putsSean Anderson1-0/+22
2022-03-25sandbox: video: Replace PCI_CLASS_* macros by one from pci_ids.hPali Rohár1-2/+3
2022-03-02firmware: scmi: fix sandbox and related tests for clock discoveryEtienne Carriere1-1/+0
2022-03-02sandbox: scmi: test against a single scmi agentEtienne Carriere1-8/+4
2022-02-11acpi: Move acpi_write_tables() to a generic headerSimon Glass1-1/+1
2022-01-25sandbox: Allow building with GENERATE_ACPI_TABLESimon Glass2-0/+2
2022-01-25x86: Move the acpi table to generic global_dataSimon Glass1-1/+0
2022-01-19doc: replace @return by Return:Heinrich Schuchardt6-40/+40
2021-12-26sandbox: video: Add BMP tests for 32bpp and 8bpp modesSimon Glass1-0/+18
2021-12-26video: sandbox: Avoid duplicate display windowsSimon Glass1-0/+7
2021-10-27sandbox: Remove OF_HOSTFILEWIP/27Oct2021Ilias Apalodimas1-8/+0
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk1-1/+1
2021-09-25irq: Tidy up of-platdata irq supportSimon Glass1-0/+20
2021-08-31Finish converting CONFIG_SYS_CACHELINE_SIZE to KconfigTom Rini1-1/+0
2021-08-01sandbox: Reduce keyed autoboot delaySimon Glass1-0/+1
2021-07-21sandbox: Support executables for more phasesSimon Glass1-0/+13
2021-07-06sandbox: cros-ec: Add tests for the Chromium OS EC PWM driverAlper Nebi Yasak1-0/+10
2021-07-06sandbox: Support signal handling only when requestedSimon Glass1-0/+1
2021-05-24sandbox: use sections instead of symbols for getopt array boundariesMarek Behún1-3/+18
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún1-1/+1
2021-04-12firmware: scmi: fix inline comments and minor coding style issuesEtienne Carriere1-2/+3
2021-04-12firmware: scmi: sandbox test for voltage regulatorEtienne Carriere1-0/+20
2021-03-26sandbox: i2c: Move platdata structs to header filesSimon Glass2-0/+39
2021-03-26clk: sandbox: Create a special fixed-rate driverSimon Glass1-0/+8
2021-03-26clk: sandbox: Move priv/plat data to a header fileSimon Glass1-0/+16
2021-03-03gpio: Add a way to read 3-way strapping pinsWIP/2021-03-03-gpio-improvementsSimon Glass1-1/+4
2021-03-03gpio: sandbox: Track whether a GPIO is drivenSimon Glass1-1/+2
2021-03-03gpio: sandbox: Use a separate flag for the valueSimon Glass1-0/+5
2021-03-03gpio: sandbox: Rename GPIO dir_flags to flagsSimon Glass1-4/+4
2021-02-22arch: sandbox: fix typo in clk.hDario Binacchi1-13/+13
2021-01-30cros_ec: Add support for switchesSimon Glass1-0/+1
2021-01-30cros_ec: Add a function for the hello messageSimon Glass1-0/+14
2021-01-12clk: add clk_round_rate()Dario Binacchi1-0/+9
2021-01-05sandbox: i2c: Move priv into a header fileSimon Glass1-0/+14
2021-01-05sandbox: serial: Move priv into a header fileSimon Glass1-0/+30
2020-12-22test: spi: Add sandbox_spi_get_{speed, mode} interfaceOvidiu Panait1-0/+16
2020-12-22sandbox: spi: Drop unused sandbox_spi_parse_spec functionOvidiu Panait1-10/+0
2020-11-05sandbox: implement resetHeinrich Schuchardt1-0/+10
2020-10-29dm: test: Drop of-platdata pytestSimon Glass1-1/+0
2020-10-29sandbox: Allow selection of SPL unit testsSimon Glass1-0/+1
2020-10-29dm: test: Add a way to run SPL testsSimon Glass1-0/+1
2020-09-30firmware: smci: sandbox test for SCMI reset controllersEtienne Carriere1-0/+17
2020-09-30firmware: scmi: sandbox test for SCMI clocksEtienne Carriere1-0/+39
2020-09-30firmware: add SCMI agent uclassEtienne Carriere1-0/+43
2020-09-30test: reset: Add tests for the managed APIJean-Jacques Hiblot1-0/+3