- 9127d8b common: SCP03 control (enable and provision of keys) by Jorge Ramirez-Ortiz · 3 years, 9 months ago
- 9fb7c49 avb: AVB_VERIFY depends on MMC by Heinrich Schuchardt · 3 years, 10 months ago
- ab7e746 bloblist: Support relocating to a larger space by Simon Glass · 3 years, 11 months ago
- 6b165af common: Kconfig: Introduce CONFIG_CONSOLE_RECORD_INIT_F by Ovidiu Panait · 4 years ago
- 768d58d common: update: add a generic interface for FIT image by AKASHI Takahiro · 4 years, 1 month ago
- 36ada31 Kconfig: Move BOARD_TYPES under init options by Simon Glass · 4 years, 3 months ago
- 5f78ee7 Kconfig: Move BOUNCE_BUFFER under driver options by Simon Glass · 4 years, 3 months ago
- 99298be Kconfig: Move VERSION_VARIABLE under environment by Simon Glass · 4 years, 3 months ago
- 227a124 Kconfig: MISC_INIT_R and BOARD_LATE_INIT -> start-up hooks by Simon Glass · 4 years, 3 months ago
- d613b2a Kconfig: Move startup hooks under init options by Simon Glass · 4 years, 3 months ago
- 0031100 Kconfig: Create a new 'init options' menu by Simon Glass · 4 years, 3 months ago
- c10ddfd Kconfig: Move DEFAULT_FDT_FILE under boot options by Simon Glass · 4 years, 3 months ago
- f11d613 Kconfig: Move SUPPORT_RAW_INITRD under boot options by Simon Glass · 4 years, 3 months ago
- 5e95864 Kconfig: Move misc boot options under 'boot options' by Simon Glass · 4 years, 3 months ago
- 1b6cbaa Kconfig: Move CONFIG_BOOTDELAY under autoboot options by Simon Glass · 4 years, 3 months ago
- eebed78 Kconfig: Move boot media under boot options by Simon Glass · 4 years, 3 months ago
- d02ddcf Kconfig: Move boot timing under boot options by Simon Glass · 4 years, 3 months ago
- b45b163 Kconfig: Move boot menu into common/ by Simon Glass · 4 years, 3 months ago
- 635d050 Define default CONFIG_PREBOOT with right config option by Peter Robinson · 4 years, 2 months ago
- bbebfd1 common: Kconfig: Add dependency for default variables strings by Michal Simek · 4 years, 3 months ago
- df348b0 avb: Make AVB independent of fastboot by Usama Arif · 4 years, 4 months ago
- d6336b3 stdio: Tidy up use of CONFIG_SYS_DEVICE_NULLDEV by Simon Glass · 4 years, 4 months ago
- 3d2a3dd Convert CONFIG_SYS_DEVICE_NULLDEV to Kconfig by Simon Glass · 4 years, 4 months ago
- fe659f5 arm: move CONFIG_PREBOOT="usb start" to KConfig by Jonas Smedegaard · 4 years, 4 months ago
- 2d349c7 log: don't show function by default by Heinrich Schuchardt · 4 years, 5 months ago
- 524956c log: clean up Kconfig by Heinrich Schuchardt · 4 years, 6 months ago
- 6746c67 board_r: Introduce CONFIG_PCI_INIT_R Kconfig option by Ovidiu Panait · 4 years, 7 months ago
- e52bd93 common: image_sign_info helper functions in SPL by Heinrich Schuchardt · 4 years, 7 months ago
- 2db9516 log: syslog driver by Heinrich Schuchardt · 4 years, 9 months ago
- 79e79bb log: correct CONFIG_LOG_TEST prerequisites by Heinrich Schuchardt · 4 years, 9 months ago
- 7357a35 Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 4 years, 8 months ago
- 9249d5c rockchip: Enable pre console for rk3399 by Jagan Teki · 4 years, 8 months ago
- 2223c7d lib: rsa: decouple rsa from FIT image verification by AKASHI Takahiro · 4 years, 9 months ago
- 7b7cc95 rockchip: rk3288: Enable pre console buffer by Jagan Teki · 4 years, 10 months ago
- 271159a Kconfig: update LOGLEVEL range by Marek Bykowski · 4 years, 10 months ago
- d093536 mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND by Miquel Raynal · 5 years ago
- 7f107fe common: Kconfig: Fix typo in TPL_LOG_CONSOLE description by Simon South · 5 years ago
- e767d0b Convert CONFIG_SHOW_BOOT_PROGRESS to Kconfig by Simon Glass · 5 years ago
- 3b7dc91 common: Implement A/B metadata by Ruslan Trofymenko · 5 years ago
- 6efe8b6 bootstage: Add support for TPL record count by Simon Glass · 6 years ago
- c5ae8c8 common: Fix a typo abnove -> above by Andy Shevchenko · 5 years ago
- 64e02e9 stm32mp1: migrate PREBOOT to Kconfig by Patrick Delaunay · 6 years ago
- 6c9e7ea preboot: Introduce CONFIG_USE_PREBOOT and migrate CONFIG_PREBOOT by Masahiro Yamada · 6 years ago
- 38617e8 log: Add a Kconfig option to set the default log level by Simon Glass · 6 years ago
- 6e455c3 log: Fix up Kconfig log level names by Simon Glass · 6 years ago
- cb2d432 Convert CONFIG_BOARD_TYPES to Kconfig by Simon Glass · 6 years ago
- b302747 Kconfig: Migrate BOUNCE_BUFFER by Philipp Tomsich · 6 years ago
- 83ad248 common: Kconfig: miscellaneous spelling fixes by Chris Packham · 6 years ago
- 712bd2d Add core support for a bloblist to convey data from SPL by Simon Glass · 6 years ago
- b56cdc0 spl: Add support for logging in SPL and TPL by Simon Glass · 6 years ago
- a4bea1f spl: Support bootstage, log, hash and early malloc in TPL by Simon Glass · 6 years ago
- b550fd7 ARC: Enable DISPLAY_CPUINFO & DISPLAY_BOARDINFO by Alexey Brodkin · 6 years ago
- c7a8810 Convert CONFIG_DISABLE_CONSOLE to Kconfig by Christian Gmeiner · 6 years ago
- 37ad270 arm64: zynqmp: Handle CONFIG_BOARD_LATE_INIT via Kconfig by Michal Simek · 6 years ago
- d6d3597 common: kconfig: Mark AVB_VERIFY as dependent on PARTITION_UUIDS by Eugeniu Rosca · 6 years ago
- 1054176 Convert CONFIG_MISC_INIT_R to Kconfig by Adam Ford · 6 years ago
- 4fcaf49 common: Log should depends on DM not be selected by DM by Michal Simek · 6 years ago
- e0df035 avb2.0: add proper dependencies by Igor Opaniuk · 6 years ago
- 7cd5199 configs: Make NAND_BOOT and ONENAND_BOOT imply NAND by Adam Ford · 6 years ago
- 1fbafc6 bootmenu: Extend BOOTDELAY help text by Alex Kiernan · 6 years ago
- c861bd0 log: CONFIG_LOG should select CONFIG_DM by Heinrich Schuchardt · 7 years ago
- f705544 treewide: Migrate CONFIG_DISPLAY_BOARDINFO_LATE to Kconfig by Mario Six · 7 years ago
- 8febc7a treewide: Migrate CONFIG_LAST_STAGE_INIT to Kconfig by Mario Six · 7 years ago
- 75b23ed treewide: Migrate CONFIG_BOARD_EARLY_INIT_R to Kconfig by Mario Six · 7 years ago
- 58dbf86 Convert CONFIG_BOOTP_BOOTPATH et al to Kconfig by Adam Ford · 7 years ago
- 055fc40 cmd: fitupd: Convert CONFIG_UPDATE_TFTP and co. by Marek Vasut · 7 years ago
- aa1d73b log: Add a way to log error-return values by Simon Glass · 7 years ago
- 3146b4d common/board_f.c: align m68k arch to use CONFIG_DISPLAY_CPUINFO by Angelo Dureghello · 7 years ago
- 14c8a06 log: Add a test command by Simon Glass · 7 years ago
- a68ce92 log: Add a console driver by Simon Glass · 7 years ago
- d95645d log: Add an implementation of logging by Simon Glass · 7 years ago
- 80d51a4 Kconfig: Introduce USE_BOOTCOMMAND and migrate BOOTCOMMAND by Tom Rini · 7 years ago
- 2037fa4 dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts Kconfig by Jean-Jacques Hiblot · 7 years ago
- 10cbc1c common: Drop LOGLEVEL to 4 by Tom Rini · 7 years ago
- bf9c293 printk: collect printk stuff into <linux/printk.h> with loglevel support by Masahiro Yamada · 7 years ago
- 72eec11 bootstage: Provide a separate record count setting for SPL by Simon Glass · 7 years ago
- b501191 bootstage: Drop unused options by Simon Glass · 7 years ago
- 547cb40 Move environment files from common/ to env/ by Simon Glass · 7 years ago
- bd7bffe common: Move CONFIG_BOOTARGS to Kconfig by Sam Protsenko · 7 years ago
- 6f40e7c x86: kconfig: Select ARCH_EARLY_INIT_R in the platform Kconfig by Bin Meng · 7 years ago
- 842a8de x86: kconfig: Let board select BOARD_EARLY_INIT_F by Bin Meng · 7 years ago
- 17f14d9 env: Migrate CONFIG_ENV_IS_IN_FAT options to Kconfig by Tom Rini · 7 years ago
- 4b48bac Convert CONFIG_ENV_IS_IN_ONENAND to Kconfig by Simon Glass · 7 years ago
- 5b32e18 Convert CONFIG_ENV_IS_IN_FAT to Kconfig by Simon Glass · 7 years ago
- 8d8f742 Convert CONFIG_ENV_IS_IN_REMOTE to Kconfig by Simon Glass · 7 years ago
- 3b21fdd Convert CONFIG_ENV_IS_IN_SPI_FLASH to Kconfig by Simon Glass · 7 years ago
- 6617a73 Convert CONFIG_ENV_IS_IN_DATAFLASH to Kconfig by Simon Glass · 7 years ago
- a3a0023 Convert CONFIG_ENV_IS_IN_EEPROM to Kconfig by Simon Glass · 7 years ago
- 690c05a Convert CONFIG_ENV_IS_IN_NVRAM to Kconfig by Simon Glass · 7 years ago
- 41f661d Convert CONFIG_ENV_IS_IN_FLASH to Kconfig by Simon Glass · 7 years ago
- a19d3d2 env: Move help from README to Kconfig by Simon Glass · 7 years ago
- 73c18b4 Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig by Simon Glass · 7 years ago
- 00c34d5b sandbox: Enable more console options by Simon Glass · 7 years ago
- d8b354a board_f: Add new function to allow runtime DTB selection by Cooper Jr., Franklin · 7 years ago
- 899aad2 boot_fit: Create helper functions that can be used to select DTB out of FIT by Cooper Jr., Franklin · 7 years ago
- 6f90e58 powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x by Heiko Schocher · 7 years ago
- 01154cb bootstage: Support SPL by Simon Glass · 8 years ago
- 60d1ebd bootstage: Use rec_count as the array index by Simon Glass · 8 years ago
- 80e5d4d bootstage: Change CONFIG_BOOTSTAGE_USER_COUNT to an int by Simon Glass · 8 years ago
- b22ec7a Kconfig: Add CONFIG_HASH to enable hashing API by Simon Glass · 8 years ago