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
Angelo Dureghello 5aeedebc33 dm: add manual relocation for devices 9 years ago
..
Kconfig fdt: Support for ISA busses 9 years ago
Makefile dm: core: Add SPL Kconfig for REGMAP and SYSCON 9 years ago
device-remove.c dm: core: Allow device names to be freed automatically 9 years ago
device.c dm: allow setting driver_data before/during bind 9 years ago
devres.c devres: add debug command to dump device resources 10 years ago
dump.c
lists.c dm: allow setting driver_data before/during bind 9 years ago
regmap.c dm: Add support for register maps (regmap) 10 years ago
root.c dm: add manual relocation for devices 9 years ago
simple-bus.c dm: core: make simple-bus compatible to simple-mfd 9 years ago
syscon-uclass.c syscon: Avoid returning a device on failure 9 years ago
uclass.c dm: core: Add uclass_first_device_err() to return a valid device 9 years ago
util.c