upstream u-boot with additional patches for our devices/boards: https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ; Gbit ethernet patch for some LIME2 revisions ; with SPI flash support
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
u-boot/drivers/core
Simon Glass d82ba4c0b4 dm: core: Support finding a device by phandle 10 years ago
..
Kconfig dm: usb: Document that mixing DM_DEVICE_REMOVE and DM_USB is a bad idea 10 years ago
Makefile dm: remove redundant CONFIG_DM from driver/core/Makefile 10 years ago
device-remove.c dm: Export device_remove_children / device_unbind_children 10 years ago
device.c dm: core: Add \n to two dm_warn() messages 10 years ago
dump.c dm: Move the tree/uclass dump code into its own file 10 years ago
lists.c dm: core: Use debug() instead of printf() for failures 10 years ago
regmap.c dm: Add support for register maps (regmap) 10 years ago
root.c
simple-bus.c
syscon-uclass.c dm: core: Add device checking to syscon_get_regmap() 10 years ago
uclass.c dm: core: Support finding a device by phandle 10 years ago
util.c