summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Kconfig.boot: Make 0x0 the default SYS_TEXT_BASE for POSITION_INDEPENDENTTom Rini2021-07-231-0/+1
* fit: Allow external data for FDTsJohn Keeping2021-07-231-1/+2
* spl: use CONFIG_IS_ENABLED(LOAD_FIT_FULL)John Keeping2021-07-231-2/+2
* log: Allow padding of the function nameSimon Glass2021-07-212-1/+9
* spl: Provide more information on boot failureSimon Glass2021-07-212-16/+42
* image: Allow @ in node names when not using signaturesSimon Glass2021-07-211-1/+1
* bloblist: Correct condition in bloblist_addrec()Simon Glass2021-07-211-1/+1
* bloblist: Support resizing a blobSimon Glass2021-07-211-2/+69
* sandbox: Adjust the bloblist default addressSimon Glass2021-07-211-1/+1
* Merge branch '2021-07-16-cleanup-image-support'Tom Rini2021-07-174-76/+32
|\
| * image: Add support for relocating crypto_algos in linker listsAlexandru Gagniuc2021-07-161-0/+13
| * image: image-sig.c: Remove crypto_algos arrayAlexandru Gagniuc2021-07-161-21/+0
| * image: rsa: Move verification algorithm to a linker listAlexandru Gagniuc2021-07-161-10/+0
| * image: Add support for placing crypto_algo in linker listsAlexandru Gagniuc2021-07-161-0/+9
| * common: image-sig.c: Remove host-specific logic and #ifdefsAlexandru Gagniuc2021-07-161-37/+2
| * image: Drop IMAGE_ENABLE_BEST_MATCHSimon Glass2021-07-161-1/+1
| * image: Drop IMAGE_ENABLE_SHAxxxSimon Glass2021-07-161-3/+3
| * image: Drop IMAGE_ENABLE_SHA1Simon Glass2021-07-161-1/+1
| * Kconfig: Rename SPL_MD5_SUPPORT to SPL_MD5Simon Glass2021-07-161-1/+1
| * Kconfig: Rename SPL_CRC32_SUPPORT to SPL_CRC32Simon Glass2021-07-161-2/+2
| * image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORTSimon Glass2021-07-162-3/+3
| * image: Rename SPL_SHAxxx_SUPPORT to SPL_FIT_SHAxxxSimon Glass2021-07-161-4/+4
| * image: Shorten FIT_ENABLE_SHAxxx_SUPPORTSimon Glass2021-07-161-3/+3
* | Merge tag 'u-boot-imx-20210717' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2021-07-171-13/+24
|\ \ | |/ |/|
| * spl: mmc: Factor out eMMC boot partition selection codeMarek Vasut2021-07-101-13/+24
* | image: android: Automatically detect more compression typesStephan Gerhold2021-07-151-1/+1
* | fit: Load DTO into temporary buffer and ignore load addressMarek Vasut2021-07-151-4/+28
* | board-info: Call sysinfo_detect() before sysinfo_get_str()Marek Vasut2021-07-141-2/+6
* | board-info: Use sysinfo_get()Marek Vasut2021-07-141-1/+1
|/
* Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini2021-07-071-1/+3
|\
| * sandbox: don't refer to symbol _initHeinrich Schuchardt2021-07-061-1/+3
* | bootstage: Eliminate when not enabledTom Rini2021-07-072-0/+4
|/
* Merge branch 'next'Tom Rini2021-07-056-16/+66
|\
| * Merge tag 'xilinx-for-v2021.10' of https://source.denx.de/u-boot/custodians/u...Tom Rini2021-07-012-2/+5
| |\
| | * spl: fit: Also record architecture in /fit-imagesMichal Simek2021-06-232-2/+5
| * | Merge tag 'v2021.07-rc5' into nextTom Rini2021-06-282-4/+14
| |\ \
| * | | common: fit: Update board_fit_image_post_process() to pass fit and node_offsetLokesh Vutla2021-06-112-2/+2
| * | | log: Add support for logging a bufferSimon Glass2021-06-081-0/+30
| * | | console: Report an error when output buffer is exhaustedSimon Glass2021-06-081-4/+14
| * | | image-fdt: save no-map parameter of reserve-memoryPatrick Delaunay2021-06-071-8/+15
| | |/ | |/|
* | | autoboot: fix MENUKEYDa Xue2021-07-021-1/+1
| |/ |/|
* | malloc: add SPDX license identifiersHeinrich Schuchardt2021-06-231-0/+10
* | autoboot: fix typos of CONFIG_AUTOBOOT_USE_MENUKEYDa Xue2021-06-221-4/+4
|/
* board: sifive: add HiFive Unmatched board supportGreen Wan2021-05-311-2/+2
* Revert "lib: introduce HASH_CALCULATE option"Alexandru Gagniuc2021-05-281-1/+0
* spl: Kconfig: Use tabs instead of space for alignmentMichal Simek2021-05-261-12/+12
* riscv: Drop USE_SPL_FIT_GENERATORBin Meng2021-05-191-2/+1
* common: kconfig: Correct a typo in SPL_LOAD_FITBin Meng2021-05-191-1/+1
* Merge branch '2021-05-17-assorted-fixes'Tom Rini2021-05-181-2/+2
|\
| * cli: slighly more clear error messagespeng.wang@smartm.com2021-05-171-2/+2