Commit Graph

4089 Commits (9c00d982f1d18fd1e8ed586dc1c041988aba4567)

Author SHA1 Message Date
Robert P. J. Day fc0b5948e0 Various, accumulated typos collected from around the tree. 8 years ago
Simon Glass d32b2d1c61 spl: Make spl_boot_list a local variable 8 years ago
Simon Glass f4d7d8596f spl: Update spl_load_simple_fit() to take an spl_image param 8 years ago
Simon Glass 710e9ca579 spl: Update fat functions to take an spl_image parameter 8 years ago
Simon Glass b4a6c2aae6 spl: Update ext functions to take an spl_image parameter 8 years ago
Simon Glass 2a2ee2ac35 spl: Pass spl_image as a parameter to load_image() methods 8 years ago
Simon Glass 97d9df0a91 spl: Convert spl_board_load_image() to use linker list 8 years ago
Simon Glass 7ec0389354 spl: Convert spl_net_load_image() to use linker list 8 years ago
Simon Glass 139db7af4e spl: Convert spl_spi_load_image() to use linker list 8 years ago
Simon Glass 0a9b73a13e spl: spi: Move the generic SPI loader into common/spl 8 years ago
Simon Glass 7557147927 spl: Convert spl_sata_load_image() to use linker list 8 years ago
Simon Glass 56df46351a spl: Convert spl_usb_load_image() to use linker list 8 years ago
Simon Glass dd6bf9025c spl: Convert spl_ymodem_load_image() to use linker list 8 years ago
Simon Glass 548b3ee73c spl: Convert spl_nor_load_image() to use linker list 8 years ago
Simon Glass afa6e6c488 spl: Convert spl_onenand_load_image() to use linker list 8 years ago
Simon Glass d5c2b11ce4 spl: Convert spl_nand_load_image() to use linker list 8 years ago
Simon Glass 7d7dd821b0 spl: Convert spl_ubi_load_image() to use linker list 8 years ago
Simon Glass 0fed9c7ed6 spl: Convert spl_mmc_load_image() to use linker list 8 years ago
Simon Glass 98136b2f26 spl: Convert spl_ram_load_image() to use linker list 8 years ago
Simon Glass a0a8029058 spl: Add a way to declare an SPL image loader 8 years ago
Simon Glass ecdfd69a4b spl: Convert boot_device into a struct 8 years ago
Simon Glass a807ab3303 spl: Kconfig: Move SPL_DISPLAY_PRINT to Kconfig 8 years ago
Simon Glass ca12e65caa spl: Add a parameter to jump_to_image_linux() 8 years ago
Simon Glass 71316c1d8c spl: Add a parameter to spl_parse_image_header() 8 years ago
Simon Glass d95ceb97c0 spl: Add a parameter to spl_set_header_raw_uboot() 8 years ago
Petr Kulhavy 6f6c863094 fastboot: move FASTBOOT_FLASH options into Kconfig 8 years ago
Petr Kulhavy b6dd69a4d6 fastboot: add support for writing MBR 8 years ago
Petr Kulhavy 87b8530fe2 disk: part: implement generic function part_get_info_by_name() 8 years ago
Zubair Lutfullah Kakakhel ba07984068 bootm: fix passing argc to standalone apps 8 years ago
Sanchayan Maity 54a708ca06 cmd: dfu: Add error handling for failed registration 8 years ago
B, Ravi 6f8387f120 dra7x: boot: add dfu bootmode support 8 years ago
B, Ravi 52f2acc5e0 spl: dfu: adding dfu support functions for SPL-DFU 8 years ago
B, Ravi 05341a8764 common: dfu: saperate the dfu common functionality 8 years ago
B, Ravi bc5dbcb918 spl: dfu: add dfu support in SPL 8 years ago
Masahiro Yamada 1221ce459d treewide: replace #include <asm/errno.h> with <linux/errno.h> 8 years ago
Masahiro Yamada 8319aeb1da usb: squash lines for immediate return 8 years ago
Paul Burton bd86ef117d image-fit: Fix fit_get_node_from_config semantics 8 years ago
Paul Burton 8ebf50692e board_f: Add a mach_cpu_init callback 8 years ago
Siva Durga Prasad Paladugu a4d88920e5 Kconfig: Move config IDENT_STRING to Kconfig 8 years ago
Simon Glass f73329ee82 Kconfig: tpl: Add some TPL support options to Kconfig 8 years ago
Simon Glass 11bde1cd59 Kconfig: spl: Add SPL support options to Kconfig 8 years ago
Simon Glass 76f1f38816 Use separate options for TPL support 8 years ago
Simon Glass c2ae7d8220 Kconfig: Move SPL settings into their own file 8 years ago
Heiko Schocher 9dd1d0aa4e common, kconfig: move VERSION_VARIABLE to Kconfig 8 years ago
Jonathan Gray bac17b78da image-fit: switch ENOLINK to ENOENT 8 years ago
Robert P. J. Day 57247d9cbf common/Kconfig: Fix various innocuous typos. 8 years ago
Paul Kocialkowski 85a3772973 spl: Rework image header parse to allow abort on raw image and os boot 8 years ago
Andreas Bießmann 950fe26de9 image-fit: fix fit_image_load() OS check 8 years ago
Dongpo Li 8c83c0303c net: mii: check phy advertising register when geting link status 8 years ago
James Byrne fc18e9b3d5 common: cli_readline: Improve command line editing 8 years ago