summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2021-03-08arm: socfpga: soc64: Support Vendor Authorized Boot (VAB)Siew Chin Lim
2021-03-05common: Move initr_addr_map() to a bit earlierBin Meng
2021-03-05common: fdt_support: Support special case of PCI address in fdt_read_prop()Bin Meng
2021-03-03bootstage: Fix dependency for BOOTSTAGE_RECORD_COUNTSimon Glass
2021-03-01Respect that some compression algos can be enabled separately for SPLFrieder Schrempf
2021-02-26usb: kbd: Also accept keyboards with Interrupt OUT endpointStefan BrĂ¼ns
2021-02-24Kconfig: SPL_FIT_SIGNATURE requires SPL_LOAD_FITKlaus Heinrich Kiwi
2021-02-24Kconfig: SPL_FIT_SIGNATURE selects FIT_SIGNATUREKlaus Heinrich Kiwi
2021-02-24cmd: fdt: skip board specific fixup using env variableWasim Khan
2021-02-22Merge tag 'video-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodian...Tom Rini
2021-02-19fdt/sunxi: Remove OF_STDOUT_PATHAndre Przywara
2021-02-19common: splash_source: fix -Wint-to-pointer-cast warningJaehoon Chung
2021-02-18Merge branch '2021-02-18-SPL-FIT-OP-TEE-Linux-improvements'Tom Rini
2021-02-18dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne
2021-02-17spl: fit: Load devicetree when a Linux payload is foundAlexandru Gagniuc
2021-02-17spl: fit: Replace #ifdef blocks with more readable constructsAlexandru Gagniuc
2021-02-17spl: fit: Only look up FIT configuration node onceAlexandru Gagniuc
2021-02-17spl: fit: Remove useless loop in spl_fit_get_image_name()Alexandru Gagniuc
2021-02-17spl: fit: Pass FIT context via a structure pointerAlexandru Gagniuc
2021-02-17spl: fit: Factor out FIT parsing and use a context structAlexandru Gagniuc
2021-02-17spl: fit: Drop 'length' argument to board_spl_fit_post_load()Alexandru Gagniuc
2021-02-16usb: kbd: destroy device after console is stoppedAndy Shevchenko
2021-02-16IOMUX: Introduce iomux_replace_device()Andy Shevchenko
2021-02-16IOMUX: Split out for_each_console_dev() helper macroAndy Shevchenko
2021-02-16IOMUX: Split out iomux_match_device() helperAndy Shevchenko
2021-02-16IOMUX: Switch to use stdio_file_to_flags()Andy Shevchenko
2021-02-16console: Set file and devices at one goAndy Shevchenko
2021-02-16console: Set console device counter in console_devices_set()Andy Shevchenko
2021-02-16console: Switch to use stdio_file_to_flags()Andy Shevchenko
2021-02-16stdio: Introduce a new helper stdio_file_to_flags()Andy Shevchenko
2021-02-16stdio: Split out nulldev_register() and move it under #ifAndy Shevchenko
2021-02-16stdio: Get rid of dead code, i.e. stdio_deregister()Andy Shevchenko
2021-02-15image: Check for unit addresses in FITsSimon Glass
2021-02-15image: Add an option to do a full check of the FITSimon Glass
2021-02-15image: Adjust the workings of fit_check_format()Simon Glass
2021-02-15fit: Don't allow verification of images with @ nodesSimon Glass
2021-02-15fdt_region: Check for a single root node of the correct nameSimon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-02-01common: Kconfig.boot: Add FIT_PRINT config optionRavik Hasija
2021-02-01x86: spl: Add a function to find the text baseSimon Glass
2021-01-31dfu: add support for the dfu_alt_info reintialization from the flashed scriptMarek Szyprowski
2021-01-29avb: AVB_VERIFY depends on MMCHeinrich Schuchardt
2021-01-27autoboot: fix illegal memory access when stop key and delay key are emptyYuezhang.Mo@sony.com
2021-01-27bloblist: Add missing tag namesSimon Glass
2021-01-27bloblist: Support relocating to a larger spaceSimon Glass
2021-01-27spl: Add functions for next and previous phaseSimon Glass
2021-01-27common: fit-sig: Fix error message in fit_config_verify_sig()Alexandru Gagniuc
2021-01-27bootcount: allow to use this feature on TPLPhilippe Reynes
2021-01-25sunxi: support loading with SPL > 32KBAndre Przywara
2021-01-25sunxi: Introduce common symbol for H6 like SoCsJernej Skrabec