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 5b9000dd25 dm: core: Add a function to bind a driver for a device tree node 9 years ago
..
Kconfig dm: core: Allow sequence alias support to be removed for SPL 9 years ago
Makefile dm: Allow device removal features to be dropped 10 years ago
device-remove.c dm: core: Extend struct udevice by '.uclass_platdata' field. 9 years ago
device.c dm: core: drop device removal error path correctly 9 years ago
lists.c dm: core: Add a function to bind a driver for a device tree node 9 years ago
root.c dm: core: Select device tree control correctly for SPL 9 years ago
simple-bus.c dm: core: Add support for simple-bus 10 years ago
uclass.c dm: core: Correct bug introduced in uclass_first/next_device() 9 years ago
util.c