| Commit message (Expand) | Author | Age | Files | Lines |
* | spl: record boot_device into spl_image and call spl_perform_fixups | Philipp Tomsich | 2018-07-21 | 1 | -1/+11 |
* | bootmenu: Extend BOOTDELAY help text | Alex Kiernan | 2018-07-20 | 1 | -0/+4 |
* | spl: Make the spl_nand_load_image static | Michael Trimarchi | 2018-07-20 | 1 | -1/+1 |
* | spl: mmc: Skip RAW mode ARGS sectors if not defined | York Sun | 2018-07-20 | 1 | -1/+4 |
* | spl: nor: Skip CONFIG_SYS_FDT_BASE if not defined | York Sun | 2018-07-19 | 1 | -1/+2 |
* | spl: nor: Add FIT support | York Sun | 2018-07-19 | 1 | -2/+40 |
* | env: common: accept flags on reset to default env | Yaniv Levinsky | 2018-07-19 | 2 | -2/+2 |
* | spl: fit: display a message when an FPGA image is loaded | Luis Araneda | 2018-07-19 | 1 | -0/+1 |
* | lib: fdtdec: Update ram_base to store ram start adddress | Siva Durga Prasad Paladugu | 2018-07-19 | 1 | -2/+2 |
* | usb_kdb: Get stdio_dev directly from sdev pointer | Michal Simek | 2018-07-19 | 1 | -2/+2 |
* | usb_kbd: Add support for watchdog | Michal Simek | 2018-07-19 | 1 | -1/+4 |
* | common: command: Handle USAGE failure separately | Michal Simek | 2018-07-19 | 1 | -0/+3 |
* | common: command: Use command_ret_t enum values instead of values | Michal Simek | 2018-07-19 | 1 | -2/+2 |
* | common/memsize.c: Increase save array for supporting memory size > 4GB | Tien Fong Chee | 2018-07-10 | 1 | -1/+1 |
* | common: print \n in initr_scsi() | Heinrich Schuchardt | 2018-07-10 | 1 | -0/+1 |
* | vboot: Do not use hashed-strings offset | Teddy Reed | 2018-07-10 | 1 | -2/+5 |
* | vboot: Add FIT_SIGNATURE_MAX_SIZE protection | Teddy Reed | 2018-07-10 | 1 | -0/+5 |
* | spl: fit: verify images prior to post processing | Ben Whitten | 2018-07-10 | 1 | -12/+9 |
* | spl: fit: Fix support for loading FPGA bitstream | Marek Vasut | 2018-07-10 | 1 | -5/+8 |
* | spl: spi: Support full fitImage handling | Marek Vasut | 2018-07-10 | 1 | -2/+11 |
* | spl: fat: Support full fitImage handling | Marek Vasut | 2018-07-10 | 1 | -1/+12 |
* | fit: Verify all configuration signatures | Marek Vasut | 2018-07-10 | 1 | -12/+14 |
* | reset: Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESET | Ley Foon Tan | 2018-07-09 | 1 | -1/+1 |
* | Merge git://git.denx.de/u-boot-imx | Tom Rini | 2018-06-27 | 1 | -2/+3 |
|\ |
|
| * | spl: Add default values for ARCH_MX7 | Fabio Estevam | 2018-06-18 | 1 | -2/+3 |
* | | board_r: Do not initialize IDE when DM BLK is on | Bin Meng | 2018-06-24 | 1 | -2/+2 |
* | | bootm: Handle kernel_noload on arm64 | Marek Vasut | 2018-06-19 | 1 | -2/+17 |
* | | console: Fix handling of NULL global_data | Simon Glass | 2018-06-18 | 1 | -2/+6 |
* | | log: Fix incorect range check in log_get_cat_name() | Simon Glass | 2018-06-18 | 1 | -3/+7 |
* | | iotrace: fix behaviour when buffer is full | Ramon Fried | 2018-06-18 | 1 | -2/+11 |
* | | iotrace: move record definitons to header file | Ramon Fried | 2018-06-18 | 1 | -27/+0 |
* | | avb2.0: add boot states and dm-verity support | Igor Opaniuk | 2018-06-18 | 1 | -3/+134 |
* | | avb2.0: implement AVB ops | Igor Opaniuk | 2018-06-18 | 2 | -0/+612 |
|/ |
|
* | u-boot: Fix several typos | Shyam Saini | 2018-06-13 | 2 | -2/+2 |
* | common: iotrace: add timestamp to iotrace records | Ramon Fried | 2018-06-07 | 1 | -1/+3 |
* | iotrace: add IO region limit | Ramon Fried | 2018-06-07 | 1 | -0/+27 |
* | board_f: Only reserve memory for U-Boot if we're going to relocate | Alexey Brodkin | 2018-06-05 | 1 | -13/+15 |
* | menu: fix timeout duration | Masahiro Yamada | 2018-06-05 | 1 | -2/+1 |
* | Define board_quiesce_devices() in a shared location | Simon Glass | 2018-06-03 | 1 | -0/+4 |
* | mmc: Separate "mmc swrite" from fastboot | Alex Kiernan | 2018-05-30 | 2 | -266/+0 |
* | fastboot: Refactor fastboot_okay/fail to take response | Alex Kiernan | 2018-05-30 | 1 | -13/+19 |
* | fastboot: Move fastboot to drivers/fastboot | Alex Kiernan | 2018-05-30 | 3 | -650/+1 |
* | add FIT data-position & data-offset property support | Kelvin Cheung | 2018-05-26 | 1 | -3/+51 |
* | malloc: Use malloc simple before malloc is fully initialized in memalign() | Ley Foon Tan | 2018-05-26 | 1 | -0/+7 |
* | spl: Add full fitImage support | Marek Vasut | 2018-05-23 | 1 | -0/+75 |
* | fit: Add standalone image type handling | Marek Vasut | 2018-05-23 | 1 | -0/+2 |
* | fit: Add empty fit_print_contents() and fit_image_print() | Marek Vasut | 2018-05-23 | 1 | -1/+3 |
* | fit: Fix CONFIG_FIT_SPL_PRINT | Marek Vasut | 2018-05-23 | 1 | -2/+2 |
* | spl: fit: Add support for loading FPGA bitstream | Marek Vasut | 2018-05-23 | 1 | -3/+32 |
* | FIT: Make fit_conf_print() be a static function | Tom Rini | 2018-05-23 | 1 | -182/+179 |