aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox
AgeCommit message (Expand)AuthorFilesLines
2022-07-11Merge branch 'next'Tom Rini16-50/+215
2022-06-28sandbox: raise SANDBOX_RAM_SIZE_MB default to 256Heinrich Schuchardt1-2/+2
2022-06-28sandbox: show error if the device-tree cannot be loadedHeinrich Schuchardt1-4/+4
2022-06-28sandbox: add function os_printf()Heinrich Schuchardt1-0/+13
2022-06-25sandbox: sdl: Add stub sandbox_sdl_remove_display()Andrew Scull1-0/+5
2022-06-23sandbox: Implement fuzzing engine driverAndrew Scull1-0/+4
2022-06-23sandbox: Add libfuzzer integrationAndrew Scull3-0/+98
2022-06-23sandbox: Decouple program entry from sandbox initAndrew Scull3-1/+25
2022-06-23sandbox: Add support for Address SanitizerAndrew Scull1-2/+12
2022-06-23linker_lists: Rename sections to remove . prefixAndrew Scull3-6/+6
2022-06-23sandbox: Rename getopt sectionsAndrew Scull4-9/+9
2022-06-23sandbox: Rename EFI runtime sectionsAndrew Scull2-16/+14
2022-06-08test: Load mac address using misc deviceWIP/2022-06-08-add-support-for-nvmem-apiSean Anderson1-1/+8
2022-06-08test: Load mac address using RTCSean Anderson1-1/+8
2022-06-08test: Load mac address with i2c eepromSean Anderson1-1/+8
2022-06-08sandbox: Move some mac addresses to device treeSean Anderson1-0/+4
2022-06-08sandbox: net: Remove fake-host-hwaddrSean Anderson3-8/+0
2022-06-08sandbox: net: Add aliases for ethernet devicesSean Anderson1-0/+3
2022-06-06spl: Remove CONFIG_SPL_BOARD_LOAD_IMAGETom Rini1-2/+0
2022-05-05sandbox: Avoid binman error when run without device treeSimon Glass1-1/+26
2022-05-03test: pci: Test PCI address conversion functionsAndrew Scull1-1/+1
2022-05-02sandbox: Add a build for VPLSimon Glass3-7/+23
2022-04-25bootstd: Add tests for bootstd including all uclassesSimon Glass1-0/+18
2022-04-25bootstd: sandbox: Add a hostfs bootdevSimon Glass2-0/+9
2022-04-18sandbox: Align linker lists to a 32-byte boundarySimon Glass2-2/+2
2022-04-18sandbox: Allow link flags to be givenSimon Glass1-2/+2
2022-04-18sandbox: Correct loss of early output in SPLSimon Glass1-1/+1
2022-04-15Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini1-0/+14
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-04-10net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún1-0/+1
2022-04-10net: introduce helpers to get PHY ofnode from MACMarek Behún1-0/+13
2022-03-31arch: Kconfig: imply BINMAN for SANDBOXPhilippe Reynes2-0/+6
2022-03-25sandbox: video: Replace PCI_CLASS_* macros by one from pci_ids.hPali Rohár1-2/+3
2022-03-18sandbox: Add the handoff header for splSimon Glass1-0/+1
2022-03-18sandbox: Show a message when writing out the ram bufferSimon Glass1-1/+2
2022-03-10event: Convert misc_init_f() to use eventsSimon Glass1-1/+3
2022-03-10sandbox: start: Sort the header filesSimon Glass1-2/+2
2022-03-02firmware: scmi: fix sandbox and related tests for clock discoveryEtienne Carriere2-2/+1
2022-03-02sandbox: scmi: test against a single scmi agentEtienne Carriere2-32/+17
2022-02-11acpi: Move acpi_write_tables() to a generic headerSimon Glass1-1/+1
2022-02-09sandbox: fix build failure with musl and SDLHeinrich Schuchardt2-3/+15
2022-02-09dts: automatically build necessary .dtb filesRasmus Villemoes1-0/+2
2022-01-25sandbox: eth-raw: fix building with musl libraryHeinrich Schuchardt1-0/+2
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 Schuchardt9-45/+45
2022-01-13sandbox: compatibility of os_get_filesize()Heinrich Schuchardt1-2/+8
2021-12-28Merge tag 'video-next-20211228' of https://source.denx.de/u-boot/custodians/u...WIP/28Dec2021-nextTom Rini3-11/+112
2021-12-27Convert CONFIG_ARCH_MAP_SYSMEM to KconfigTom Rini1-3/+0