summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-2023-01-rc1-4' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2022-11-061-1/+1
|\
| * efi_loader: remove CONFIG_EFI_SETUP_EARLYAKASHI Takahiro2022-11-061-1/+1
* | Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini2022-11-042-0/+12
|\ \
| * | usb: storage: continue probe on "Invalid device"Janne Grunau2022-11-041-0/+1
| * | usb: Add 1ms delay after first Get Descriptor requestMarek Vasut2022-11-031-0/+11
| |/
* | mips: mtmips: spl/Kconfig: Set CONFIG_SPL_PAD_TO to 0x0 for ARCH_MTMIPSStefan Roese2022-11-021-0/+1
|/
* cyclic: get rid of cyclic_init()Rasmus Villemoes2022-11-023-27/+17
* cyclic: switch to using hlist instead of listRasmus Villemoes2022-11-021-8/+10
* cyclic: drop redundant cyclic_ready flagRasmus Villemoes2022-11-021-4/+2
* cyclic: use a flag in gd->flags for recursion protectionRasmus Villemoes2022-11-021-3/+3
* event: Add an event for main_loopSughosh Ganu2022-10-312-0/+6
* vpl: Allow signature verificationSimon Glass2022-10-311-0/+7
* vbe: Add Kconfig options for VPLSimon Glass2022-10-311-0/+30
* spl: Allow multiple loaders of the same timeSimon Glass2022-10-311-31/+25
* bloblist: Drop debuggingSimon Glass2022-10-311-1/+0
* spl: Add a separate silence option for SPLSimon Glass2022-10-312-1/+23
* spl: Refactor controls for console outputSimon Glass2022-10-311-3/+1
* spl: Use binman suffix allow symbols of any SPL etypeSimon Glass2022-10-311-8/+8
* Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass2022-10-317-19/+19
* video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass2022-10-305-8/+8
* video: Drop common LCD implementationSimon Glass2022-10-303-750/+0
* video: Drop use of the lcd header fileSimon Glass2022-10-301-3/+2
* fdt: Drop support for LCD fixup in simplefbSimon Glass2022-10-301-8/+0
* video: Drop remaining references to CONFIG_LCDSimon Glass2022-10-301-3/+0
* video: cmd: Drop old LCD codeSimon Glass2022-10-302-45/+11
* video: Drop VCXK video controllerSimon Glass2022-10-301-2/+0
* Drop CONFIG_LCD_LOGOSimon Glass2022-10-302-74/+0
* video: Drop CONFIG_LCD_INFOSimon Glass2022-10-301-5/+0
* video: Drop CONFIG_LCD_INFO_BELOW_LOGOSimon Glass2022-10-302-6/+2
* video: Drop CONFIG_LCD_ALIGNMENTSimon Glass2022-10-301-8/+0
* video: lcd: Drop console rotationSimon Glass2022-10-302-195/+0
* splash: get devpart from environment variableJulien Masson2022-10-301-0/+5
* splash: support raw image from MMCJulien Masson2022-10-302-0/+32
* scripts: Makefile.spl: Enable memory drivers to be built for SPLRoger Quadros2022-10-261-0/+7
* spl: spl_legacy: Fix NAND boot on OMAP3 BeagleBoardRoger Quadros2022-10-263-13/+14
* Merge https://source.denx.de/u-boot/custodians/u-boot-watchdogTom Rini2022-10-261-4/+8
|\
| * cyclic: Don't disable cylic function upon exceeding CPU timeStefan Roese2022-10-241-4/+8
* | common: board_f: Print information for all sysresetsMichal Suchanek2022-10-211-11/+18
|/
* input: Remove legacy KEYBOARD optionTom Rini2022-10-211-3/+0
* Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2022-10-201-0/+6
|\
| * sunxi: Kconfig: use SoC-wide values for some symbolsAndre Przywara2022-10-181-0/+6
* | stdio: Fix class iteration in stdio_add_devices()Michal Suchanek2022-10-171-19/+13
|/
* spl: atf: Fix clang -Wasm-operand-widths warningAlistair Delva2022-10-101-1/+1
* usb: Add missing guard around env_get() in usb_hubMarek Vasut2022-10-101-1/+3
* common/board_f: drop ifdefs around header includesOvidiu Panait2022-10-061-2/+0
* common/board_f: introduce arch_setup_dest_addr()Ovidiu Panait2022-10-061-14/+7
* common/board_f: move CONFIG_MACH_TYPE logic to arch/arm/lib/bdinfo.cOvidiu Panait2022-10-061-7/+0
* common/board_f: remove XTRN_DECLARE_GLOBAL_DATA_PTR dead codeOvidiu Panait2022-10-061-11/+0
* Merge branch 'next'Tom Rini2022-10-0336-87/+490
|\
| * dm: core: Provide a way to reset the device treeSimon Glass2022-09-291-0/+2