aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2021-04-06Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini1-2/+3
2021-04-06usb: hub: Fix usb_get_port_status() for big-endian platformsAaron Williams1-2/+3
2021-04-06Convert CONFIG_MISC_INIT_F to KconfigSimon Glass1-0/+6
2021-03-29Merge tag 'v2021.04-rc5' into nextWIP/29Mar2021-nextTom Rini2-2/+2
2021-03-27sysinfo: Allow showing model info from sysinfoSimon Glass1-8/+29
2021-03-27bootm: Skip command-line substitution if !CONFIG_CMDLINESimon Glass1-1/+2
2021-03-27cpu: Rename SPL_CPU_SUPPORT to SPL_CPUSimon Glass1-1/+1
2021-03-27bootstage: Warning if space is exhaustedSimon Glass1-6/+12
2021-03-27spl: Split out bootstage ID into a functionSimon Glass1-4/+19
2021-03-27sandbox: image: Allow sandbox to load any imageSimon Glass1-0/+4
2021-03-26dm: core: Add an option to support SPL in read-only memorySimon Glass1-0/+24
2021-03-17avb: Fix error when partition not foundschspa1-1/+1
2021-03-17image: Avoid -ENODATA in host toolsSimon Glass1-1/+1
2021-03-15Merge tag 'v2021.04-rc4' into nextTom Rini5-14/+43
2021-03-13common: SCP03 control (enable and provision of keys)Jorge Ramirez-Ortiz3-0/+62
2021-03-12log: Handle line continuationSimon Glass2-12/+21
2021-03-12log: Set up a flag byte for log recordsSimon Glass1-3/+6
2021-03-12spl: Convert spl_fit to work with sandboxSimon Glass2-13/+17
2021-03-08arm: socfpga: soc64: Support Vendor Authorized Boot (VAB)Siew Chin Lim1-1/+1
2021-03-05common: Move initr_addr_map() to a bit earlierBin Meng1-3/+3
2021-03-05common: fdt_support: Support special case of PCI address in fdt_read_prop()Bin Meng1-3/+17
2021-03-03bootstage: Fix dependency for BOOTSTAGE_RECORD_COUNTSimon Glass2-1/+4
2021-03-02bootm: Fix duplicate debugging in bootm_process_cmdline()Simon Glass1-1/+1
2021-03-02spl: Drop duplicate 'Jumping to U-Boot' messageSimon Glass1-2/+1
2021-03-01Respect that some compression algos can be enabled separately for SPLFrieder Schrempf1-6/+18
2021-02-26usb: kbd: Also accept keyboards with Interrupt OUT endpointStefan BrĂ¼ns1-9/+14
2021-02-24Kconfig: SPL_FIT_SIGNATURE requires SPL_LOAD_FITKlaus Heinrich Kiwi1-0/+1
2021-02-24Kconfig: SPL_FIT_SIGNATURE selects FIT_SIGNATUREKlaus Heinrich Kiwi1-0/+1
2021-02-24cmd: fdt: skip board specific fixup using env variableWasim Khan1-5/+12
2021-02-22Merge tag 'video-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodian...Tom Rini1-2/+2
2021-02-19fdt/sunxi: Remove OF_STDOUT_PATHAndre Przywara1-8/+1
2021-02-19common: splash_source: fix -Wint-to-pointer-cast warningJaehoon Chung1-2/+2
2021-02-18Merge branch '2021-02-18-SPL-FIT-OP-TEE-Linux-improvements'WIP/18Feb2021Tom Rini1-125/+136
2021-02-18dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne1-0/+73
2021-02-17spl: fit: Load devicetree when a Linux payload is foundAlexandru Gagniuc1-3/+15
2021-02-17spl: fit: Replace #ifdef blocks with more readable constructsAlexandru Gagniuc1-29/+24
2021-02-17spl: fit: Only look up FIT configuration node onceAlexandru Gagniuc1-10/+9
2021-02-17spl: fit: Remove useless loop in spl_fit_get_image_name()Alexandru Gagniuc1-11/+1
2021-02-17spl: fit: Pass FIT context via a structure pointerAlexandru Gagniuc1-58/+43
2021-02-17spl: fit: Factor out FIT parsing and use a context structAlexandru Gagniuc1-30/+60
2021-02-17spl: fit: Drop 'length' argument to board_spl_fit_post_load()Alexandru Gagniuc1-2/+2
2021-02-16usb: kbd: destroy device after console is stoppedAndy Shevchenko1-8/+8
2021-02-16IOMUX: Introduce iomux_replace_device()Andy Shevchenko1-0/+33
2021-02-16IOMUX: Split out for_each_console_dev() helper macroAndy Shevchenko2-13/+6
2021-02-16IOMUX: Split out iomux_match_device() helperAndy Shevchenko2-17/+17
2021-02-16IOMUX: Switch to use stdio_file_to_flags()Andy Shevchenko1-9/+2
2021-02-16console: Set file and devices at one goAndy Shevchenko1-10/+12
2021-02-16console: Set console device counter in console_devices_set()Andy Shevchenko1-0/+1
2021-02-16console: Switch to use stdio_file_to_flags()Andy Shevchenko1-11/+3
2021-02-16stdio: Introduce a new helper stdio_file_to_flags()Andy Shevchenko1-0/+13