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
Stephen Warren 6e06acb732 fdt: allow fdtdec_get_addr_size_*() to translate addresses 8 years ago
..
Kconfig fdt: Support for ISA busses 8 years ago
Makefile dm: core: Add SPL Kconfig for REGMAP and SYSCON 9 years ago
device-remove.c dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCED 8 years ago
device.c fdt: allow fdtdec_get_addr_size_*() to translate addresses 8 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 dm: core: Don't use device tree with of-platdata 8 years ago
regmap.c dm: core: Add an implementation of regmap_init_mem_platdata() 8 years ago
root.c dm: core: Add a function to bind child devices 8 years ago
simple-bus.c dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev() 8 years ago
syscon-uclass.c dm: syscon: Add support for of-platdata 8 years ago
uclass.c dm: core: Add a way to find a device by its driver 8 years ago
util.c