Age | Commit message (Expand) | Author |
2017-04-08 | spl: armv7m: keep ARM v7M in thumb mode while jumping to entry point | Vikas Manocha |
2017-03-21 | spl: Correct call to spl_common_init() with SPL_STACK_R_MALLOC_SIMPLE_LEN | Tom Rini |
2017-03-18 | spl: Add option to enable SPL Legacy image support | Andrew F. Davis |
2017-03-18 | spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive option | Andrew F. Davis |
2017-03-16 | spl: Add spl_early_init() | Eddie Cai |
2017-01-28 | Revert "armv8: release slave cores from CPU_RELEASE_ADDR" | Masahiro Yamada |
2017-01-28 | spl: Remove overwrite of relocated malloc limit | Andrew F. Davis |
2017-01-20 | spl: Add some missing newlines | Andrew F. Davis |
2017-01-14 | armv8: release slave cores from CPU_RELEASE_ADDR | Oded Gabbay |
2017-01-14 | spl: move RAM boot support in separate file | Stefan Agner |
2017-01-14 | Kconfig: CONFIG_OF_PLATDATA doesn't really exist | Tom Rini |
2017-01-04 | SPL: make struct spl_image 64-bit safe | Andre Przywara |
2016-12-09 | spl: Drop announce_boot_device() | Simon Glass |
2016-12-09 | spl: Pass the loader into spl_load_image() | Simon Glass |
2016-12-09 | spl: Move the loading code into its own function | Simon Glass |
2016-12-09 | spl: Add a name to the SPL load-image methods | Simon Glass |
2016-12-02 | dm: core: Handle global_data moving in SPL | Simon Glass |
2016-11-28 | spl: add RAM boot device only if it is actually defined | Stefan Agner |
2016-10-06 | spl: Make spl_boot_list a local variable | Simon Glass |
2016-10-06 | spl: Update spl_load_simple_fit() to take an spl_image param | Simon Glass |
2016-10-06 | spl: Pass spl_image as a parameter to load_image() methods | Simon Glass |
2016-10-06 | spl: Convert spl_board_load_image() to use linker list | Simon Glass |
2016-10-06 | spl: Convert spl_net_load_image() to use linker list | Simon Glass |
2016-10-06 | spl: Convert spl_spi_load_image() to use linker list | Simon Glass |
2016-10-06 | spl: Convert spl_sata_load_image() to use linker list | Simon Glass |
2016-10-06 | spl: Convert spl_usb_load_image() to use linker list | Simon Glass |
2016-10-06 | spl: Convert spl_ymodem_load_image() to use linker list | Simon Glass |
2016-10-06 | spl: Convert spl_nor_load_image() to use linker list | Simon Glass |
2016-10-06 | spl: Convert spl_onenand_load_image() to use linker list | Simon Glass |
2016-10-06 | spl: Convert spl_nand_load_image() to use linker list | Simon Glass |
2016-10-06 | spl: Convert spl_ubi_load_image() to use linker list | Simon Glass |
2016-10-06 | spl: Convert spl_mmc_load_image() to use linker list | Simon Glass |
2016-10-06 | spl: Convert spl_ram_load_image() to use linker list | Simon Glass |
2016-10-06 | spl: Add a way to declare an SPL image loader | Simon Glass |
2016-10-06 | spl: Convert boot_device into a struct | Simon Glass |
2016-10-06 | spl: Add a parameter to jump_to_image_linux() | Simon Glass |
2016-10-06 | spl: Add a parameter to spl_parse_image_header() | Simon Glass |
2016-10-06 | spl: Add a parameter to spl_set_header_raw_uboot() | Simon Glass |
2016-09-27 | dra7x: boot: add dfu bootmode support | B, Ravi |
2016-09-06 | spl: Rework image header parse to allow abort on raw image and os boot | Paul Kocialkowski |
2016-07-22 | spl: zImage support in Falcon mode | Ladislav Michl |
2016-07-22 | spl: support loading from UBI volumes | Ladislav Michl |
2016-07-15 | Merge branch 'master' of http://git.denx.de/u-boot-sunxi | Tom Rini |
2016-07-15 | sunxi: Support booting from SPI flash | Siarhei Siamashka |
2016-07-14 | dm: spl: Bind in all devices in SPL with of-platdata | Simon Glass |
2016-07-14 | dm: spl: Don't set up device tree with of-platdata | Simon Glass |
2016-07-14 | spl: Drop include of i2c.h | Simon Glass |
2016-06-09 | bootstage: call show_boot_progress also in SPL | Heiko Schocher |
2016-06-02 | Merge branch 'master' of git://git.denx.de/u-boot-socfpga | Tom Rini |
2016-06-02 | spl: Allow settings malloc_f base address | Marek Vasut |