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 c5785673bc dm: core: Add device children and sibling functions 10 years ago
..
Kconfig kconfig: remove unneeded dependency on !SPL_BUILD 10 years ago
Makefile dm: Allow device removal features to be dropped 10 years ago
device-remove.c dm: core: Convert driver_bind() to use const 10 years ago
device.c dm: core: Add device children and sibling functions 10 years ago
lists.c dm: core: Rename driver data function to dev_get_driver_data() 10 years ago
root.c dm: Add support for all targets which requires MANUAL_RELOC 10 years ago
simple-bus.c dm: core: Add support for simple-bus 10 years ago
uclass.c dm: core: Add a uclass pre_probe() method for devices 10 years ago
util.c