aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-26test: Run sandbox_spl tests on sandbox_noinstSimon Glass
2021-03-26sandbox: Create a new sandbox_noinst buildSimon Glass
2021-03-26Revert "sandbox: Disable I2C emulators in SPL"Simon Glass
2021-03-26sandbox: i2c: Support i2c emulation with of-platdataSimon Glass
2021-03-26sandbox_spl: Increase SPL malloc() sizeSimon Glass
2021-03-26dm: Rename device_get_by_driver_info_idx()Simon Glass
2021-03-26sandbox: i2c: Move platdata structs to header filesSimon Glass
2021-03-26dm: core: Drop uclass_find_device_by_phandle() with of-platdataSimon Glass
2021-03-26dm: core: Drop device_get_by_driver_info()Simon Glass
2021-03-26clk: sandbox: Create a special fixed-rate driverSimon Glass
2021-03-26clk: fixed-rate: Export driver parts for OF_PLATDATA_INSTSimon Glass
2021-03-26clk: sandbox: Move priv/plat data to a header fileSimon Glass
2021-03-26dm: test: Avoid destroying uclasses with of-platdata-instSimon Glass
2021-03-26dm: core: Include dt-decl.h automaticallySimon Glass
2021-03-26Makefile: Remove old of-platdata files before regeneratingSimon Glass
2021-03-26Makefile: Use a variable for generated of-platdata headersSimon Glass
2021-03-26dtoc: Only generate the required filesSimon Glass
2021-03-26Makefile: Depend only on required of-platdata filesSimon Glass
2021-03-26Makefile: Avoid running dtoc every timeSimon Glass
2021-03-26libfdt: Tidy up pylibfdt build ruleSimon Glass
2021-03-22dm: Add the new dtoc-generated files to the buildSimon Glass
2021-03-22dm: core: Skip adding uclasses with OF_PLATDATA_INSTSimon Glass
2021-03-22dm: core: Set up driver model for OF_PLATDATA_INSTSimon Glass
2021-03-22dm: core: Adjust uclass setup with of-platdataSimon Glass
2021-03-22dm: core: Allow dropping run-time binding of devicesSimon Glass
2021-03-22dm: core: Add macros to access the new linker listsSimon Glass
2021-03-22linker_lists: Allow use in data structuresSimon Glass
2021-03-22sandbox: Drop debug message in os_spl_to_uboot()Simon Glass
2021-03-22dtoc: Drop use of DECL() macrosSimon Glass
2021-03-22bus: ti-sysc: change in a normal driverDario Binacchi
2021-03-22dtoc: Generate device instancesSimon Glass
2021-03-22dtoc: Generate uclass devicesSimon Glass
2021-03-22dtoc: Generate a summary in the dt-plat.c fileSimon Glass
2021-03-22dtoc: Tidy up the list of supported phandle propertiesSimon Glass
2021-03-22sandbox: i2c: Rename driver names to work with of-platdataSimon Glass
2021-03-22sandbox: Make sandbox,emul more conventionalSimon Glass
2021-03-22dtoc: Don't generate platform data with instantiationSimon Glass
2021-03-22dtoc: Add support for decl fileSimon Glass
2021-03-22dm: of-platadata: Add option for device instantiationSimon Glass
2021-03-22dtoc: Add an option for device instantiationSimon Glass
2021-03-22dtoc: Support processing the root nodeSimon Glass
2021-03-22dtoc: Set up the uclasses that are usedSimon Glass
2021-03-22dtoc: Assign a sequence number to each nodeSimon Glass
2021-03-22dtoc: Detect drivers only at the start of start of lineSimon Glass
2021-03-22dtoc: Read aliases for uclassesSimon Glass
2021-03-22dtoc: Warn of duplicate driversSimon Glass
2021-03-22dtoc: Process driver aliases along with driversSimon Glass
2021-03-22dtoc: Support headers needed for driversSimon Glass
2021-03-22Makefile: Pass the U-Boot phase to dtocSimon Glass
2021-03-22dtoc: Support tracking the phase of U-BootSimon Glass