summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/board
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/sandbox' into masterSascha Hauer2020-10-148-87/+261
|\
| * sandbox: dts: include state node by defaultAhmad Fatoum2020-10-131-0/+12
| * sandbox: add watchdog driverAhmad Fatoum2020-10-132-0/+85
| * sandbox: power: implement reset source supportAhmad Fatoum2020-10-131-0/+21
| * sandbox: poweroff: migrate to driver probed from device treeAhmad Fatoum2020-10-133-43/+62
| * sandbox: hostfile: maintain created temp files over resetAhmad Fatoum2020-10-131-1/+9
| * sandbox: hostfile: support anonymous hostfiles in device treeAhmad Fatoum2020-10-131-3/+14
| * sandbox: hostfile: unify --image and direct device tree probeAhmad Fatoum2020-10-131-17/+56
| * sandbox: compile in a fallback device treeAhmad Fatoum2020-10-122-23/+5
| * of: Add common device tree register functionSascha Hauer2020-10-121-4/+1
* | sandbox: add dummy memory-mapped I/O port regionAhmad Fatoum2020-10-011-0/+3
|/
* sandbox: hostfile: support registering images as barebox block devicesAhmad Fatoum2020-09-151-25/+91
* sandbox: implement actual sandbox reset via exec(2)Ahmad Fatoum2020-09-151-0/+13
* sandbox: implement simple, ^C-interruptible, restart handlerAhmad Fatoum2020-09-141-0/+12
* sandbox: add_image: support mmaping block devices on 32-bit hostsAhmad Fatoum2020-09-142-1/+2
* sandbox: hostfile: error out if file couldn't be openedAhmad Fatoum2020-09-141-0/+3
* treewide: remove references to CREDITSUwe Kleine-König2020-04-275-15/+0
* hwrng: dev-random: always use /dev/urandomAhmad Fatoum2019-10-231-6/+1
* lds: Add and use RO_DATA_SECTION macroSascha Hauer2019-10-141-5/+3
* X86: lds: remove unnecessary alignmentsSascha Hauer2019-10-141-8/+0
* lds: Move start/end address variables into definesSascha Hauer2019-10-141-12/+2
* hwrng: add sandbox driver interface to host /dev/randomAhmad Fatoum2019-09-093-0/+32
* sandbox: hostfile: allow probing from device treeAhmad Fatoum2019-09-091-4/+12
* sandbox: include header to provide missing prototypeAhmad Fatoum2019-08-281-0/+1
* sandbox: drop blank lines at EOFAntony Pavlov2019-07-112-2/+0
* sandbox: eliminale no previous prototype for ‘sandbox_add_device’ warningAntony Pavlov2019-07-111-0/+1
* devfs: Drop dev_lseek_default()Andrey Smirnov2019-01-291-1/+0
* drivers: Introduce dev_set_name()Andrey Smirnov2018-10-181-1/+1
* rename file_operations -> cdev_operationsSascha Hauer2018-04-061-1/+1
* ratp: implement generic command supportAleksander Morgado2018-03-011-0/+5
* sandbox: use 'poweroff' command for exitAntony Pavlov2018-01-253-18/+18
* sandbox: fix registering multiple consolesAleksander Morgado2017-06-011-3/+2
* treewide: Use of_property_write_string() where appropriateSascha Hauer2017-03-301-4/+2
* restart: replace reset_cpu with registered restart handlersSascha Hauer2015-08-272-0/+18
* exitcall: Add exitcall infrastructureHerve Codina2015-07-131-0/+5
* sandbox: hostfile: completely switch to OF based probingMarc Kleine-Budde2015-03-061-27/+64
* sandbox: hostfile: use the memory resource to determine the size not the plat...Marc Kleine-Budde2015-03-061-1/+7
* sandbox: hostfile: probe driver earlierMarc Kleine-Budde2015-03-061-1/+1
* sandbox: hostfile: move fd from platform data to privMarc Kleine-Budde2015-03-061-5/+7
* sandbox: hostfile: remove struct hf_platform_data from hf_privMarc Kleine-Budde2015-03-061-3/+0
* sandbox: hostfile: probe(): add missing pointer from cdev.dev to devMarc Kleine-Budde2015-03-061-0/+1
* sandbox: hostfile: clarify variable namesMarc Kleine-Budde2015-03-061-1/+1
* sandbox: add support to pass dtb to bareboxMarc Kleine-Budde2015-03-062-0/+68
* treewide: Reuse init_clock() return value for clocksource driversAlexander Shiyan2014-11-101-3/+1
* sandbox: update to new environmentMichael Grzeschik2014-02-033-15/+11
* console: drop f_caps and check the function pointer getc/putc insteadJean-Christophe PLAGNIOL-VILLARD2013-09-211-5/+0
* Set model and hostname at boardlevelSascha Hauer2013-08-161-0/+3
* driver: Attach info callback to device, not to driverSascha Hauer2013-05-301-2/+3
* Remove unused config.hAlexander Shiyan2013-04-091-4/+0
* Use new device_platform_driver() macro for driversAlexander Shiyan2013-02-131-7/+1