summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/board/hostfile.c
Commit message (Expand)AuthorAgeFilesLines
* sandbox: store stickypage in runtime dirAhmad Fatoum2023-08-181-8/+14
* sandbox: dts: skip reboot mode without hostfileAhmad Fatoum2023-07-031-1/+1
* Merge branch 'for-next/state'Sascha Hauer2023-06-221-4/+0
|\
| * block: parse partition table on block device registrationAhmad Fatoum2023-06-121-4/+0
* | treewide: add MODULE_DEVICE_TABLE markersAhmad Fatoum2023-06-131-0/+1
|/
* sandbox: hostfile: add feature controller supportAhmad Fatoum2023-05-021-3/+27
* sandbox: hostfile: don't warn on failed hostfile fixupAhmad Fatoum2023-05-021-13/+4
* Rename struct driver_d to driverSascha Hauer2023-01-101-1/+1
* Rename struct device_d to deviceSascha Hauer2023-01-101-2/+2
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-1/+1
* treewide: Remove duplicate incudesAlexander Shiyan2022-06-101-2/+0
* Revert "sandbox: hostfile: move initcall to earlier postcore level"Ahmad Fatoum2021-07-181-1/+1
* sandbox: ship sample environmentAhmad Fatoum2021-07-031-8/+11
* sandbox: hostfile: move initcall to earlier postcore levelAhmad Fatoum2021-06-211-1/+1
* Merge branch 'for-next/misc'Sascha Hauer2021-02-221-10/+7
|\
| * sandbox: support 64-bit file IO in 32-bit buildAhmad Fatoum2021-02-161-10/+7
* | block: use 64-bit types for sector offset and count on all platformsAhmad Fatoum2021-02-181-2/+2
|/
* 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: hostfile: support registering images as barebox block devicesAhmad Fatoum2020-09-151-25/+91
* sandbox: add_image: support mmaping block devices on 32-bit hostsAhmad Fatoum2020-09-141-0/+1
* sandbox: hostfile: error out if file couldn't be openedAhmad Fatoum2020-09-141-0/+3
* treewide: remove references to CREDITSUwe Kleine-König2020-04-271-3/+0
* sandbox: hostfile: allow probing from device treeAhmad Fatoum2019-09-091-4/+12
* devfs: Drop dev_lseek_default()Andrey Smirnov2019-01-291-1/+0
* rename file_operations -> cdev_operationsSascha Hauer2018-04-061-1/+1
* treewide: Use of_property_write_string() where appropriateSascha Hauer2017-03-301-4/+2
* 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
* driver: Attach info callback to device, not to driverSascha Hauer2013-05-301-2/+3
* Use new device_platform_driver() macro for driversAlexander Shiyan2013-02-131-7/+1
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1
* Merge branch 'for-next/remove-fsf-address'Sascha Hauer2012-10-031-3/+0
|\
| * Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-3/+0
* | sandbox: do not register device before barebox is startedJean-Christophe PLAGNIOL-VILLARD2012-09-201-2/+17
|/
* use loff_t for file offsetsSascha Hauer2012-06-301-2/+2
* Use DEVICE_ID_DYNAMIC where applicableSascha Hauer2012-04-161-1/+1
* sandbox: switch to resourceJean-Christophe PLAGNIOL-VILLARD2011-07-301-12/+2
* Merge branch 'next'Sascha Hauer2011-06-061-0/+1
|\
| * sandbox: allow lseek on host filesPeter Korsgaard2011-05-171-0/+1
* | sandbox: Fix another uninitialized dev->id caseSascha Hauer2011-04-251-0/+1
|/
* sandbox: use devfs functions only if definedRobert Schwebel2010-11-011-0/+2
* move boards to arch/<architecure>/boardsJean-Christophe PLAGNIOL-VILLARD2010-07-231-0/+114
* [general] Move include/configs/* to board/*/config.hSascha Hauer2008-04-071-95/+0