summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Makefile: Avoid running dtoc every timeSimon Glass2021-03-261-5/+7
* libfdt: Tidy up pylibfdt build ruleSimon Glass2021-03-261-3/+9
* dm: Add the new dtoc-generated files to the buildSimon Glass2021-03-221-1/+2
* dm: core: Skip adding uclasses with OF_PLATDATA_INSTSimon Glass2021-03-221-1/+4
* dm: core: Set up driver model for OF_PLATDATA_INSTSimon Glass2021-03-221-12/+30
* dm: core: Adjust uclass setup with of-platdataSimon Glass2021-03-222-2/+9
* dm: core: Allow dropping run-time binding of devicesSimon Glass2021-03-222-17/+43
* dm: core: Add macros to access the new linker listsSimon Glass2021-03-225-2/+179
* linker_lists: Allow use in data structuresSimon Glass2021-03-221-0/+12
* sandbox: Drop debug message in os_spl_to_uboot()Simon Glass2021-03-221-1/+0
* dtoc: Drop use of DECL() macrosSimon Glass2021-03-222-36/+36
* bus: ti-sysc: change in a normal driverDario Binacchi2021-03-221-6/+0
* dtoc: Generate device instancesSimon Glass2021-03-223-15/+484
* dtoc: Generate uclass devicesSimon Glass2021-03-224-13/+250
* dtoc: Generate a summary in the dt-plat.c fileSimon Glass2021-03-222-35/+169
* dtoc: Tidy up the list of supported phandle propertiesSimon Glass2021-03-221-7/+21
* sandbox: i2c: Rename driver names to work with of-platdataSimon Glass2021-03-223-5/+5
* sandbox: Make sandbox,emul more conventionalSimon Glass2021-03-222-1/+6
* dtoc: Don't generate platform data with instantiationSimon Glass2021-03-222-13/+75
* dtoc: Add support for decl fileSimon Glass2021-03-222-7/+120
* dm: of-platadata: Add option for device instantiationSimon Glass2021-03-222-2/+25
* dtoc: Add an option for device instantiationSimon Glass2021-03-223-22/+36
* dtoc: Support processing the root nodeSimon Glass2021-03-224-20/+59
* dtoc: Set up the uclasses that are usedSimon Glass2021-03-224-18/+119
* dtoc: Assign a sequence number to each nodeSimon Glass2021-03-224-20/+53
* dtoc: Detect drivers only at the start of start of lineSimon Glass2021-03-221-2/+2
* dtoc: Read aliases for uclassesSimon Glass2021-03-227-3/+345
* dtoc: Warn of duplicate driversSimon Glass2021-03-222-1/+122
* dtoc: Process driver aliases along with driversSimon Glass2021-03-223-12/+11
* dtoc: Support headers needed for driversSimon Glass2021-03-223-0/+29
* Makefile: Pass the U-Boot phase to dtocSimon Glass2021-03-221-1/+1
* dtoc: Support tracking the phase of U-BootSimon Glass2021-03-226-12/+47
* dtoc: Track nodes which are actually usedSimon Glass2021-03-224-4/+37
* dtoc: Process nodes to set up required propertiesSimon Glass2021-03-223-0/+124
* dtoc: Make use of node propertiesSimon Glass2021-03-221-26/+19
* dtoc: Add some extra properties to nodesSimon Glass2021-03-221-0/+37
* dtoc: Rename sandbox_i2c_test and sandbox_pmic_testSimon Glass2021-03-222-8/+8
* dtoc: Move test files into a test/ directorySimon Glass2021-03-2223-12/+24
* dtoc: Support scanning of structs in header filesSimon Glass2021-03-222-3/+128
* dtoc: Support scanning of uclassesSimon Glass2021-03-222-0/+177
* dtoc: Collect priv/plat struct info from driversSimon Glass2021-03-222-2/+55
* dtoc: Ignore unwanted files when scanning for driversSimon Glass2021-03-222-1/+9
* dtoc: Save scan information across test runsSimon Glass2021-03-223-10/+43
* dtoc: Scan drivers for available informationSimon Glass2021-03-222-14/+311
* sandbox: add FAT to the list of usable env driversHeinrich Schuchardt2021-03-221-0/+1
* dm: error handling dev_get_dma_range()Heinrich Schuchardt2021-03-221-2/+2
* sandbox: enable cros-ec-keyb in test.dtbHeinrich Schuchardt2021-03-221-0/+1
* patman: Use less for help file, if availableNicolas Boichat2021-03-221-0/+3
* test: print_ut: Fix potential build errorBin Meng2021-03-221-1/+1
* test: cmd: setexpr: Fix a typoBin Meng2021-03-221-1/+1