public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-01-06 10:18:22 to 2023-01-08 02:53:16 UTC [more...]

[PATCH v2 00/71] bootstd: Allow migration from distro_bootcmd scripts
 2023-01-08  2:49 UTC  (5+ messages)
` [PATCH v2 01/71] dm: core: Correct ordering of uclasses IDs
` [PATCH v2 02/71] dm: core: Support sorting devices with dm tree
` [PATCH v2 03/71] dm: test: Correct assertion in dm_test_part()
` [PATCH v2 05/71] bootstd: Remove special-case code for boot_targets

[PATCH v2 03/14] tpm: Add a proper Kconfig option for crc8 in SPL
 2023-01-08  2:40 UTC  (3+ messages)
` [PATCH v2 13/14] rockchip: Enable bootstage on rockpro64

[PATCH 00/14] fdt: Improvements for fdt and tracing
 2023-01-08  2:39 UTC  (15+ messages)
` [PATCH 01/14] trace: Use notrace for short
` [PATCH 02/14] arm: Support trace on armv8
` [PATCH 08/14] trace: Move trace pointer to data section
` [PATCH 09/14] mkimage: Add a few more messages for FIT failures
` [PATCH 10/14] trace: Adjust flags in proftool
` [PATCH 11/14] trace: Update trace-format generator for newer version
` [PATCH 14/14] Revert "fdtdec: drop needlessly convoluted CONFIG_PHANDLE_CHECK_SEQ"

[PATCH 1/1] doc: building documentation
 2023-01-08  2:37 UTC  (12+ messages)

[u-boot][master][PATCH 1/3] pico-imx7d: add support for 2GB memory SoMs
 2023-01-07 18:40 UTC  (6+ messages)

[PATCH] efi_loader: fix description of memory functions
 2023-01-08  0:00 UTC 

[PATCH 1/1] doc: fix description of u16_strcasecmp()
 2023-01-07 23:25 UTC 

[PATCH] pylibfdt: Allow version normalization to fail
 2023-01-07 23:04 UTC 

[PATCH] board: sifive: unmatched: enable booting on a second NVME device
 2023-01-07 23:02 UTC  (2+ messages)

Pull request efi-2023-01-rc5-4
 2023-01-07 23:01 UTC  (2+ messages)

[PATCH v3 00/25] bootstd: Add a boot menu
 2023-01-07 22:54 UTC  (33+ messages)
` [PATCH v3 01/25] sandbox: Enable mmc command and legacy images
` [PATCH v3 02/25] cli: Move readline character-processing to a state machine
` [PATCH v3 03/25] bootmenu: Add a few comments
` [PATCH v3 04/25] menu: Rename KEY_... to BKEY_
` [PATCH v3 05/25] menu: Update bootmenu_autoboot_loop() to return the code
` [PATCH v3 06/25] menu: Update bootmenu_loop() "
` [PATCH v3 07/25] menu: Use a switch statement
` [PATCH v3 08/25] menu: Make use of CLI character processing
` [PATCH v3 09/25] image: Add a function to find a script in an image
` [PATCH v3 10/25] image: Move common image code to image_board and command
` [PATCH v3 11/25] video: Enable VIDEO_ANSI by default only with EFI
` [PATCH v3 12/25] video: truetype: Rename the metrics function
` [PATCH v3 13/25] video: Fix unchnaged typo
` [PATCH v3 14/25] video: Add font functions to the vidconsole API
` [PATCH v3 15/25] bootstd: Read the Operating System name for distro/scripts
` [PATCH v3 16/25] bootstd: Allow reading a logo for the OS
` [PATCH v3 17/25] menu: Factor out menu-keypress decoding
` [PATCH v3 18/25] expo: Add basic implementation
` [PATCH v3 19/25] expo: Add support for scenes
` [PATCH v3 20/25] expo: Add support for scene menus
` [PATCH v3 21/25] expo: Add basic tests
` [PATCH v3 22/25] bootstd: Support creating a boot menu
` [PATCH v3 23/25] bootstd: Add a test for the bootstd menu
` [PATCH v3 24/25] bootstd: Support setting a theme for the menu
` [PATCH v3 25/25] expo: Add documentation

[PATCH v4 0/9] Add video damage tracking
 2023-01-07 22:40 UTC  (17+ messages)
` [PATCH v4 1/9] dm: video: Add damage tracking API
` [PATCH v4 2/9] dm: video: Add damage notification on display clear
` [PATCH v4 3/9] vidconsole: Add damage notifications to all vidconsole drivers
` [PATCH v4 4/9] video: Add damage notification on bmp display
` [PATCH v4 7/9] video: Use VIDEO_DAMAGE for VIDEO_COPY
` [PATCH v4 8/9] video: Always compile cache flushing code
` [PATCH v4 9/9] video: Enable VIDEO_DAMAGE for drivers that need it

[PATCH v8 00/13] binman: rockchip: Migrate from rockchip SPL_FIT_GENERATOR script
 2023-01-07 21:58 UTC  (16+ messages)
` [PATCH v8 06/13] binman: Support new op-tee binary format
` [PATCH v8 09/13] rockchip: Use multiple-images for rk3399

[PATCH] Revert "common/memsize.c: Fix get_effective_memsize() to check for overflow"
 2023-01-07 21:58 UTC  (16+ messages)

[PATCH] common/memsize.c: Check for overflow in get_effective_memsize() only for mpc85xx
 2023-01-07 21:55 UTC 

Broken powerpc compilation since commit 141659187667 ("pylibfdt: Fix disable version normalization")
 2023-01-07 21:51 UTC  (9+ messages)

[PATCH v9 00/14] binman: rockchip: Migrate from rockchip SPL_FIT_GENERATOR script
 2023-01-07 21:07 UTC  (15+ messages)
` [PATCH v9 01/14] binman: Allow writing section contents to a file
` [PATCH v9 02/14] binman: Tidy up comment in fit _gen_node
` [PATCH v9 03/14] binman: Update entry docs
` [PATCH v9 04/14] binman: Use a reference for binman symbols docs
` [PATCH v9 05/14] binman: Support optional entries
` [PATCH v9 06/14] binman: Add a way to check for a valid ELF file
` [PATCH v9 07/14] binman: Support new op-tee binary format
` [PATCH v9 08/14] binman: Support optional external blobs
` [PATCH v9 09/14] rockchip: evb-rk3288: Drop raw-image support
` [PATCH v9 10/14] rockchip: Use multiple-images for rk3399
` [PATCH v9 11/14] rockchip: Support building the all output files in binman
` [PATCH v9 12/14] rockchip: Convert all boards to use binman
` [PATCH v9 13/14] rockchip: Drop the FIT generator script
` [PATCH v9 14/14] treewide: Disable USE_SPL_FIT_GENERATOR by default

Pull request for u-boot-nand-20230104
 2023-01-07 18:46 UTC  (8+ messages)

[PATCH v2 1/2] lib: zstd: update to latest Linux zstd 1.5.2
 2023-01-07 17:38 UTC  (6+ messages)

[regression] 2023.01 breaks u-boot-initial-env for aarch64
 2023-01-07 17:29 UTC  (6+ messages)

[PATCH v3] usb: gadget: fastboot: detach usb just before rebooting
 2023-01-07 16:48 UTC 

[PATCH v2] usb: gadget: fastboot: detach usb just before rebooting
 2023-01-07 16:45 UTC  (7+ messages)

Is it possiable to run dm test in local u-boot console?
 2023-01-07 15:52 UTC  (2+ messages)

Applying DTB Overlays from ATF on RZ/G2
 2023-01-07 12:01 UTC  (6+ messages)

[PULL next] u-boot-at91-2023.04-a
 2023-01-07  2:04 UTC  (2+ messages)

[PATCH] net: ipv6: Fix IPv6 netmask parsing
 2023-01-06 22:22 UTC 

[PATCH v3 0/7] Add video damage tracking
 2023-01-07  0:13 UTC  (5+ messages)
` [PATCH v3 6/7] video: Only dcache flush damaged lines

[PATCH v2] cmd: mmc: Expand bkops handling
 2023-01-07  0:13 UTC  (2+ messages)

[PATCH u-boot 2/2] Makefile: Build working u-boot-dtb.bin target also for mpc85xx
 2023-01-07  0:13 UTC  (12+ messages)

[PATCH] common: bouncebuf: Use dma-mapping for cache ops
 2023-01-07  0:13 UTC  (2+ messages)

[PATCH v2 0/3] efi_loader: consider EFI memory map
 2023-01-06 23:22 UTC  (5+ messages)
` [PATCH v2 2/3] efi_loader: carve out efi_get_memory_map_alloc()
` [PATCH v2 3/3] lmb: consider EFI memory map

linksys wrt1900acs v2 boot problem
 2023-01-06 23:06 UTC  (3+ messages)

kwboot : bug when board stops acking
 2023-01-06 21:53 UTC  (3+ messages)

[PATCH 0/4] Enable gigadevice and add new part #s
 2023-01-06 19:53 UTC  (7+ messages)

[PATCH v2] ARM: omap3: evm: Name this directory omap3evm
 2023-01-06 19:05 UTC 

[PATCH] ARM: omap3: evm: Name this directory omap3
 2023-01-06 18:29 UTC  (4+ messages)

Netgear RN102 U-Boot Nand Driver Modification
 2023-01-06 17:46 UTC  (2+ messages)

[PATCH] arm: stm32mp: Fix board_get_usable_ram_top() again
 2023-01-06 16:56 UTC  (11+ messages)

[PULL] Pull request for u-boot master / v2023.01 = u-boot-stm32-20230106
 2023-01-06 16:52 UTC  (2+ messages)

[PATCH] arm: rmobile: rzg2_beacon: Enable alternative Ethernet PHY
 2023-01-06 16:52 UTC  (2+ messages)

[PATCH] arm: dts: rz-g2-beacon-u-boot: Fix QSPI Regression
 2023-01-06 16:52 UTC  (2+ messages)

[PATCH] pylibfdt: Fix disable version normalization
 2023-01-06 16:52 UTC  (2+ messages)

[PATCH] rockchip: Fix the broken Video out for rk3288 boards
 2023-01-06 16:52 UTC  (2+ messages)

[PATCH] imx7d-pico: Fix the name of the u-boot.dtsi file
 2023-01-06 16:52 UTC  (2+ messages)

[PATCH u-boot] powerpc/mpc85xx: socrates: Re-enable building u-boot-socrates.bin
 2023-01-06 16:52 UTC  (2+ messages)

[PATCH] Revert "Revert "cmd: pxe_utils: Check fdtcontroladdr in label_boot""
 2023-01-06 16:52 UTC  (2+ messages)

[PATCH v2] cmd: pxe_utils: Limit fdtcontroladdr usage to non-fitImage
 2023-01-06 16:52 UTC  (2+ messages)

[PATCH] i2c: uniphier-f: correct error recovery
 2023-01-06 16:52 UTC  (2+ messages)

[PATCH 0/2] efi: small hii set_keyboard_layout conformance improvement
 2023-01-06 15:27 UTC  (3+ messages)
` [PATCH 1/2] efi_loader: refine set_keyboard_layout() status

[PATCH] fastboot: remove #ifdef CONFIG when it is possible
 2023-01-06 14:31 UTC  (4+ messages)

Please pull u-boot-dm/next
 2023-01-06 13:05 UTC  (2+ messages)

[PATCH 0/4] Fix sparse warnings
 2023-01-06 12:45 UTC  (10+ messages)
` [PATCH 1/4] xilinx: common: Add missing prototype for board_get_usable_ram_top
` [PATCH 2/4] gpio: zynqmp: Remove unused variable ret
` [PATCH 3/4] xilinx: versal: Add missing prototype
` [PATCH 4/4] drivers: mmc: Change datatype to fix a warning

Pull request: u-boot-rockchip/for-next
 2023-01-06 12:25 UTC  (3+ messages)

[PATCH 0/6] stm32mp: Add support of OP-TEE and STM32MP13x in bsec driver
 2023-01-06 12:20 UTC  (7+ messages)
` [PATCH 1/6] stm32mp: cosmetic: Update of "
` [PATCH 2/6] stm32mp: Add OP-TEE support in "
` [PATCH 3/6] stm32mp: Add support of STM32MP13x "
` [PATCH 4/6] configs: stm32mp13: Activate CONFIG_CMD_FUSE
` [PATCH 5/6] board: st: Add support of STM32MP13x boards in stm32board cmd
` [PATCH 6/6] configs: stm32mp13: Activate command stm32key

[PATCH] usb: dwc3: Fix the return value of gpio_request_by_name()
 2023-01-06  4:44 UTC  (3+ messages)

[PATCH 3/3] nvmem: u-boot-env: post process "ethaddr" env variable
 2023-01-05 21:00 UTC  (2+ messages)

[PATCH 00/17] Support android boot image v3/v4
 2023-01-06 11:04 UTC  (5+ messages)

[PATCH] mtd: spi-nor: Keep CFR5V[6] as 1 in Octal DTR enable
 2023-01-06 10:17 UTC  (2+ messages)


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