public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2021-12-29 01:50:21 to 2022-01-02 18:29:25 UTC [more...]

help on udoo_neo power up on mainline uboot
 2022-01-02 18:29 UTC  (21+ messages)

[PATCH] udoo_neo: fix udoo neo UNDEFINED
 2022-01-02 18:27 UTC 

[RFC Patch v2] binman: add support for creating dummy files for external blobs
 2022-01-02 17:14 UTC  (3+ messages)

[PATCH v2] console: usb: kbd: Limit poll frequency to improve performance
 2022-01-02 16:25 UTC  (3+ messages)

[PATCH v2 1/7] common: spl: move armv7m-specific code to spl_perform_fixups()
 2022-01-01 17:13 UTC  (7+ messages)
` [PATCH v2 2/7] common: remove bedbug debugger support
` [PATCH v2 3/7] common: board_r: drop initr_kgdb wrapper
` [PATCH v2 4/7] common: board_r: drop initr_addr_map wrapper
` [PATCH v2 5/7] common: board_r: move init_addr_map() to init.h
` [PATCH v2 6/7] common: board_r: include asm-generic/gpio.h
` [PATCH v2 7/7] common: board_r: drop ifdefs around header includes

[PATCH v3] phy: Track power-on and init counts in uclass
 2022-01-02 11:47 UTC  (2+ messages)

[PATCH] env: fat: Add new lines at the end of print statements
 2022-01-02 11:38 UTC 

[PATCH v2] efi_loader: Get rid of kaslr-seed
 2022-01-02 10:05 UTC  (5+ messages)

[RFC v2 00/20] efi_loader: more tightly integrate UEFI disks to driver model
 2022-01-02  9:47 UTC  (9+ messages)
` [RFC v2 05/20] mmc: call device_probe() after scanning
` [RFC v2 11/20] dm: add event notification
` [RFC v2 15/20] efi_loader: disk: a helper function to create efi_disk objects from udevice
` [RFC v2 19/20] efi_loader: disk: not create BLK device for BLK(IF_TYPE_EFI) devices

[PATCH] net: eth-phy: Demote missing phy-handle log message to debug
 2022-01-02  9:19 UTC  (2+ messages)

[PATCH 0/3] Add PCIe support for Iomega iConnect board
 2022-01-02  4:57 UTC  (4+ messages)
` [PATCH 1/3] arm: kirkwood: iConnect : Add PCIe related configs
` [PATCH 2/3] arm: kirkwood: iConnect : Add PCIe late init
` [PATCH 3/3] arm: kirkwood: iConnect : Update board maintainer

kwboot: Marvell Dove UART booting
 2022-01-02  0:28 UTC  (7+ messages)

[PATCH 0/3] Conformance Profiles Table support in U-boot
 2022-01-01 23:56 UTC  (7+ messages)
` [PATCH 2/3] efi: ECPT add EBBRv2.0 conformance profile

[PATCH v8 00/12] efi_loader: capsule: improve capsule authentication support
 2022-01-01 22:53 UTC  (17+ messages)
` [PATCH v8 01/12] tools: mkeficapsule: rework the code a little bit
` [PATCH v8 02/12] tools: build mkeficapsule with tools-only_defconfig
` [PATCH v8 03/12] tools: mkeficapsule: add firmwware image signing
` [PATCH v8 04/12] tools: mkeficapsule: add man page
` [PATCH v8 05/12] doc: update UEFI document for usage of mkeficapsule
` [PATCH v8 06/12] test/py: efi_capsule: add image authentication test
` [PATCH v8 07/12] tools: mkeficapsule: allow for specifying GUID explicitly
` [PATCH v8 12/12] (RFC) efi_loader, dts: add public keys for capsules to device tree

[PATCH] Revert "clk: Detect failure to set defaults"
 2022-01-01 21:41 UTC  (2+ messages)

[RESEND PATCH] imx: Enable ACTLR.SMP in SPL for i.MX6
 2022-01-01 20:41 UTC  (2+ messages)

CONFIG_SYS_SPL_ARGS_ADDR
 2022-01-01 19:00 UTC 

[PATCH] Makefile: imx: Do not call arch/arm/mach-imx flash.bin generation if BINMAN enabled
 2022-01-01 18:50 UTC 

[PATCH v2 1/2] cmd: source: Use script from default config
 2022-01-01 18:45 UTC  (2+ messages)
` [PATCH v2 2/2] f_sdp: Retry sourcing default FIT script

[PATCH] imx6: Enable ACTLR.SMP in SPL
 2022-01-01 12:09 UTC 

Please pull u-boot-video/next
 2022-01-01  4:51 UTC  (2+ messages)

[RFC PATCH v1 00/21] Modernize U-Boot shell
 2021-12-31 16:13 UTC  (22+ messages)
` [RFC PATCH v1 01/21] test: Add framework to test hush behavior
` [RFC PATCH v1 02/21] test: hush: Test hush if/else
` [RFC PATCH v1 03/21] test/py: hush_if_test: Remove the test file
` [RFC PATCH v1 04/21] test: hush: Test hush variable expansion
` [RFC PATCH v1 05/21] test: hush: Test hush commands list
` [RFC PATCH v1 06/21] test: hush: Test hush loops
` [RFC PATCH v1 07/21] cli: Add Busybox upstream hush.c file
` [RFC PATCH v1 08/21] cli: Port Busybox 2021 hush to U-Boot
` [RFC PATCH v1 09/21] cli: Add choice for hush parser
` [RFC PATCH v1 10/21] cli: Add HUSH_2021_PARSER to hush parser choice
` [RFC PATCH v1 11/21] cli: Enables using hush 2021 parser as command line parser
` [RFC PATCH v1 12/21] cli: hush_2021: Enable variables expansion for hush 2021
` [RFC PATCH v1 13/21] cli: hush_2021: Add functions to be called from run_command()
` [RFC PATCH v1 14/21] cli: Modify run_command() to add hush 2021 as parser
` [RFC PATCH v1 15/21] test: hush: Fix instructions list tests for hush 2021
` [RFC PATCH v1 16/21] test: hush: Fix variable expansion "
` [RFC PATCH v1 17/21] cli: hush_2021: Enable using \< and \> as string compare operators
` [RFC PATCH v1 18/21] cli: hush_2021: Enable if keyword
` [RFC PATCH v1 19/21] test: hush: Fix if tests for hush 2021
` [RFC PATCH v1 20/21] cli: hush_2021: Enable loops
` [RFC PATCH v1 21/21] test: hush: Fix loop tests for hush 2021

[RFC] nvme: Split out PCI support
 2021-12-31 20:00 UTC 

Boot Linux FIT image from SPL
 2021-12-31 17:39 UTC  (8+ messages)

[PATCH 1/2] cmd: source: Use script from default config
 2021-12-31 14:11 UTC  (2+ messages)
` [PATCH 2/2] f_sdp: Retry sourcing default FIT script

[PATCH 1/2] ARM: dts: imx: Add labels to remaining anatop regulators
 2021-12-31 10:48 UTC  (4+ messages)
` [PATCH 2/2] ARM: dts: imx: Synchronize iMX6QDL DHCOM PDK2 DTs with Linux 5.15.12

[PATCH v2] phy: Track power-on and init counts in uclass
 2021-12-31  7:39 UTC  (8+ messages)

[PATCH v8 00/25] efi: Improvements to U-Boot running on top of UEFI
 2021-12-31  6:36 UTC  (43+ messages)
` [PATCH v8 01/25] efi: Make unicode printf available to the app
` [PATCH v8 02/25] efi: Locate all block devices in "
` [PATCH v8 03/25] efi: serial: Support arrow keys
` [PATCH v8 04/25] x86: Allow booting a kernel from the EFI app
` [PATCH v8 05/25] x86: Don't process the kernel command line unless enabled
` [PATCH v8 06/25] x86: efi: Add room for the binman definition in the dtb
` [PATCH v8 07/25] efi: Drop device_path from struct efi_priv
` [PATCH v8 08/25] efi: Add comments to "
` [PATCH v8 09/25] efi: Fix ll_boot_init() operation with the app
` [PATCH v8 10/25] efi: Add a few comments to the stub
` [PATCH v8 11/25] efi: Share struct efi_priv between the app and stub code
` [PATCH v8 12/25] efi: Move exit_boot_services into a function
` [PATCH v8 13/25] efi: Check for failure when initing the app
` [PATCH v8 14/25] efi: Mention that efi_info_get() is only used in the stub
` [PATCH v8 15/25] efi: Show when allocated pages are used
` [PATCH v8 16/25] efi: Allow easy selection of serial-only operation
` [PATCH v8 17/25] x86: efi: Update efi_get_next_mem_desc() to avoid needing a map
` [PATCH v8 18/25] efi: Support the efi command in the app
` [PATCH v8 19/25] x86: efi: Show the system-table revision
` [PATCH v8 20/25] x86: efi: Don't set up global_data again with EFI
` [PATCH v8 21/25] x86: efi: Tweak the code used for the 64-bit EFI app
` [PATCH v8 22/25] x86: efi: Round out the link script for 64-bit EFI
` [PATCH v8 23/25] x86: efi: Don't use the 64-bit link script for the EFI app
` [PATCH v8 24/25] x86: efi: Set the correct link flags for the 64-bit "
` [PATCH v8 25/25] efi: Build the 64-bit app properly

[PATCH v2 00/14] Add support for MediaTek MT7621 SoC
 2021-12-31  2:30 UTC  (7+ messages)
` [PATCH v2 03/14] clk: mtmips: add clock driver "

[PATCH 1/2] ARM: dts: stm32: Synchronize DHCOR DTs with Linux 5.15.12
 2021-12-30 22:46 UTC  (2+ messages)
` [PATCH 2/2] ARM: dts: stm32: Synchronize DHCOM "

[PATCH v3 1/6] rockchip: move ROCKCHIP_STIMER_BASE to Kconfig
 2021-12-30 16:48 UTC  (6+ messages)
` [PATCH v3 2/6] rockchip: move CONFIG_SYS_ARCH_TIMER "
` [PATCH v3 3/6] rockchip: spl: change call condition rockchip_stimer_init()
` [PATCH v3 4/6] rockchip: tpl: "
` [PATCH v3 5/6] rockchip: spl: replace ifdef by IS_ENABLED for timer_init() call condition
` [PATCH v3 6/6] rockchip: tpl: use "

[PATCH] spl: Convert SYS_MMCSD_RAW_MODE_KERNEL_SECTOR to Kconfig
 2021-12-30 16:39 UTC 

[PATCH v2 0/1] Add more support for NXP's mfgtool
 2021-12-30 16:21 UTC  (7+ messages)
` [PATCH v2 1/1] fastboot: fb_getvar: Add getvar_logical_blocksize for NXP mfgtool

[PATCH v1 1/1] env: fat: Allow overriding interface, device and partition
 2021-12-30 14:50 UTC 

[PATCH v7 00/24] efi: Improvements to U-Boot running on top of UEFI
 2021-12-30  6:03 UTC  (6+ messages)
` [PATCH v7 04/24] x86: Don't process the kernel command line unless enabled

[PATCH v2 0/3] Apple M1 power management controller support
 2021-12-30  6:03 UTC  (7+ messages)
` [PATCH v2 3/3] power: domain: Add Apple pmgr driver

[PATCH v2 1/4] rockchip: spl: change call condition rockchip_stimer_init()
 2021-12-30  6:02 UTC  (6+ messages)
` [PATCH v2 2/4] rockchip: tpl: "
` [PATCH v2 3/4] rockchip: spl: replace ifdef by IS_ENABLED for timer_init() call condition
` [PATCH v2 4/4] rockchip: tpl: use "

[PATCH 0/8] ARM: ti: AM64x: Add Ethernet boot support on AM64x SK
 2021-12-29 19:31 UTC  (3+ messages)
` [PATCH 2/8] net: ti: am65-cpsw: Add support for multi port independent MAC mode

[PATCH] net: phy: add TI DP83869HM ethernet driver
 2021-12-29 19:26 UTC  (2+ messages)

[PATCH v2] riscv: cancel the limitation that NR_CPUS is less than or equal to 32
 2021-12-29 17:55 UTC  (3+ messages)

efi bootmenu
 2021-12-29 16:04 UTC  (6+ messages)

[RFC PATCH] RFC: Sketch of dm event notification
 2021-12-29 13:36 UTC  (9+ messages)

[PATCH v5 00/28] efi: Improvements to U-Boot running on top of UEFI
 2021-12-29 13:36 UTC  (6+ messages)
` [PATCH v5 21/28] efi: Support the efi command in the app

'bmp display' convert 24bit bmp to 16bit lcd format
 2021-12-29 13:36 UTC  (4+ messages)

[PATCH v1] rockchip: move ROCKCHIP_STIMER_BASE to Kconfig
 2021-12-29 13:36 UTC  (2+ messages)

[PATCH v1 1/2] rockchip: spl: change call condition rockchip_stimer_init()
 2021-12-29 13:36 UTC  (5+ messages)
` [PATCH v1 2/2] rockchip: tpl: "

[PATCH 0/1] [PATCH] ARM: qemu-arm: Fix build fail with boot devices disabled
 2021-12-29 13:30 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v6 0/4] Add octal DTR support for Macronix flash
 2021-12-29  5:56 UTC  (5+ messages)
` [PATCH v6 1/4] mtd: spi-nor: macronix: add support for Macronix Octal
` [PATCH v6 2/4] mtd: spi-nor-core: Adding different type of command extension in Soft Reset
` [PATCH v6 3/4] mtd: spi-nor-core: Add support for Macronix Octal flash
` [PATCH v6 4/4] mtd: spi-nor: Parse SFDP SCCR Map

[PATCH v1] driver: fastboot: Fix getvar_get_part_info when flash nand
 2021-12-29  2:50 UTC 

[PATCH 0/3] Apple M1 power management controller support
 2021-12-29  1:50 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox