summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2022-08-04Audit <flash.h> inclusionTom Rini3-5/+4
2022-08-04vpl: fix reference in comment to non-existing SPL_SERIAL_SUPPORTQuentin Schulz1-1/+1
2022-08-04spl: mmc: Use correct MMC device when loading imageHarald Seiler1-2/+15
2022-07-27Merge tag 'dm-pull-26jul22' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-0/+15
2022-07-26Merge tag 'u-boot-imx-20220726' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-1/+2
2022-07-26spl: Use SPL_FIT_IMAGE_TINY for iMX9Peng Fan1-1/+1
2022-07-26spl: imx8mm: enlarge SPL_MAX_SIZEPeng Fan1-0/+1
2022-07-26fdt: Start a test for the fdt commandSimon Glass1-0/+15
2022-07-26spl: fit: pass real compatible flags to fpga_load()Oleksandr Suvorov1-3/+8
2022-07-26fpga: pass compatible flags to fpga_load()Oleksandr Suvorov1-2/+4
2022-07-26xilinx: zynqmp: Do not use 0 as spl bss start addressStefan Herbrechtsmeier1-1/+2
2022-07-25spl: Use SPL_TEXT_BASE instead of ISW_ENTRY_ADDRAndrew Davis1-1/+3
2022-07-23Merge tag 'efi-2022-10-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini1-2/+20
2022-07-21arch: mvebu: Disable by default unused peripherals in SPLPali Rohár1-0/+2
2022-07-18cli: support bracketed pasteHeinrich Schuchardt1-2/+20
2022-07-18spl: spl_spi: add spi_nor_remove() to soft reset flashVaishnav Achath1-0/+5
2022-07-14Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini3-15/+18
2022-07-14spl: sdp: Pass the USB index to board_usb_init()Fabio Estevam1-1/+1
2022-07-14spl: nand: support loading legacy image with payload compressedWeijie Gao1-0/+27
2022-07-14spl: spl_legacy: fix the use of SPL_COPY_PAYLOAD_ONLYWeijie Gao1-2/+19
2022-07-14spl: allow using nand base without standard nand driverWeijie Gao1-1/+1
2022-07-12usb: hub: introduce HUB_DEBOUNCE_TIMEOUTPatrick Delaunay1-2/+4
2022-07-12usb: kbd: allow probing even if usbkbd not in stdinKory Maincent1-12/+13
2022-07-08Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini5-18/+84
2022-07-08board_init: Do not reserve MALLOC_F area on stack if non-zero MALLOC_F_ADDRMarek Vasut1-0/+2
2022-07-07spl: Ensure all SPL symbols in Kconfig have some SPL dependencyTom Rini1-1/+2
2022-07-06spl: Set SPL_MAX_SIZE default for AST2600Joel Stanley1-0/+1
2022-07-06common: spl: spl_spi: add support for dynamic override of sf busVaishnav Achath1-3/+13
2022-07-06lcd: Remove legacy CONFIG_FB_ADDR codeTom Rini1-4/+0
2022-06-29Convert CONFIG_SYS_USB_FAT_BOOT_PARTITION to KconfigTom Rini1-0/+7
2022-06-29Convert CONFIG_USB_MAX_CONTROLLER_COUNT to KconfigTom Rini1-4/+0
2022-06-29common: usb: Update logic for usb.o, usb_hub.o and usb_storage.oTom Rini1-9/+4
2022-06-29vpl: Ensure all VPL symbols in Kconfig have some VPL dependencyTom Rini1-10/+2
2022-06-29tpl: Ensure all TPL symbols in Kconfig have some TPL dependencyTom Rini1-1/+2
2022-06-29spl: Move SPL_LDSCRIPT defaults to one placeTom Rini1-0/+12
2022-06-28spl: binman: Disable u_boot_any symbols for i.MX8M boardsAlper Nebi Yasak3-0/+3
2022-06-28spl: binman: Check at runtime if binman symbols were filled inAlper Nebi Yasak1-0/+1
2022-06-28spl: binman: Add config options for binman symbols in VPLAlper Nebi Yasak1-0/+24
2022-06-28spl: binman: Split binman symbols support from enabling binmanAlper Nebi Yasak3-15/+40
2022-06-28spl: binman: Make TPL_BINMAN_SYMBOLS depend on TPL_FRAMEWORKAlper Nebi Yasak1-1/+1
2022-06-28spl: binman: Fix use of undeclared u_boot_any symbolsAlper Nebi Yasak2-4/+8
2022-06-28dm: spl: Allow SPL to show memory usageSimon Glass1-0/+9
2022-06-27Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u...Tom Rini1-0/+2
2022-06-24microblaze: Add support for run time relocationMichal Simek1-0/+2
2022-06-07common/board_r.c: drop legacy and unused bi_enetaddrRasmus Villemoes1-15/+0
2022-06-07event: fix static events for CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait2-0/+18
2022-06-07event: remove CONFIG_EVENT_DYNAMIC check in event_register()Ovidiu Panait1-2/+0
2022-06-06spl: Rework and tighten some dependenciesTom Rini1-31/+24
2022-06-06spl: Rework Kconfig to be more menu drivenTom Rini1-32/+22
2022-06-06spl: Move all VPL, TPL and PowerPC specific CONFIG options to separate filesTom Rini4-658/+650