summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* usb: kbd: Also accept keyboards with Interrupt OUT endpointStefan BrĂ¼ns2021-02-261-9/+14
* Kconfig: SPL_FIT_SIGNATURE requires SPL_LOAD_FITKlaus Heinrich Kiwi2021-02-241-0/+1
* Kconfig: SPL_FIT_SIGNATURE selects FIT_SIGNATUREKlaus Heinrich Kiwi2021-02-241-0/+1
* cmd: fdt: skip board specific fixup using env variableWasim Khan2021-02-241-5/+12
* Merge tag 'video-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodian...Tom Rini2021-02-221-2/+2
|\
| * common: splash_source: fix -Wint-to-pointer-cast warningJaehoon Chung2021-02-191-2/+2
* | fdt/sunxi: Remove OF_STDOUT_PATHAndre Przywara2021-02-191-8/+1
|/
* Merge branch '2021-02-18-SPL-FIT-OP-TEE-Linux-improvements'Tom Rini2021-02-181-125/+136
|\
| * spl: fit: Load devicetree when a Linux payload is foundAlexandru Gagniuc2021-02-171-3/+15
| * spl: fit: Replace #ifdef blocks with more readable constructsAlexandru Gagniuc2021-02-171-29/+24
| * spl: fit: Only look up FIT configuration node onceAlexandru Gagniuc2021-02-171-10/+9
| * spl: fit: Remove useless loop in spl_fit_get_image_name()Alexandru Gagniuc2021-02-171-11/+1
| * spl: fit: Pass FIT context via a structure pointerAlexandru Gagniuc2021-02-171-58/+43
| * spl: fit: Factor out FIT parsing and use a context structAlexandru Gagniuc2021-02-171-30/+60
| * spl: fit: Drop 'length' argument to board_spl_fit_post_load()Alexandru Gagniuc2021-02-171-2/+2
* | dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne2021-02-181-0/+73
|/
* usb: kbd: destroy device after console is stoppedAndy Shevchenko2021-02-161-8/+8
* IOMUX: Introduce iomux_replace_device()Andy Shevchenko2021-02-161-0/+33
* IOMUX: Split out for_each_console_dev() helper macroAndy Shevchenko2021-02-162-13/+6
* IOMUX: Split out iomux_match_device() helperAndy Shevchenko2021-02-162-17/+17
* IOMUX: Switch to use stdio_file_to_flags()Andy Shevchenko2021-02-161-9/+2
* console: Set file and devices at one goAndy Shevchenko2021-02-161-10/+12
* console: Set console device counter in console_devices_set()Andy Shevchenko2021-02-161-0/+1
* console: Switch to use stdio_file_to_flags()Andy Shevchenko2021-02-161-11/+3
* stdio: Introduce a new helper stdio_file_to_flags()Andy Shevchenko2021-02-161-0/+13
* stdio: Split out nulldev_register() and move it under #ifAndy Shevchenko2021-02-161-12/+21
* stdio: Get rid of dead code, i.e. stdio_deregister()Andy Shevchenko2021-02-161-11/+0
* image: Check for unit addresses in FITsSimon Glass2021-02-151-4/+52
* image: Add an option to do a full check of the FITSimon Glass2021-02-152-0/+36
* image: Adjust the workings of fit_check_format()Simon Glass2021-02-154-32/+26
* fit: Don't allow verification of images with @ nodesSimon Glass2021-02-152-7/+35
* fdt_region: Check for a single root node of the correct nameSimon Glass2021-02-151-0/+11
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-0240-1/+40
* common: Kconfig.boot: Add FIT_PRINT config optionRavik Hasija2021-02-012-2/+8
* x86: spl: Add a function to find the text baseSimon Glass2021-02-011-0/+6
* dfu: add support for the dfu_alt_info reintialization from the flashed scriptMarek Szyprowski2021-01-311-0/+3
* avb: AVB_VERIFY depends on MMCHeinrich Schuchardt2021-01-291-0/+1
* autoboot: fix illegal memory access when stop key and delay key are emptyYuezhang.Mo@sony.com2021-01-271-3/+3
* bloblist: Add missing tag namesSimon Glass2021-01-271-0/+6
* bloblist: Support relocating to a larger spaceSimon Glass2021-01-273-4/+27
* spl: Add functions for next and previous phaseSimon Glass2021-01-271-1/+1
* common: fit-sig: Fix error message in fit_config_verify_sig()Alexandru Gagniuc2021-01-271-1/+1
* bootcount: allow to use this feature on TPLPhilippe Reynes2021-01-272-2/+11
* sunxi: support loading with SPL > 32KBAndre Przywara2021-01-251-1/+2
* sunxi: Introduce common symbol for H6 like SoCsJernej Skrabec2021-01-251-2/+2
* image-fit: Fix FIT_CIPHER linkingJoel Stanley2021-01-222-14/+15
* common: Makefile: drop duplicated linePeng Fan2021-01-161-1/+0
* console: cosmetics: remove #if 0Patrick Delaunay2021-01-161-10/+0
* common: always compile fixup_cmdtable()Heinrich Schuchardt2021-01-161-4/+2
* common: spl: spl_fit.c: report an error on hash check failPhilippe Reynes2021-01-161-2/+5