messages from 2022-04-22 13:27:51 to 2022-04-25 14:51:02 UTC [more...]
[PATCH 11/11] board: freescale: p1_p2_rdb_pc: Add env commands norlowerboot, norupperboot, sd2boot and defboot
2022-04-25 14:50 UTC (2+ messages)
` [PATCH v2] "
[PATCH 10/11] board: freescale: p1_p2_rdb_pc: Move BootROM change source macros to p1_p2_bootrom.h
2022-04-25 14:48 UTC (2+ messages)
` [PATCH v2] board: freescale: p1_p2_rdb_pc: Move boot reset macros to p1_p2_bootsrc.h
[PATCH 1/3] dm: core: Add DM_FLAG_PROBE_AFTER_BIND flag
2022-04-25 14:31 UTC (13+ messages)
` [PATCH 2/3] led: Mark device instance with DM_FLAG_PROBE_AFTER_BIND
` [PATCH 3/3] led: gpio: Check device compatible string to determine the top level node
[PATCH] imx8m: fix reading of DDR4 MR registers
2022-04-25 14:22 UTC
[PATCH 03/11] board: freescale: p1_p2_rdb_pc: Fix parsing negated upper 4 bits from boot input data
2022-04-25 14:12 UTC (2+ messages)
` [PATCH v2] board: freescale: p1_p2_rdb_pc: Fix parsing inverted "
[PATCH 0/2] allow to write protect single boot partition
2022-04-25 13:59 UTC (3+ messages)
` [PATCH 1/2] drivers: mmc: write protect single boot area
` [PATCH 2/2] cmd: mmc: allow to write protect single boot partition
possible off-by-one error on month counting in rtc rv8803 driver
2022-04-25 13:50 UTC (2+ messages)
[PATCH 1/4] ARM: imx: imx8m: Introduce and use UART_BASE_ADDR(n)
2022-04-25 13:39 UTC (10+ messages)
` [PATCH 2/4] ARM: imx: imx27: "
` [PATCH 3/4] ARM: imx: imx31: "
` [PATCH 4/4] ARM: imx: imx5: "
[PATCH] ARM: imx: imx8q: Use LPUART_BASE macro in config files
2022-04-25 12:56 UTC (2+ messages)
[PATCH 0/2] powerpc: mpc85xx: Add support for generating QorIQ pre-PBL eSDHC boot sector
2022-04-25 12:36 UTC (4+ messages)
` [PATCH 1/2] "
[PATCH v3 0/6] meson: add clk and adc support for JetHub D1 (j100)
2022-04-25 12:31 UTC (13+ messages)
` [PATCH v3 1/6] clk: meson: add minimal driver for axg-ao clocks
` [PATCH v3 2/6] clk: meson: fix driver name for g12a-ao clocks
` [PATCH v3 3/6] clk: meson: update driver "
` [PATCH v3 4/6] adc: meson-saradc: add AXG variant
` [PATCH v3 5/6] board: amlogic: jethub j100: enable saradc in dts
` [PATCH v3 6/6] board: amlogic: jethub j100: enable saradc in config
[PATCH 0/8] powerpc: mpc85xx: Fix and cleanup mpc85xx code
2022-04-25 12:31 UTC (5+ messages)
` [PATCH 7/8] powerpc: mpc85xx: Set TEXT_BASE addresses to real base values
` [PATCH v2] "
[PATCH 0/2] MXS nand fixes in SPL
2022-04-25 11:45 UTC (4+ messages)
` [PATCH 1/2] nand: raw: mxs_nand: Fix specific hook registration
` [PATCH 2/2] mtd: nand: mxs_nand_spl: Fix bad block skipping
[PATCH] usb: dwc3: Fix non-usb3 configurations
2022-04-25 11:29 UTC (2+ messages)
[PATCH] net: marvell: mvgbe: Set PHY page 0 before phy_connect
2022-04-25 11:18 UTC (11+ messages)
[PATCH] crypto/fsl: fsl_rsa: Fix dcache issue in the driver
2022-04-25 10:41 UTC
[PATCH v3 0/2] usb: dwc3: Enable PHY support
2022-04-25 10:14 UTC (8+ messages)
` [PATCH v3 2/2] usb: dwc3: Add support for usb3-phy PHY configuration
[PATCH] env: Couple networking-related variable flags to CONFIG_NET
2022-04-25 9:27 UTC
[PATCH] efi_loader: Improve console screen clearing and reset
2022-04-25 9:23 UTC
[PATCH 1/2] mtd: call of_platform_populate() for MTD partitions
2022-04-25 8:39 UTC (4+ messages)
` Regression? "
[PATCH v1] drivers: spi: spi-sunxi: Add Kconfig option for sun4i_spi_parse_pins
2022-04-25 6:21 UTC
[PATCH v3 00/13] Add support for NVMEM API
2022-04-25 5:48 UTC (3+ messages)
` [PATCH v3 08/13] misc: Add support for nvmem cells
[PATCH v5 00/34] Initial implementation of standard boot
2022-04-25 5:31 UTC (32+ messages)
` [PATCH v5 01/34] lib: Move string tests to the string module
` [PATCH v5 02/34] test: Add tests for trailing_strtol()
` [PATCH v5 03/34] lib: Correct comment formatting to avoid sphinx problems
` [PATCH v5 04/34] lib: Fix a few bugs in trailing_strtoln()
` [PATCH v5 05/34] lib: Add a way to find the postiion of a trailing number
` [PATCH v5 06/34] dm: core: Rename and fix uclass_get_by_name_len()
` [PATCH v5 07/34] dm: core: Allow finding a uclass device by partial name
` [PATCH v5 08/34] test: fastboot: Avoid using mmc1
` [PATCH v5 09/34] test: dm: Restart USB before assuming it is stopped
` [PATCH v5 10/34] dm: blk: Add a function to return the device type
` [PATCH v5 11/34] fs: Add a function to set the filesystem type
` [PATCH v5 12/34] bootstd: Add the concept of a bootflow
` [PATCH v5 13/34] bootstd: Add the bootstd uclass and core implementation
` [PATCH v5 14/34] bootstd: Add the bootdev uclass
` [PATCH v5 15/34] bootstd: Add the bootmeth uclass and helpers
` [PATCH v5 16/34] bootstd: Add support for bootflows
` [PATCH v5 17/34] bootstd: Add a bootdev command
` [PATCH v5 18/34] bootstd: Add a bootflow command
` [PATCH v5 19/34] bootstd: Add a bootmeth command
` [PATCH v5 21/34] bootstd: mmc: Add a bootdev driver
` [PATCH v5 22/34] bootstd: ethernet: "
` [PATCH v5 23/34] bootstd: Add an implementation of distro PXE boot
` [PATCH v5 24/34] bootstd: Add an implementation of EFI boot
` [PATCH v5 26/34] bootstd: Add an implementation of EFI bootmgr
` [PATCH v5 27/34] bootstd: Add a sandbox bootmeth driver
` [PATCH v5 29/34] bootstd: Add an implementation of script boot
` [PATCH v5 30/34] bootstd: usb: Add a bootdev driver
` [PATCH v5 31/34] bootstd: Add tests for bootstd including all uclasses
` [PATCH v5 32/34] bootstd: Add setup for the bootflow tests
` [PATCH v5 33/34] bootstd: doc: Add documentation
` [PATCH v5 34/34] bootstd: Provide a default command
[PATCH][RESEND] mtd: spi-nor-ids: Add Winbond W25Q128JW ID
2022-04-25 4:39 UTC (2+ messages)
[PATCH] nds32: Remove the architecture
2022-04-25 0:45 UTC (5+ messages)
[RFC PATCH 0/8] Build Rockchip final images using binman
2022-04-25 0:03 UTC (9+ messages)
` [RFC PATCH 1/8] binman: mkimage: Support ':'-separated inputs
` [RFC PATCH 2/8] rockchip: Add binman definitions for final images
` [RFC PATCH 3/8] soc: rockchip: Include common U-Boot dtsi file
` [RFC PATCH 4/8] board: rockchip: Move SPI U-Boot offset to config
` [RFC PATCH 5/8] rockchip: Remove obsolete Makefile targets
` [RFC PATCH 6/8] rockchip: Enable binman for ARM64
` [RFC PATCH 7/8] doc: rockchip: Update for new binman image generation
` [RFC PATCH 8/8] board: rockpro64: Enable building SPI image
[PATCH v2 1/2] pmic: pca9450: Add upstream regulators subnode match
2022-04-24 21:40 UTC (2+ messages)
` [PATCH v2 2/2] pmic: pca9450: Add regulator driver
[PATCH v2] usb: dwc3: add a SPL_USB_DWC3_GENERIC option for the dwc3 driver
2022-04-24 14:08 UTC
[PATCH] lib/date: Make rtc_mktime and mktime64 Y2038-ready
2022-04-24 9:34 UTC
[PATCH] arm: sunxi: dram: restore previous value in DRAM
2022-04-24 3:13 UTC (2+ messages)
[PATCH] clk: sunxi: h6_r: Correct the driver name
2022-04-23 21:18 UTC (2+ messages)
Pull request for efi-2022-07-rc1-3
2022-04-23 21:14 UTC
[PATCH] sunxi: fix initial environment loading without MMC
2022-04-23 21:01 UTC (2+ messages)
[RESEND PATCH] gpio: rgpio2p: Enhance reading of GPIO pin value
2022-04-23 20:37 UTC (2+ messages)
[PATCH 0/7] disk: don't compile in partition support for spl/tpl if not really necessary
2022-04-23 20:08 UTC (5+ messages)
` [PATCH 6/7] efi_loader: disk: compile efi_disk when CONFIG_BLK
[PATCH 0/7] binman: Fix replacing FIT subentries
2022-04-23 15:46 UTC (4+ messages)
` [PATCH 7/7] binman: Refuse to replace sections for now
[PATCH] arm: apple: Point stdout-path to framebuffer when keyboard present
2022-04-23 12:09 UTC (2+ messages)
[PATCH] arm: apple: Don't clear framebuffer
2022-04-23 12:09 UTC (2+ messages)
[PATCH v2] Allow colon in PXE bootfile URLs
2022-04-23 12:09 UTC (3+ messages)
` [PATCH v3] "
[PATCH] fdt: Fix TPL SEPARATE_BSS check when locating DTB
2022-04-23 12:09 UTC (2+ messages)
[PATCH v2] cmd: adc: Add support for storing ADC result in env variable
2022-04-23 12:08 UTC (2+ messages)
[PATCH] fdt: Add -q option to fdt addr for distro_bootcmd
2022-04-23 12:08 UTC (2+ messages)
[RFC PATCH] spl: spl_nand: Fix bad block handling in fitImage
2022-04-23 8:38 UTC
[PATCH v2 0/6] meson: add clk and adc support for JetHub D1 (j100)
2022-04-23 7:06 UTC (7+ messages)
` [PATCH v2 1/6] clk: meson: add minimal driver for axg-ao clocks
` [PATCH v2 5/6] board: amlogic: jethub j100: enable saradc in dts
[RFC PATCH] arm: mach-imx: cmd_nandbcb fix bad block handling
2022-04-22 22:11 UTC
[PATCH v2] misc: Fix always compiling MISC even for SPL/TPL
2022-04-22 20:11 UTC
[PATCH] misc: Fix always compiling MISC even for SPL/TPL
2022-04-22 20:00 UTC (3+ messages)
[PATCH] usb: dwc3: add a SPL_USB_DWC3_GENERIC option for the dwc3 driver
2022-04-22 19:44 UTC (2+ messages)
[PATCH] serial: smh: Check return value of strndup
2022-04-22 18:50 UTC
[PATCH v2 0/3] arm: layerscape: Add sfp driver
2022-04-22 18:34 UTC (4+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] ARM: dts: ls1021a: update the clockgen node
` [PATCH v2 3/3] arch: layerscape: Add SFP binding
[PATCH v2 0/9] spl: Use common function for loading/parsing images
2022-04-22 18:27 UTC (10+ messages)
` [PATCH v2 1/9] spl: Add generic spl_load function
` [PATCH v2 2/9] spl: Convert ext to use spl_load
` [PATCH v2 3/9] spl: Convert fat to spl_load
` [PATCH v2 4/9] spl: Convert mmc "
` [PATCH v2 5/9] spl: Convert net "
` [PATCH v2 6/9] spl: Convert nor "
` [PATCH v2 7/9] spl: Convert semihosting "
` [PATCH v2 8/9] spl: Convert spi "
` [PATCH v2 9/9] spl: spi: Consolidate spi_load_image_os into spl_spi_load_image
[PATCH v3] board: purism: add the Purism Librem5 phone
2022-04-22 17:52 UTC (3+ messages)
[PATCH v2 0/6] net: fm: Verify Fman microcode
2022-04-22 17:38 UTC (7+ messages)
` [PATCH v2 1/6] ARMv8/sec_firmware: Remove SEC_FIRMWARE_FIT_CNF_NAME
` [PATCH v2 2/6] image: fit: Add some helpers for getting data
` [PATCH v2 3/6] ARMv8/sec_firmware: Convert to use fit_get_data_conf_prop
` [PATCH v2 4/6] cmd: fpga: Convert to use fit_get_data_node
` [PATCH v2 5/6] net: Convert fit verification to use fit_get_data_*
` [PATCH v2 6/6] net: fm: Add support for FIT firmware
[RESEND PATCH v2 0/3] net: fm: Add support for loading firmware from filesystem
2022-04-22 17:30 UTC (4+ messages)
` [RESEND PATCH v2 1/3] misc: fs_loader: Add function to get the chosen loader
` [RESEND PATCH v2 2/3] net: fm: Add firmware name parameter
` [RESEND PATCH v2 3/3] net: fm: Support loading firmware from a filesystem
[PATCH 1/2] mx6slevk: Remove duplicated "mmc dev" command
2022-04-22 17:17 UTC (2+ messages)
` [PATCH 2/2] mx6sllevk: "
[PATCH] MAINTAINERS: Add Alper as a binman maintainer
2022-04-22 16:52 UTC (2+ messages)
[PATCH] cpu: 83xx: Add missing dependency on CPU_MPC83XX
2022-04-22 16:51 UTC (2+ messages)
Please pull u-boot-pmic master
2022-04-22 16:51 UTC (2+ messages)
[PULL] u-boot-usb/master
2022-04-22 16:51 UTC (2+ messages)
[PATCH] patman: Fix defaults not propegating to subparsers
2022-04-22 16:50 UTC
[PATCH 0/3] gpt: add support to repair gpt
2022-04-22 15:46 UTC (4+ messages)
` [PATCH 1/3] disk: part_efi: add support to repair gpt table
` [PATCH 2/3] cmd: gpt: add subcommand repair
` [PATCH 3/3] test: py: tests: test_gpt.py: add a simple test for the command gpt repair
Please pull u-boot-watchdog/master
2022-04-22 15:06 UTC (2+ messages)
Pull request: u-boot-imx u-boot-imx-20220422
2022-04-22 15:06 UTC (2+ messages)
[PATCH] clk: stm32mp1: Add missing newline
2022-04-22 14:37 UTC (2+ messages)
Linking archive to hello_world in standalone
2022-04-22 13:19 UTC
RFC: Updating i.MX8M CPU thermal trip-point at runtime
2022-04-22 8:56 UTC (5+ messages)
[PATCH] led: gpio: Use NOP uclass driver for top-level node
2022-04-22 14:29 UTC (2+ messages)
[PATCH] led: Drop led_default_state()
2022-04-22 14:28 UTC (2+ messages)
[PATCH 01/10] microblaze: start.S: remove unused code
2022-04-22 14:19 UTC (5+ messages)
` [PATCH 09/10] cpu: microblaze: add driver for CPU
` [PATCH 10/10] microblaze: cache: use fdt cache size info if available
[PATCH] led: Configure LED default-state on boot
2022-04-22 13:52 UTC (12+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox