Commit Graph

24616 Commits (39b6d07fd7e692736cdb05a000b1c84ab43de4fb)
 

Author SHA1 Message Date
Tom Rini 39b6d07fd7 Merge branch 'master' of git://git.denx.de/u-boot-dm 10 years ago
Simon Glass 22ec136325 dm: Expand and improve the device lifecycle docs 10 years ago
Simon Glass f2bc6fc331 dm: Tidy up four minor code nits 10 years ago
Simon Glass 47f3d3c80b tegra: Enable driver model 10 years ago
Simon Glass 8946034a31 tegra: dts: Bring in GPIO bindings from linux 10 years ago
Simon Glass 184b1b7175 dm: Fix printf() strings in the 'dm' command 10 years ago
Simon Glass b6a49a7ae7 dm: Allow driver model tests only for sandbox 10 years ago
Simon Glass 89876a55a6 dm: Cast away the const-ness of the global_data pointer 10 years ago
Simon Glass 6a6d8fbef7 dm: Add missing header files in lists and root 10 years ago
Simon Glass 939cda5bf0 dm: Use case-insensitive comparison for GPIO banks 10 years ago
Simon Glass 2eb31b13d9 dm: Update README to encourage conversion to driver model 10 years ago
Simon Glass ae7f451308 dm: Rename struct device_id to udevice_id 10 years ago
Simon Glass 5957ac2a9f Makefile: Support include files for .dts files 10 years ago
Simon Glass 42d3b29d9e sandbox: Support iotrace feature 10 years ago
Simon Glass ad827e1649 arm: Support iotrace feature 10 years ago
Simon Glass aa53233a15 Add an I/O tracing feature 10 years ago
Masahiro Yamada 45f0ad9545 cosmetic: kbuild: clean-up coding style (sync with Linux 3.16-rc1) 10 years ago
Jeroen Hofstee 9e546ee9c9 cosmetic: autoboot: update old style GNU struct init 10 years ago
Jeroen Hofstee 9fb70f31fe cmd_md5sum.c: remove dead code / fix warning 10 years ago
Vasili Galka 5c45f55060 Remove nios-32 arch remnants 10 years ago
Vasili Galka 7fae9e2493 m68k: Remove CONFIG_CMD_BEDBUG related code 10 years ago
Jeroen Hofstee a348d56934 pmic: tps65090: correct checking i2c bus 10 years ago
Hannes Petermaier 1f9ce3063c fix: CONFIG_NETCONSOLE start/handle this stuff only outside SPL 10 years ago
Jeroen Hofstee 2b9912e6a7 includes: move openssl headers to include/u-boot 10 years ago
Stephen Warren 967a99ad82 test: vboot: explicitly request bash 10 years ago
Simon Glass c7320ed52f Add documentation for verified boot on Beaglebone Black 10 years ago
Simon Glass ce1400f694 Enhance fit_check_sign to check all images 10 years ago
Simon Glass 2b164f1cea bootm: Move decompression code into its own function 10 years ago
Simon Glass ea51a62823 Allow compiling common/bootm.c on with HOSTCC 10 years ago
Simon Glass aa69db1f7a Avoid including config.h in command.h 10 years ago
Simon Glass e3c83c0a1f Fix small 'case' typo in image-fit.c 10 years ago
Simon Glass 07c0cd7134 bootm: Support android boot on sandbox 10 years ago
Simon Glass 126cc86420 image: Remove the fit_load_image() property parameter 10 years ago
Simon Glass b639640371 bootm: Split out code from cmd_bootm.c 10 years ago
Simon Glass 12df2abe3e Reverse the meaning of the fit_config_verify() return code 10 years ago
Simon Glass ba923cab00 tools: Check arguments in fit_check_sign/fit_info 10 years ago
Simon Glass d18926af30 fdt: Rename the DEV_TREE_BIN Makefile flag to to EXT_DTB 10 years ago
Simon Glass 597a8b2c68 mkimage: Automatically expand FDT in more cases 10 years ago
Simon Glass 04819a4ff1 hash: Use uint8_t in preference to u8 10 years ago
Tom Rini 52aa1cf5ec am335x_evm: Only enable OF_CONTROL/OF_SEPARATE on VBOOT for now 10 years ago
Masahiro Yamada 0ffc986ac8 .gitignore: drop include/asm/proc from ignore pattern 10 years ago
Stephen Warren d018028055 fs: ext4: fix writing zero-length files 10 years ago
Masahiro Yamada 50babaf852 fdt_support: correct the return condition of fdt_initrd() 10 years ago
Masahiro Yamada f18295d383 fdt_support: fix an endian bug of fdt_initrd() 10 years ago
Masahiro Yamada 739a01ed8e fdt_support: fix an endian bug of fdt_fixup_memory_banks 10 years ago
Masahiro Yamada f89d482fe5 fdt_support: add 'const' qualifier for unchanged argument 10 years ago
Masahiro Yamada 972f2a8905 fdt_support: refactor fdt_fixup_stdout() function 10 years ago
Masahiro Yamada bc6ed0f9dc fdt_support: delete force argument of fdt_chosen() 10 years ago
Masahiro Yamada dbe963ae51 fdt_support: delete force argument of fdt_initrd() 10 years ago
Masahiro Yamada 8edb21925e fdt_support: refactor with fdt_find_or_add_subnode helper func 10 years ago