aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2023-01-13Merge tag 'u-boot-stm32-20230113' of https://source.denx.de/u-boot/custodians...WIP/13Jan2023Tom Rini2-0/+63
2023-01-12gpio: Get rid of gpio_hog_probe_all()Marek Vasut2-6/+0
2023-01-12common: spl: ram: fix return codeNikita Shubin1-4/+5
2023-01-12console: Add option to keep it silent until env is loadedHarald Seiler2-0/+15
2023-01-12usb: onboard-hub: add driver to manage onboard hub suppliesFabrice Gasnier2-0/+63
2023-01-11cmd: exit: Fix return value propagation out of environment scriptsMarek Vasut2-9/+19
2023-01-11common:autoboot:modify function parametersShenlin Liang1-2/+2
2023-01-09Merge branch 'next'Tom Rini18-52/+55
2023-01-07common/memsize.c: Check for overflow in get_effective_memsize() only for mpc85xxPali Rohár1-0/+2
2022-12-23common/spl/spl_ram: Remove unused defaultTom Rini1-4/+0
2022-12-23global: Migrate CONFIG_PRAM to CFGTom Rini2-7/+7
2022-12-23global: Migrate CONFIG_MAX_MEM_MAPPED to CFGTom Rini1-3/+3
2022-12-23global: Migrate CONFIG_MALLOC_F_ADDR to CFGTom Rini2-3/+3
2022-12-23global: Remove undef CONFIG_... for unused valuesTom Rini1-1/+0
2022-12-22spl: Kconfig: Fix SPL_OPTEE_IMAGE dependencyJagan Teki1-0/+1
2022-12-21usb: Update USB_STORAGE dependenciesTom Rini1-1/+1
2022-12-21Merge tag 'v2023.01-rc4' into nextTom Rini2-3/+3
2022-12-10spl: spl_legacy: fix invalid offset in SPL_COPY_PAYLOAD_ONLYDai Okamura1-2/+2
2022-12-08common/spl/Kconfig: add dependency on SPL_SEMIHOSTING for SPL payloadKautuk Consul1-1/+1
2022-12-05sandbox: Move CONFIG_IO_TRACE to KconfigTom Rini1-0/+3
2022-12-05Convert CONFIG_HWCONFIG to KconfigTom Rini1-0/+4
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini9-19/+19
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-4/+4
2022-12-05spl: Migrate SYS_SATA_FAT_BOOT_PARTITION to KconfigTom Rini2-4/+5
2022-12-05global: Move remaining CONFIG_SYS_PCI* to CFG_SYS_PCI*Tom Rini1-2/+2
2022-12-05global: Move remaining CONFIG_SYS_NAND_* to CFG_SYS_NAND_*Tom Rini1-4/+4
2022-12-02console: file should always be non-negativeHeinrich Schuchardt1-5/+5
2022-11-21spl: Fix SPL_ATF and SPL_OPENSBI dependenciesWIP/2022-11-21-important-fixesSamuel Holland1-1/+3
2022-11-21Revert "cli_readline: Only insert printable chars"Pali Rohár1-4/+2
2022-11-10SYS_NONCACHED_MEMORY: Correct comment in common/board_f.cTom Rini1-2/+2
2022-11-10Convert CONFIG_SYS_MONITOR_LEN to KconfigTom Rini1-4/+7
2022-11-06Merge tag 'efi-2023-01-rc1-4' of https://source.denx.de/u-boot/custodians/u-b...WIP/06Nov2022Tom Rini1-1/+1
2022-11-06efi_loader: remove CONFIG_EFI_SETUP_EARLYAKASHI Takahiro1-1/+1
2022-11-04Merge https://source.denx.de/u-boot/custodians/u-boot-usbWIP/04Nov2022Tom Rini2-0/+12
2022-11-04usb: storage: continue probe on "Invalid device"Janne Grunau1-0/+1
2022-11-03usb: Add 1ms delay after first Get Descriptor requestMarek Vasut1-0/+11
2022-11-02mips: mtmips: spl/Kconfig: Set CONFIG_SPL_PAD_TO to 0x0 for ARCH_MTMIPSStefan Roese1-0/+1
2022-11-02cyclic: get rid of cyclic_init()Rasmus Villemoes3-27/+17
2022-11-02cyclic: switch to using hlist instead of listRasmus Villemoes1-8/+10
2022-11-02cyclic: drop redundant cyclic_ready flagRasmus Villemoes1-4/+2
2022-11-02cyclic: use a flag in gd->flags for recursion protectionRasmus Villemoes1-3/+3
2022-10-31event: Add an event for main_loopSughosh Ganu2-0/+6
2022-10-31vpl: Allow signature verificationSimon Glass1-0/+7
2022-10-31vbe: Add Kconfig options for VPLSimon Glass1-0/+30
2022-10-31spl: Allow multiple loaders of the same timeSimon Glass1-31/+25
2022-10-31bloblist: Drop debuggingSimon Glass1-1/+0
2022-10-31spl: Add a separate silence option for SPLSimon Glass2-1/+23
2022-10-31spl: Refactor controls for console outputSimon Glass1-3/+1
2022-10-31spl: Use binman suffix allow symbols of any SPL etypeSimon Glass1-8/+8
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass7-19/+19