summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* image.h: Fixup android_image_get_dtb* to use uintWIP/rsa-extend-verify-v6Tom Rini2020-02-131-3/+3
* test: enable RSA library test on sandboxAKASHI Takahiro2020-02-134-0/+4
* test: add rsa_verify() unit testAKASHI Takahiro2020-02-133-0/+217
* lib: rsa: add rsa_verify_with_pkey()AKASHI Takahiro2020-02-131-1/+64
* lib: rsa: generate additional parameters for public keyAKASHI Takahiro2020-02-134-0/+752
* include: image.h: add key info to image_sign_infoAKASHI Takahiro2020-02-131-0/+7
* rsa: add CONFIG_RSA_VERIFY_WITH_PKEY configAKASHI Takahiro2020-02-131-0/+14
* lib: rsa: decouple rsa from FIT image verificationAKASHI Takahiro2020-02-1311-436/+500
* Merge branch '2020-02-13-master-imports'Tom Rini2020-02-1312-38/+50
|\
| * travis/gitlab/azure: Ensure we use python3 alwaysWIP/2020-02-13-master-importsTom Rini2020-02-133-13/+11
| * board_f: Make clear_bss genericOvidiu Panait2020-02-131-3/+5
| * net: convert NET_MAXDEFRAG to KconfigRasmus Villemoes2020-02-133-4/+10
| * ram: rockchip: Fix Kconfig dependency for RAM_ROCKCHIP_DEBUGMichal Simek2020-02-131-0/+1
| * doc: board: add Rockchip to doc/board/index.rstHeinrich Schuchardt2020-02-131-0/+1
| * common/console.c: discard volatileHeinrich Schuchardt2020-02-131-10/+13
| * test: aes: fix memleakPhilippe Reynes2020-02-131-6/+7
| * pci: definition of pci_addr_t and pci_size_tHeinrich Schuchardt2020-02-131-2/+2
|/
* Merge tag 'arc-fixes-for-2020.04-rc2' of https://gitlab.denx.de/u-boot/custod...Tom Rini2020-02-1220-196/+250
|\
| * ARC: Switch to generic accessorsAlexey Brodkin2020-02-121-129/+75
| * ARC: rework setting of ARC CPU specific compiler optionsEugeniy Paltsev2020-02-1212-22/+39
| * CLK: HSDK: fix HDMI clock calculationEugeniy Paltsev2020-02-121-10/+21
| * CLK: HSDK: Check for PLL bypass firstlyEugeniy Paltsev2020-02-121-4/+4
| * ARC: nsim_hs38: Add support of Virtio NET & BLKAlexey Brodkin2020-02-127-2/+77
| * ARC: nsim_{700|700be|hs38be}_defconfigs: Disable networkingAlexey Brodkin2020-02-123-0/+3
| * ARC: nSIM: switch from ARC UART to DW UARTAlexey Brodkin2020-02-125-21/+23
* | Prepare v2020.04-rc2v2020.04-rc2Tom Rini2020-02-121-1/+1
|/
* Revert "gitlab: Disable SDL when building sandbox"Simon Glass2020-02-121-3/+2
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-11697-754/+2772
|\
| * sandbox: Complete migration away from os_malloc()Simon Glass2020-02-051-4/+4
| * dm: core: Drop the inclusion of linux/compat.h in dm.hSimon Glass2020-02-056-2/+7
| * dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-05460-77/+593
| * dm: core: Require users of devres to include the headerSimon Glass2020-02-05242-5/+275
| * sandbox: Support changing the LCD colour depthSimon Glass2020-02-053-6/+9
| * sandbox: sdl: Add an option to double the screen sizeSimon Glass2020-02-055-6/+36
| * sandbox: sdl: Move to use SDL2Simon Glass2020-02-054-127/+158
| * gitlab: Disable SDL when building sandboxSimon Glass2020-02-051-2/+3
| * sandbox: sdl: Support waiting for audio to completeWIP/bisectSimon Glass2020-02-051-2/+13
| * sandbox: sdl: Improve error handlingSimon Glass2020-02-051-5/+9
| * sandbox: Add comments to the sdl structSimon Glass2020-02-051-1/+16
| * sandbox: sound: Handle errors better in sound_beep()Simon Glass2020-02-051-1/+4
| * sound: Add a new stop_play() methodSimon Glass2020-02-055-1/+51
| * sandbox: Add a new header for the system malloc()Simon Glass2020-02-053-11/+38
| * sandbox: Ensure that long-options array is terminatedSimon Glass2020-02-051-1/+2
| * sandbox: Drop os_realloc()Simon Glass2020-02-052-44/+1
| * sandbox: Drop use of special os_malloc() where possibleSimon Glass2020-02-052-15/+15
| * sandbox: Rename strdup() functionsSimon Glass2020-02-051-0/+5
| * string: Allow arch override of strndup() alsoSimon Glass2020-02-052-2/+2
| * exports: Add the malloc.h headerSimon Glass2020-02-051-0/+1
| * sandbox: Use a prefix for all allocation functionsSimon Glass2020-02-051-2/+22
| * sandbox: Rename 'free' variableSimon Glass2020-02-051-3/+3