summaryrefslogtreecommitdiff
path: root/arch/sandbox
AgeCommit message (Expand)AuthorFilesLines
2022-04-19sandbox: Align linker lists to a 32-byte boundarySimon Glass2-2/+2
2022-04-19sandbox: Allow link flags to be givenSimon Glass1-2/+2
2022-04-19sandbox: 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-19sandbox: Add the handoff header for splSimon Glass1-0/+1
2022-03-19sandbox: 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-03firmware: scmi: fix sandbox and related tests for clock discoveryEtienne Carriere2-2/+1
2022-03-03sandbox: 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-26sandbox: 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...Tom Rini3-11/+112
2021-12-28Convert CONFIG_ARCH_MAP_SYSMEM to KconfigTom Rini1-3/+0
2021-12-27sandbox: video: Add BMP tests for 32bpp and 8bpp modesSimon Glass1-0/+18
2021-12-27video: sandbox: Avoid duplicate display windowsSimon Glass2-6/+34
2021-12-27sandbox: video: Support 8bpp depthSimon Glass1-5/+60
2021-12-21Merge tag 'v2022.01-rc4' into nextTom Rini1-0/+4
2021-12-09efi: Add uclass for devices provided by UEFI firmwareSimon Glass1-0/+4
2021-12-05Convert CONFIG_SYS_FDT_LOAD_ADDR to KconfigSimon Glass1-0/+10
2021-12-02sandbox: replace putchar(ch) by fputc(ch, stdout)Heinrich Schuchardt1-1/+1
2021-11-29Merge tag 'v2022.01-rc3' into nextTom Rini1-2/+4
2021-11-29dm: core: Add tests for stringlist functionsSimon Glass1-0/+1
2021-11-29sandbox: Support unmapping a fileSimon Glass1-0/+10
2021-11-26sandbox: poweroff in efi_system_reset()Heinrich Schuchardt1-2/+4
2021-10-31sandbox: Migrate ARCH_MAP_SYSMEM to KconfigTom Rini2-1/+3
2021-10-31test: Add tests for IOMMU uclassMark Kettenis1-0/+6
2021-10-27sandbox: Remove OF_HOSTFILEIlias Apalodimas2-18/+17
2021-10-21sandbox: provide /chosen/boot-hartid propertyHeinrich Schuchardt2-1/+26
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk1-1/+1
2021-09-25sandbox: correct cpu nodesHeinrich Schuchardt1-3/+11
2021-09-25dm: gpio: Add of-platdata supportSimon Glass1-1/+7
2021-09-25irq: Tidy up of-platdata irq supportSimon Glass2-0/+33
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass1-0/+3
2021-09-16sandbox: Add a way to map a file into memorySimon Glass1-0/+29
2021-09-16sandbox: Add a way to find the size of a fileSimon Glass1-6/+16
2021-09-16sandbox: Add license headers to the dts filesSimon Glass6-0/+29
2021-09-16sandbox: Correct handling of --rm_memorySimon Glass1-1/+0