Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
e904f17f9764426b6d2e821bd6981e8e48df1a4d
/
boot
/
Kconfig
cfd5a55
boot/Kconfig: correct fdt_fixup_memory_banks name typo
by Baruch Siach
· Mon Oct 28 18:44:35 2024 +0200
d1bb953
imx8m: set sane default value for SPL_LOAD_FIT_ADDRESS
by Rasmus Villemoes
· Thu Oct 24 12:01:45 2024 +0200
abb772a
boot: Introduce BOOTSTD_MENU to control bootflow menu build
by Marek Vasut
· Sun Oct 20 17:43:12 2024 +0200
ee3dad4
boot/Kconfig: Add Video Kconfig as dependency for FDT_SIMPLEFB
by Devarsh Thakkar
· Wed Sep 25 20:43:52 2024 +0530
c535107
Makefile: Drop SPL_FIT_SOURCE support
by Marek Vasut
· Sat Oct 05 01:07:13 2024 +0200
e0f9551
net: introduce alternative implementation as net/lwip/
by Jerome Forissier
· Wed Oct 16 12:03:59 2024 +0200
baed5b4
Revert "Makefile: Drop SPL_FIT_GENERATOR / SPL_FIT_SOURCE support" changes
by Tom Rini
· Tue Oct 15 16:51:05 2024 -0600
0587c65
Makefile: Drop SPL_FIT_GENERATOR support
by Marek Vasut
· Sat Oct 05 01:07:14 2024 +0200
d20ab50
Makefile: Drop SPL_FIT_SOURCE support
by Marek Vasut
· Sat Oct 05 01:07:13 2024 +0200
17aea46
Kconfig: clean up the efi configuration status
by Ilias Apalodimas
· Fri Aug 30 14:45:27 2024 +0300
45aec8e
upl: Plumb in universal payload to the init process
by Simon Glass
· Wed Aug 07 16:47:34 2024 -0600
bc3ec00
upl: Add support for Universal Payload in SPL
by Simon Glass
· Wed Aug 07 16:47:31 2024 -0600
3a028c2
upl: Add a command
by Simon Glass
· Wed Aug 07 16:47:30 2024 -0600
b9474a8
upl: Add support for writing a upl handoff
by Simon Glass
· Wed Aug 07 16:47:28 2024 -0600
77459f4
upl: Add support for reading a upl handoff
by Simon Glass
· Wed Aug 07 16:47:27 2024 -0600
1cd3ec9
boot: provide CONFIG_BOOTMETH_QFW Kconfig parameter
by Heinrich Schuchardt
· Tue Jul 16 10:35:34 2024 +0200
d78c9bd
bootstash: Do not provide a default address for all
by Tom Rini
· Mon Jul 15 12:42:00 2024 +0100
1ae5418
Merge patch series "bootstd: Add Android support"
by Tom Rini
· Thu Jul 18 13:52:11 2024 -0600
b30baa9
bootstd: Add a bootmeth for Android
by Mattijs Korpershoek
· Wed Jul 10 10:40:05 2024 +0200
d54a7e7
Merge patch series "Add Turris 1.x board"
by Tom Rini
· Fri Jul 12 13:07:54 2024 -0600
6763ff8
powerpc: Add support for CZ.NIC Turris 1.x routers
by Pali Rohár
· Thu Jun 06 18:33:26 2024 +0200
6c368f4
Fix Kconfig coding style from spaces to tab
by Anand Moon
· Sun Jun 23 23:10:21 2024 +0530
1e665f9
tpm: allow the user to select the compiled algorithms
by Ilias Apalodimas
· Sun Jun 23 14:48:18 2024 +0300
ca51b77
Merge tag 'v2024.07-rc5' into next
by Tom Rini
· Mon Jun 24 13:34:52 2024 -0600
b72eb35
boot: links to FIT documentation in Kconfig
by Heinrich Schuchardt
· Tue Jun 18 08:23:17 2024 +0200
c0a7ae0
boot: fix typos in help text of Kconfig configs
by Quentin Schulz
· Wed Jun 12 16:58:47 2024 +0200
08f3240
Kconfig: Remove all default n options
by Michal Simek
· Mon Apr 15 10:20:05 2024 +0200
793921e
Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled""
by Tom Rini
· Thu Apr 18 08:29:35 2024 -0600
5725dde
Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"
by Tom Rini
· Wed Apr 10 17:06:27 2024 -0600
3edac60
boot: Update SYS_BOOTM_LEN to depend on BOOTM
by Simon Glass
· Thu Dec 14 21:19:03 2023 -0700
b4832e8
bootm: Make OS booting dependent on BOOTM
by Simon Glass
· Thu Dec 14 21:19:01 2023 -0700
79b906c
bootm: Add a Kconfig option for bootm functionality
by Simon Glass
· Thu Dec 14 21:19:00 2023 -0700
b63afe9
boot: Reorder FIT and BOOTSTD to be first
by Simon Glass
· Thu Dec 14 21:18:59 2023 -0700
72bca1a
boot: enable booting via EFI boot manager by default
by Heinrich Schuchardt
· Wed Apr 03 20:05:17 2024 +0200
2259c29
boot: add support for button commands
by Caleb Connolly
· Tue Jan 09 11:51:09 2024 +0000
19b5434
Kconfig: boot: Imply BOOTSTD_DEFAULT when BOOTSTD_FULL=y
by Shantur Rathore
· Sat Dec 23 06:51:59 2023 +0000
9b08b9a
efi_loader: split unrelated code from efi_bootmgr.c
by AKASHI Takahiro
· Wed Jan 17 13:39:41 2024 +0900
ef97f7c
boot: CONFIG_CEDIT must depend on CONFIG_EXPO
by Heinrich Schuchardt
· Sat Dec 16 16:38:36 2023 +0100
e908fec
boot: add support for fdt_fixup command in environment
by Matthias Schiffer
· Mon Dec 11 12:03:17 2023 +0100
9f097bc
bootmeth: use efi_loader interfaces instead of bootefi command
by AKASHI Takahiro
· Tue Nov 21 10:29:46 2023 +0900
9236852
bootstd: Introduce programmatic boot
by Simon Glass
· Sat Nov 18 14:05:19 2023 -0700
dc3bf2d
boot: Make preboot and bootcmd require CMDLINE
by Tom Rini
· Thu Oct 26 14:31:28 2023 -0400
9bf470a
bootmeth_script: Depend on CMDLINE
by Tom Rini
· Thu Oct 26 14:31:27 2023 -0400
ec8d160
boot: Move SYS_BOOTM_LEN to be by LEGACY_IMAGE_FORMAT
by Tom Rini
· Thu Oct 26 14:31:25 2023 -0400
984bfdc
boot: Rework BOOT_DEFAULTS to allow for CMDLINE to be disabled
by Tom Rini
· Thu Oct 26 14:31:24 2023 -0400
045245b
boot: Make DISTRO_DEFAULTS select CMDLINE
by Tom Rini
· Thu Oct 26 14:31:23 2023 -0400
7dee9dc
autoboot: Correct dependencies on CMDLINE
by Simon Glass
· Thu Oct 26 14:31:22 2023 -0400
3c9b3b5
bootmeth: Make BOOTMETH_EFILOADER depend on CMD_BOOTEFI
by Tom Rini
· Thu Oct 26 14:31:21 2023 -0400
32401ba
bootm: Support boot measurement
by Eddie James
· Tue Oct 24 10:43:50 2023 -0500
624c0e5
boot: Join ARCH_FIXUP_FDT_MEMORY with related options
by Simon Glass
· Thu Sep 14 10:55:59 2023 -0600
1a5bcc1
boot: Drop CMD_MTDPARTS condition for FDT_FIXUP_PARTITIONS
by Simon Glass
· Thu Sep 14 10:55:58 2023 -0600
b7b7f16
boot: Join FDT_FIXUP_PARTITIONS with related options
by Simon Glass
· Thu Sep 14 10:55:57 2023 -0600
8b1ec00
Make ARCH_FIXUP_FDT_MEMORY depend on OF_LIBFDT
by Simon Glass
· Thu Sep 14 10:55:56 2023 -0600
e27d7df
Mark DISTRO_DEFAULTS as deprecated
by Simon Glass
· Thu Sep 14 10:55:55 2023 -0600
f7b09e2
Kconfig: Move TEXT_BASE et al under general setup
by Simon Glass
· Thu Sep 14 10:55:54 2023 -0600
6cfb002
boot: Make standard boot a menu
by Simon Glass
· Thu Sep 14 10:55:53 2023 -0600
2289ca9
Kconfig: Move SPL_FIT under FIT
by Simon Glass
· Thu Sep 14 10:55:52 2023 -0600
dfcedda
spl: Drop SPL/TPL_RAM_SUPPORT option for SPL_LOAD_FIT_ADDRESS
by Simon Glass
· Thu Sep 14 10:55:51 2023 -0600
e9a089a
Kconfig: Create a menu for FIT
by Simon Glass
· Thu Sep 14 10:55:49 2023 -0600
7f541fc
boot: Rename Android-boot text
by Simon Glass
· Thu Sep 14 10:55:48 2023 -0600
48e6d3d
boot: Move some other fdt-fixup options to the same menu
by Simon Glass
· Thu Sep 14 10:55:47 2023 -0600
2736719
Move fdt_simplefb to boot/
by Simon Glass
· Thu Sep 14 10:55:46 2023 -0600
69dea21
Merge tag 'v2023.10-rc4' into next
by Tom Rini
· Mon Sep 04 10:51:58 2023 -0400
16e0b8f
boot: Fix reference to bootmenu doc
by Peter Robinson
· Fri Aug 18 15:54:10 2023 +0100
d7d3a97
bootstd: cros: Allow detection of any kernel partition
by Simon Glass
· Thu Aug 24 13:55:45 2023 -0600
1870026
bootstd: cros: Add ARM support
by Simon Glass
· Sun Jul 30 11:17:02 2023 -0600
f18679c
Kconfigs: Correct default of "0" on hex type entries
by Tom Rini
· Wed Aug 02 11:09:43 2023 -0400
f65cdf7
Kconfig: Enable FIT_SIGNATURE if ARM64
by Manorit Chawdhry
· Fri Jul 14 11:22:40 2023 +0530
d74e62a
bootstd: Add a simple bootmeth for ChromiumOS
by Simon Glass
· Wed Jul 12 09:04:45 2023 -0600
c892511
expo: Add a configuration editor
by Simon Glass
· Thu Jun 01 10:23:02 2023 -0600
78c79dd
bootstd: Make BOOTSTD_FULL depend on BOOTSTD
by Simon Glass
· Wed Feb 22 14:06:23 2023 -0700
db92e78
bootstd: Create a new BOOTMETH_DISTRO
by Simon Glass
· Wed May 10 16:34:47 2023 -0600
b71d7f7
bootstd: Rename distro and syslinux to extlinux
by Simon Glass
· Wed May 10 16:34:46 2023 -0600
2d5a8e1
bootstd: Correct default boot command
by Simon Glass
· Sat May 06 08:27:09 2023 -0600
b4b7ebe
bootstd: Require HUSH_PARSER for script booting
by Simon Glass
· Fri May 05 20:03:05 2023 -0600
5c1c6cc
boot/Kconfig: fix comments syntax error
by Hugo Villeneuve
· Mon Apr 24 16:51:12 2023 -0400
f5e6084
Merge branch 'master' into next
by Tom Rini
· Mon Mar 27 15:19:57 2023 -0400
054d018
boot: Create a common BOOT_DEFAULTS for distro and bootstd
by Simon Glass
· Fri Mar 24 16:58:13 2023 -0400
65edcd3
lmb: Enable LMB if SYS_BOOT_RAMDISK_HIGH
by Simon Glass
· Fri Mar 24 16:58:12 2023 -0400
f111bf7
Move DISTRO_DEFAULTS into boot/
by Simon Glass
· Fri Mar 24 16:58:11 2023 -0400
4aa874f
bootstd: Correct 'VPL' typo
by Simon Glass
· Wed Feb 22 09:33:58 2023 -0700
513eeed
boot: Add Kconfigs for BOOTMETH_VBE_REQUEST
by Simon Glass
· Wed Feb 22 09:33:52 2023 -0700
2e5161eb
bootstd: Add some default filesystems and commands
by Simon Glass
· Sat Jan 28 15:00:21 2023 -0700
389a458
bootstd: Allow enabling BOOTSTD_FULL without needing EXPO
by Simon Glass
· Sat Jan 28 15:00:18 2023 -0700
ab2085c
Merge tag 'dm-pull-18jan23' of https://source.denx.de/u-boot/custodians/u-boot-dm
by Tom Rini
· Thu Jan 19 09:46:57 2023 -0500
93d888d
rockchip: Drop the FIT generator script
by Simon Glass
· Sat Jan 07 14:07:20 2023 -0700
bd7694f
rockchip: Convert all boards to use binman
by Simon Glass
· Sat Jan 07 14:07:19 2023 -0700
7d3684a
event: Correct dependencies on the EVENT framework
by Tom Rini
· Mon Jan 16 15:46:49 2023 -0500
d8adbe9
expo: Add basic implementation
by Simon Glass
· Fri Jan 06 08:52:36 2023 -0600
a6b1b3b
Merge branch 'next'
by Tom Rini
· Mon Jan 09 11:30:08 2023 -0500
489f402
PowerPC: Rework PBL location choice
by Tom Rini
· Wed Dec 28 10:52:51 2022 -0500
0f3d1de
common/spl/spl_ram: Remove unused default
by Tom Rini
· Sun Dec 04 10:14:20 2022 -0500
6a5dccc
global: Move remaining CONFIG_SYS_* to CFG_SYS_*
by Tom Rini
· Wed Nov 16 13:10:41 2022 -0500
39c43c3
Fix usage of CONFIG_PREBOOT
by Pali Rohár
· Sun Jul 10 13:42:55 2022 +0200
5722f0e
vpl: Allow signature verification
by Simon Glass
· Thu Oct 20 18:23:16 2022 -0600
bc993e5
vbe: Add Kconfig options for VPL
by Simon Glass
· Thu Oct 20 18:23:13 2022 -0600
72cc538
Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE
by Simon Glass
· Thu Oct 20 18:22:39 2022 -0600
a2860fb
sunxi: Kconfig: introduce SUNXI_MINIMUM_DRAM_MB
by Andre Przywara
· Sun Jul 03 00:47:20 2022 +0100
d0af04c
vbe: Support VBE simple
by Simon Glass
· Sat Jul 30 15:52:33 2022 -0600
0a9f426
vbe: Add initial support for VBE
by Simon Glass
· Sat Jul 30 15:52:32 2022 -0600
Next »