summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
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-22usb: 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-06sandbox: Move CONFIG_IO_TRACE to KconfigTom Rini1-0/+3
2022-12-06Convert CONFIG_HWCONFIG to KconfigTom Rini1-0/+4
2022-12-06global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini9-19/+19
2022-12-06global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-4/+4
2022-12-06spl: Migrate SYS_SATA_FAT_BOOT_PARTITION to KconfigTom Rini2-4/+5
2022-12-06global: Move remaining CONFIG_SYS_PCI* to CFG_SYS_PCI*Tom Rini1-2/+2
2022-12-06global: 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 dependenciesSamuel 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...Tom 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-usbTom Rini2-0/+12
2022-11-04usb: storage: continue probe on "Invalid device"Janne Grunau1-0/+1
2022-11-04usb: 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
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass5-8/+8
2022-10-30video: Drop common LCD implementationSimon Glass3-750/+0
2022-10-30video: Drop use of the lcd header fileSimon Glass1-3/+2
2022-10-30fdt: Drop support for LCD fixup in simplefbSimon Glass1-8/+0
2022-10-30video: Drop remaining references to CONFIG_LCDSimon Glass1-3/+0
2022-10-30video: cmd: Drop old LCD codeSimon Glass2-45/+11
2022-10-30video: Drop VCXK video controllerSimon Glass1-2/+0
2022-10-30Drop CONFIG_LCD_LOGOSimon Glass2-74/+0
2022-10-30video: Drop CONFIG_LCD_INFOSimon Glass1-5/+0
2022-10-30video: Drop CONFIG_LCD_INFO_BELOW_LOGOSimon Glass2-6/+2
2022-10-30video: Drop CONFIG_LCD_ALIGNMENTSimon Glass1-8/+0