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
Tom Rini 0eb4cf9c14 Merge branch 'master' of git://git.denx.de/u-boot-net 9 years ago
..
Kconfig dm: core: Enable optional use of fdt_translate_address() 9 years ago
Makefile dm: core: Add Kconfig for simple bus driver 9 years ago
device-remove.c devres: introduce Devres (Managed Device Resource) framework 9 years ago
device.c dm: Rename dev_get_parentdata() to dev_get_parent_priv() 9 years ago
devres.c devres: add debug command to dump device resources 9 years ago
dump.c dm: Move the tree/uclass dump code into its own file 9 years ago
lists.c of: clean up OF_CONTROL ifdef conditionals 9 years ago
regmap.c dm: Add support for register maps (regmap) 9 years ago
root.c dm: Provide better debugging when a device fails to bind 9 years ago
simple-bus.c dm: Support address translation for simple-bus 9 years ago
syscon-uclass.c dm: core: Add device checking to syscon_get_regmap() 9 years ago
uclass.c dm: core: Remove unnecessary codes in uclass_pre_remove_device() 9 years ago
util.c