| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of git://git.denx.de/u-boot | Stefano Babic | 2020-05-10 | 5 | -33/+49 |
|\ |
|
| * | menu: add support for client defined statusline function | Thirupathaiah Annapureddy | 2020-05-07 | 1 | -5/+8 |
| * | Merge tag 'u-boot-imx-20200502' of https://gitlab.denx.de/u-boot/custodians/u... | Tom Rini | 2020-05-04 | 1 | -9/+0 |
| |\ |
|
| * | | common/board_r: Drop initr_bedbug wrapperWIP/2020-05-01-master-imports | Ovidiu Panait | 2020-05-01 | 1 | -10/+1 |
| * | | common/board_r: arm: Merge initr_enable_interrupts into interrupts_init | Ovidiu Panait | 2020-05-01 | 1 | -12/+0 |
| * | | malloc: dlmalloc: add an ability for the malloc to be re-init/init multiple t... | Marek Bykowski | 2020-05-01 | 1 | -3/+38 |
| * | | rsa: sig: fix config signature check for fit with padding | Philippe Reynes | 2020-05-01 | 1 | -1/+1 |
| * | | hush: avoid NULL check before free() | Heinrich Schuchardt | 2020-05-01 | 1 | -2/+1 |
* | | | common: board_f: Use cpu_get_current_dev in print_cpuinfo | Ye Li | 2020-05-03 | 1 | -5/+5 |
* | | | spl: sdp: Add DM gadget support for sdp | Sherry Sun | 2020-05-03 | 1 | -2/+2 |
* | | | spl: sdp: Add a callback to clean up USB driver | Ye Li | 2020-05-03 | 1 | -0/+1 |
* | | | spl: sdp: Add CONFIG_SPL_SDP_USB_DEV for USB device | Ye Li | 2020-05-03 | 2 | -2/+10 |
* | | | spl: sdp: call board_usb_init at spl_sdp_load_image | Frank Li | 2020-05-03 | 1 | -0/+2 |
| |/
|/| |
|
* | | Revert "imx: Introduce CONFIG_SPL_FORCE_MMC_BOOT to force MMC boot on falcon ... | Harald Seiler | 2020-05-01 | 1 | -9/+0 |
|/ |
|
* | Merge tag 'dm-pull-27apr20' of git://git.denx.de/u-boot-dm | Tom Rini | 2020-04-28 | 4 | -1/+660 |
|\ |
|
| * | log: remove useless cast | Heinrich Schuchardt | 2020-04-26 | 1 | -1/+1 |
| * | libfdt: split fdt_region declarations out to <fdt_region.h> | Masahiro Yamada | 2020-04-26 | 2 | -0/+658 |
| * | fdt_region: move fdt_region.c to common/ from lib/libfdt/ | Masahiro Yamada | 2020-04-26 | 1 | -0/+1 |
* | | spl: spl_legacy: Add lzma decompression support for legacy image | Weijie Gao | 2020-04-27 | 1 | -2/+60 |
* | | spl: spl_nor: Remove unused variable 'ret' warning | Stefan Roese | 2020-04-27 | 1 | -6/+6 |
* | | spl: spl_nor: Move legacy image loading into spl_legacy.c | Stefan Roese | 2020-04-27 | 2 | -8/+27 |
* | | spl: spl_legacy: Use IS_ENABLED() to remove #ifdef | Stefan Roese | 2020-04-27 | 1 | -3/+2 |
* | | spl: Extract legacy image handling into separate file | Stefan Roese | 2020-04-27 | 3 | -44/+67 |
|/ |
|
* | spl: fit: do not check argument of free() | Heinrich Schuchardt | 2020-04-24 | 1 | -2/+1 |
* | common/board_f: Make reserve_mmu generic | Ovidiu Panait | 2020-04-24 | 1 | -3/+6 |
* | common/board_f: Move arm-specific reserve_mmu to arch/arm/lib/cache.c | Ovidiu Panait | 2020-04-24 | 1 | -28/+0 |
* | spl: Kconfig: de-dup SPL_DM_GPIO definition | Joel Johnson | 2020-04-24 | 1 | -6/+0 |
* | dlmalloc: remove unit test support in SPL | Heinrich Schuchardt | 2020-04-24 | 1 | -1/+1 |
* | common: image_sign_info helper functions in SPL | Heinrich Schuchardt | 2020-04-24 | 2 | -1/+12 |
* | riscv: Introduce SPL_SMP Kconfig option for U-Boot SPL | Bin Meng | 2020-04-23 | 1 | -1/+1 |
* | Merge tag 'mmc-2020-4-22' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc | Tom Rini | 2020-04-22 | 2 | -10/+19 |
|\ |
|
| * | spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition() | Harald Seiler | 2020-04-22 | 1 | -3/+2 |
| * | spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode() | Harald Seiler | 2020-04-22 | 1 | -2/+2 |
| * | common: bouncebuf: Permit passing custom alignment check function | Marek Vasut | 2020-04-22 | 1 | -5/+15 |
* | | image: Add a common compression type detection function. | Atish Patra | 2020-04-17 | 1 | -0/+23 |
|/ |
|
* | board_f.c: Ensure 16 alignment of start_addr_sp and reserved memoryWIP/2020-04-16-master-imports | Patrick Delaunay | 2020-04-16 | 1 | -14/+18 |
* | board_f.c: Ensure gd->new_bootstage alignment | Patrice Chotard | 2020-04-16 | 1 | -0/+5 |
* | log: syslog driver | Heinrich Schuchardt | 2020-04-16 | 3 | -0/+125 |
* | log: correct CONFIG_LOG_TEST prerequisites | Heinrich Schuchardt | 2020-04-16 | 1 | -1/+1 |
* | Merge branch 'next' | Tom Rini | 2020-04-13 | 7 | -440/+464 |
|\ |
|
| * | main: Drop show_boot_progress() prototype | Simon Glass | 2020-04-10 | 1 | -5/+0 |
| * | Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...WIP/07Apr2020-next | Tom Rini | 2020-04-07 | 6 | -38/+53 |
| |\ |
|
| * \ | Merge branch 'next' of git://git.denx.de/u-boot-usb into nextWIP/31Mar2020-next | Tom Rini | 2020-03-31 | 1 | -2/+4 |
| |\ \ |
|
| * | | | spl: Kconfig: Escape '$(ARCH)' in LDSCRIPT entries | Tom Rini | 2020-03-16 | 1 | -2/+2 |
| * | | | lib: rsa: decouple rsa from FIT image verification | AKASHI Takahiro | 2020-03-12 | 5 | -400/+429 |
* | | | | usb: Keep async schedule running only across mass storage xfers | Marek Vasut | 2020-04-09 | 2 | -0/+10 |
| |_|/
|/| | |
|
* | | | Revert "common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled" | Ye Li | 2020-04-03 | 1 | -4/+0 |
* | | | rockchip: Enable pre console for rk3399 | Jagan Teki | 2020-04-02 | 1 | -0/+1 |
* | | | image: Use constants for 'required' and 'key-name-hint' | Simon Glass | 2020-04-01 | 3 | -7/+9 |
* | | | image: Load the correct configuration in fit_check_sign | Simon Glass | 2020-04-01 | 1 | -2/+4 |