| Commit message (Expand) | Author | Age | Files | Lines |
* | sandbox: led: use new function to configure default state | Patrick Delaunay | 2018-08-10 | 1 | -1/+2 |
* | Merge tag 'xilinx-for-v2018.09-rc2' of git://git.denx.de/u-boot-microblaze | Tom Rini | 2018-08-07 | 1 | -2/+2 |
|\ |
|
| * | common: fdt: Make fdt_del_subnodes/fdt_del_partition static | Michal Simek | 2018-08-07 | 1 | -2/+2 |
* | | power: Add CONFIG_SPL_POWER_DOMAIN config | Peng Fan | 2018-08-06 | 1 | -0/+9 |
|/ |
|
* | Merge branch 'master' of git://git.denx.de/u-boot-sunxi | Tom Rini | 2018-08-04 | 1 | -1/+1 |
|\ |
|
| * | sunxi: add support for Allwinner H6 SoC | Icenowy Zheng | 2018-07-31 | 1 | -1/+1 |
* | | binman: Add a new 'image-pos' property | Simon Glass | 2018-08-01 | 2 | -3/+3 |
* | | binman: Rename 'position' to 'offset' | Simon Glass | 2018-08-01 | 2 | -3/+3 |
|/ |
|
* | common: Log should depends on DM not be selected by DM | Michal Simek | 2018-07-30 | 1 | -1/+1 |
* | Revert "fdt_support: Use CONFIG_NR_DRAM_BANKS if defined" | Ramon Fried | 2018-07-28 | 1 | -4/+0 |
* | Merge git://git.denx.de/u-boot-fsl-qoriq | Tom Rini | 2018-07-27 | 1 | -0/+10 |
|\ |
|
| * | spl: Add option SPL_PAYLOAD | York Sun | 2018-07-26 | 1 | -0/+10 |
* | | sandbox: Don't disable ctrlc() on sandbox if in raw mode | Joe Hershberger | 2018-07-26 | 1 | -2/+0 |
* | | console: Remember if ctrlc is disabled in console_tstc() | Joe Hershberger | 2018-07-26 | 1 | -3/+4 |
|/ |
|
* | Merge branch 'master' of git://git.denx.de/u-boot-uniphier | Tom Rini | 2018-07-24 | 1 | -6/+7 |
|\ |
|
| * | fdt_support: make fdt_fixup_mtdparts() prototype more specific | Masahiro Yamada | 2018-07-25 | 1 | -6/+7 |
* | | spl: remove dependency to "asm/utils.h" | Paulo Zaneti | 2018-07-24 | 1 | -1/+0 |
* | | avb2.0: use block API in AVB ops | Igor Opaniuk | 2018-07-24 | 1 | -4/+5 |
* | | avb2.0: add proper dependencies | Igor Opaniuk | 2018-07-24 | 2 | -1/+11 |
|/ |
|
* | configs: Make NAND_BOOT and ONENAND_BOOT imply NAND | Adam Ford | 2018-07-21 | 1 | -0/+2 |
* | 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 |