summaryrefslogtreecommitdiff
path: root/arch/sandbox
Commit message (Expand)AuthorAgeFilesLines
* watchdog: add pulse support to gpio watchdog driverPaul Doelle2022-07-211-1/+10
* Merge branch 'next'Tom Rini2022-07-1116-50/+215
|\
| * sandbox: raise SANDBOX_RAM_SIZE_MB default to 256Heinrich Schuchardt2022-06-281-2/+2
| * sandbox: show error if the device-tree cannot be loadedHeinrich Schuchardt2022-06-281-4/+4
| * sandbox: add function os_printf()Heinrich Schuchardt2022-06-281-0/+13
| * sandbox: Implement fuzzing engine driverAndrew Scull2022-06-231-0/+4
| * sandbox: Add libfuzzer integrationAndrew Scull2022-06-233-0/+98
| * sandbox: Decouple program entry from sandbox initAndrew Scull2022-06-233-1/+25
| * sandbox: Add support for Address SanitizerAndrew Scull2022-06-231-2/+12
| * linker_lists: Rename sections to remove . prefixAndrew Scull2022-06-233-6/+6
| * sandbox: Rename getopt sectionsAndrew Scull2022-06-234-9/+9
| * sandbox: Rename EFI runtime sectionsAndrew Scull2022-06-232-16/+14
| * test: Load mac address using misc deviceSean Anderson2022-06-081-1/+8
| * test: Load mac address using RTCSean Anderson2022-06-081-1/+8
| * test: Load mac address with i2c eepromSean Anderson2022-06-081-1/+8
| * sandbox: Move some mac addresses to device treeSean Anderson2022-06-081-0/+4
| * sandbox: net: Remove fake-host-hwaddrSean Anderson2022-06-083-8/+0
| * sandbox: net: Add aliases for ethernet devicesSean Anderson2022-06-081-0/+3
| * spl: Remove CONFIG_SPL_BOARD_LOAD_IMAGETom Rini2022-06-061-2/+0
* | sandbox: sdl: Add stub sandbox_sdl_remove_display()Andrew Scull2022-06-251-0/+5
|/
* sandbox: Avoid binman error when run without device treeSimon Glass2022-05-051-1/+26
* test: pci: Test PCI address conversion functionsAndrew Scull2022-05-031-1/+1
* sandbox: Add a build for VPLSimon Glass2022-05-023-7/+23
* bootstd: Add tests for bootstd including all uclassesSimon Glass2022-04-251-0/+18
* bootstd: sandbox: Add a hostfs bootdevSimon Glass2022-04-252-0/+9
* sandbox: Align linker lists to a 32-byte boundarySimon Glass2022-04-182-2/+2
* sandbox: Allow link flags to be givenSimon Glass2022-04-181-2/+2
* sandbox: Correct loss of early output in SPLSimon Glass2022-04-181-1/+1
* Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini2022-04-151-0/+14
|\
| * net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún2022-04-101-0/+1
| * net: introduce helpers to get PHY ofnode from MACMarek Behún2022-04-101-0/+13
* | Remove duplication of table_compute_checksum functionTom Rini2022-04-141-0/+0
* | test: serial: Add test for putc/putsSean Anderson2022-04-141-0/+22
|/
* arch: Kconfig: imply BINMAN for SANDBOXPhilippe Reynes2022-03-312-0/+6
* sandbox: video: Replace PCI_CLASS_* macros by one from pci_ids.hPali Rohár2022-03-251-2/+3
* sandbox: Add the handoff header for splSimon Glass2022-03-181-0/+1
* sandbox: Show a message when writing out the ram bufferSimon Glass2022-03-181-1/+2
* event: Convert misc_init_f() to use eventsSimon Glass2022-03-101-1/+3
* sandbox: start: Sort the header filesSimon Glass2022-03-101-2/+2
* firmware: scmi: fix sandbox and related tests for clock discoveryEtienne Carriere2022-03-022-2/+1
* sandbox: scmi: test against a single scmi agentEtienne Carriere2022-03-022-32/+17
* acpi: Move acpi_write_tables() to a generic headerSimon Glass2022-02-111-1/+1
* sandbox: fix build failure with musl and SDLHeinrich Schuchardt2022-02-092-3/+15
* dts: automatically build necessary .dtb filesRasmus Villemoes2022-02-091-0/+2
* sandbox: eth-raw: fix building with musl libraryHeinrich Schuchardt2022-01-251-0/+2
* sandbox: Allow building with GENERATE_ACPI_TABLESimon Glass2022-01-252-0/+2
* x86: Move the acpi table to generic global_dataSimon Glass2022-01-251-1/+0
* doc: replace @return by Return:Heinrich Schuchardt2022-01-199-45/+45
* sandbox: compatibility of os_get_filesize()Heinrich Schuchardt2022-01-131-2/+8
* Merge tag 'video-next-20211228' of https://source.denx.de/u-boot/custodians/u...Tom Rini2021-12-283-11/+112
|\