messages from 2022-03-03 20:46:24 to 2022-03-05 16:36:52 UTC [more...]
[PATCH] lib: rsa: use actual OpenSSL 1.1.0 EVP MD API
2022-03-05 16:36 UTC (2+ messages)
[PATCH] .mailmap: Record all address for main U-Boot contributor
2022-03-05 16:36 UTC (3+ messages)
[PATCH 1/1] mkimage: error handling for FIT image
2022-03-05 16:35 UTC (2+ messages)
[PATCH 1/1] cmd: pwm: fix typo 'eisable' -> 'disable'
2022-03-05 16:35 UTC (2+ messages)
[PATCH] arm: dts: iot2050: Add cfg register space for ringacc and udmap
2022-03-05 16:35 UTC (2+ messages)
[PATCH] configs: j721e_*_evm_a72_defconfig: Enable config for setting mmc speed mode
2022-03-05 16:35 UTC (2+ messages)
[PATCH v2] arm: mach-k3: am6_init: Use CONFIG_TI_I2C_BOARD_DETECT
2022-03-05 16:35 UTC (4+ messages)
[PATCH] configs: ti: use standard configuration nodes naming
2022-03-05 16:35 UTC (2+ messages)
[PATCH v4 0/5] fs/erofs: new filesystem
2022-03-05 14:57 UTC (5+ messages)
[PATCH] ARM: mach-omap2: omap3: Make clock functions static
2022-03-05 14:25 UTC
[PATCH 1/1] efi_loader: remove efi_disk_is_system_part()
2022-03-05 9:37 UTC (3+ messages)
[PATCH] usb: gadget: ci: Make various ops const
2022-03-04 22:59 UTC
[PATCH v2 00/25] binman: rockchip: Migrate from rockchip SPL_FIT_GENERATOR script
2022-03-04 19:56 UTC (51+ messages)
` [PATCH v2 01/25] dtoc: Make GetArgs() more flexible
` [PATCH v2 02/25] moveconfig: Remove remove_defconfig()
` [PATCH v2 03/25] moveconfig: Use re.fullmatch() to avoid extra check
` [PATCH v2 04/25] spl: Correct Kconfig help for TPL_BINMAN_SYMBOLS
` [PATCH v2 05/25] dtoc: Tidy up implementation of AddStringList()
` [PATCH v2 06/25] elf: Rename load_segments() and module failure
` [PATCH v2 07/25] binman: Tweak collect_contents_to_file() and docs
` [PATCH v2 08/25] binman: Rename ExpandToLimit to extend_to_limit
` [PATCH v2 09/25] binman: Rename ExpandEntries to gen_entries
` [PATCH v2 10/25] binman: Refactor fit to generate output at the end
` [PATCH v2 11/25] binman: Rename tools parameter to btools
` [PATCH v2 12/25] binman: Change how faked blobs are created
` [PATCH v2 13/25] binman: Make fake blobs zero-sized by default
` [PATCH v2 14/25] binman: Allow mkimage to use a non-zero fake-blob size
` [PATCH v2 15/25] binman: Read the fit entries only once
` [PATCH v2 16/25] binman: Fix some pylint warnings in fit
` [PATCH v2 17/25] binman: Add a consistent way to report errors with fit
` [PATCH v2 18/25] binman: Update fit to use node instead of subnode
` [PATCH v2 19/25] binman: Keep a separate list of entries for fit
` [PATCH v2 20/25] binman: Support splitting an ELF file into multiple nodes
` [PATCH v2 22/25] rockchip: Include binman script in 64-bit boards
` [PATCH v2 23/25] rockchip: Support building the all output files in binman
` [RFC] [PATCH] binman: support mkimage split files
` [PATCH v2] binman: support mkimage separate files
Submitting patches for QorIQ components
2022-03-04 19:36 UTC
[PATCH 00/17] arm: semihosting: Cleanups and new features
2022-03-04 18:46 UTC (14+ messages)
` [PATCH 09/17] arm: smh: Add some file manipulation commands
` [PATCH 10/17] spl: Add semihosting boot method
` [PATCH 11/17] fs: Add semihosting filesystem
` [PATCH 12/17] cmd: fdt: Use start/size for chosen instead of start/end
` [PATCH 13/17] arm: smh: Remove smhload command
` [PATCH 14/17] arm: smh: Add some functions for working with the host console
` [PATCH 15/17] serial: Add semihosting driver
` [PATCH 16/17] doc: smh: Update semihosting documentation
` [PATCH 17/17] ls1046ardb: Add support for JTAG boot
[PATCH 1/9] Convert CONFIG_BIOSEMU to Kconfig
2022-03-04 18:13 UTC (18+ messages)
` [PATCH 2/9] Convert CONFIG_BOARD_ECC_SUPPORT "
` [PATCH 3/9] Convert CONFIG_BOARD_POSTCLK_INIT "
` [PATCH 4/9] Convert CONFIG_BOOTFILE "
` [PATCH 5/9] powerpc: P1010RDB: Move CONFIG_BOOTMODE out of CONFIG namespace
` [PATCH 6/9] Convert CONFIG_BOOTP_MAY_FAIL et al to Kconfig
` [PATCH 7/9] net: Remove CONFIG_BOOTP_DHCP_REQUEST_DELAY
` [PATCH 8/9] Convert CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS to Kconfig
` [PATCH 9/9] Convert CONFIG_CHIP_SELECTS_PER_CTRL "
[PATCH 1/4] powerpc: Remove unused MPC8540/60ADS code
2022-03-04 18:12 UTC (8+ messages)
` [PATCH 2/4] Convert CONFIG_BTB to Kconfig
` [PATCH 3/4] arm: exynos: Move BL1/2 SPI flash defines to their user, drop CONFIG
` [PATCH 4/4] Convert CONFIG_BOARD_COMMON to Kconfig
Please pull u-boot-marvell/master
2022-03-04 18:12 UTC (2+ messages)
[PATCH] usb: dwc3: Add support for usb3-phy PHY configuration
2022-03-04 17:33 UTC (4+ messages)
[PATCH 00/11] vexpress64: OF_CONTROL and ARMv8-R64 support
2022-03-04 16:30 UTC (12+ messages)
` [PATCH 01/11] vexpress64: fvp: Fix automatic boot
` [PATCH 02/11] vexpress64: Kconfig: move board definitions out of arch/arm
` [PATCH 03/11] arm: dts: Add Arm FVP Fastmodel RevC .dts files from Linux
` [PATCH 04/11] vexpress64: fvp: enable OF_CONTROL
` [PATCH 05/11] vexpress64: config header: unify environment definition
` [PATCH 06/11] vexpress64: move hardware setting from defconfig to Kconfig
` [PATCH 07/11] vexpress64: fvp: add distro_boot support
` [PATCH 08/11] vexpress64: defconfigs: allow default commands
` [PATCH 09/11] vexpress64: generalise page table generation
` [PATCH 10/11] vexpress64: pick DRAM size from DT
` [PATCH 11/11] vexpress64: Add ARMv8R-64 board variant
[PATCH] sunxi: fix build when CONFIG_UART0_PORT_F is selected
2022-03-04 16:06 UTC
[PATCH v2 00/13] event: Provide support for events to connect subsystems
2022-03-04 15:43 UTC (14+ messages)
` [PATCH v2 01/13] phy: nop-phy: Fix phy reset if no reset-gpio defined
` [PATCH v2 02/13] Makefile: Allow LTO to be disabled for a build
` [PATCH v2 03/13] sandbox: start: Sort the header files
` [PATCH v2 04/13] binman: Expand elf support a little
` [PATCH v2 05/13] event: Add basic support for events
` [PATCH v2 06/13] event: Add a simple test
` [PATCH v2 07/13] event: Set up the event system on start-up
` [PATCH v2 08/13] event: Add events for device probe/remove
` [PATCH v2 09/13] event: Convert misc_init_f() to use events
` [PATCH v2 10/13] event: Convert arch_cpu_init_dm() "
` [PATCH v2 11/13] event: Add a command
` [PATCH v2 12/13] event: Add a script to decode the event-spy list
` [PATCH v2 13/13] event: Add documentation
[PATCH] usb: dwc3: Add support to reset usb ULPI phy
2022-03-04 15:10 UTC (5+ messages)
[PATCH v5 0/4] add TCB driver for sama5d2
2022-03-04 14:42 UTC (8+ messages)
` [PATCH v5 1/4] timer: atmel_tcb_timer: add atmel_tcb driver
` [PATCH v5 2/4] ARM: dts: at91: sama5d2: add AIC node
` [PATCH v5 3/4] ARM: dts: at91: sama5d2: add TCB node
` [PATCH v5 4/4] configs: sama5d2: enable option CONFIG_ATMEL_TCB_TIMER
[PATCH v2 00/10] tpm: rng: Move TPM RNG functionality to driver model
2022-03-04 14:15 UTC (16+ messages)
` [PATCH v2 07/10] tpm: rng: Move the "
` [PATCH v2 08/10] tpm: Add the RNG child device
[PATCH v3 0/8] tpm: rng: Move TPM RNG functionality to driver model
2022-03-04 13:34 UTC (9+ messages)
` [PATCH v3 1/8] tpm: rng: Change tpm_get_random to return an int
` [PATCH v3 2/8] tpm: Fix the return type of tpm_startup
` [PATCH v3 3/8] tpm: rng: Add driver model interface for TPM RNG device
` [PATCH v3 4/8] tpm: Add the RNG child device
` [PATCH v3 5/8] qemu: arm: Remove platform specific function to get RNG device
` [PATCH v3 6/8] cmd: rng: Add support for selecting "
` [PATCH v3 7/8] doc: rng: Add documentation for the rng command
` [PATCH v3 8/8] test: rng: Add a UT testcase "
[PATCH v4 0/6] imx8mn-smm-s2/pro: Add iMX8MN BSH SMM S2 boards
2022-03-04 12:22 UTC (7+ messages)
` [PATCH v4 1/6] imx8m: add regs used by GPMI
` [PATCH v4 2/6] phy: nxp-c45-tja11xx: Rename functions to be c45 tja11xx specific
` [PATCH v4 3/6] iopoll: Extend read_poll_timeout macro to support variable parameters
` [PATCH v4 4/6] net: phy: Add phy_modify() accessor
` [PATCH v4 5/6] net: phy: nxp-tja11xx: Add NXP TJA11xx PHY driver
` [PATCH v4 6/6] bsh: imx8mn-smm-s2/pro: Add iMX8MN BSH SMM S2 boards
[PATCH v1] arm: dts: imx8mn_var_som: Set atf-bl31 blob entry type
2022-03-04 12:48 UTC
[PATCH v2] usb: dwc3: Add support to reset usb ULPI phy
2022-03-04 12:47 UTC
[PATCH u-boot-marvell 00/10] tools: kwboot: Fix boot and terminal mode
2022-03-04 12:24 UTC (29+ messages)
` [PATCH u-boot-marvell 01/10] tools: kwboot: Check for return value of kwboot_tty_send() and tcflush()
` [PATCH u-boot-marvell 02/10] tools: kwboot: Remove msg_req_delay
` [PATCH u-boot-marvell 03/10] tools: kwboot: Cleanup bootmsg and debugmsg variables
` [PATCH u-boot-marvell 04/10] tools: kwboot: Use separate thread for sending boot message pattern
` [PATCH u-boot-marvell 05/10] tools: kwboot: Fix sending and processing debug message pattern (-d option)
` [PATCH u-boot-marvell 06/10] tools: kwboot: Add support for backspace key in mini terminal
` [PATCH u-boot-marvell 07/10] tools: kwboot: Update usage
` [PATCH u-boot-marvell 08/10] tools: kwboot: Update manpage
` [PATCH u-boot-marvell 09/10] tools: kwboot: Update doc about Avanta
` [PATCH u-boot-marvell 10/10] tools: kwboot: Update references with public links
[PATCH] ARM: mvebu: x530: clearfog: Add ODT configuration
2022-03-04 12:23 UTC (3+ messages)
[PATCH u-boot-marvell] arm64: a37xx: pinctrl: Fix PWM pins indexes
2022-03-04 12:23 UTC (3+ messages)
[PATCH] drivers: rtc: fix null pointer access in armada38x_rtc_reset
2022-03-04 12:23 UTC (3+ messages)
[PATCH u-boot-marvell] arm: a37xx: pci: Fix a3700_fdt_fix_pcie_regions() function again
2022-03-04 12:22 UTC (3+ messages)
[PATCH u-boot-marvell] arm: mvebu: turris_omnia: Enable ext4 write support in defconfig
2022-03-04 12:22 UTC (2+ messages)
[PATCH 1/2] pci: pci_mvebu: Remove unused SELECT and lane_mask
2022-03-04 12:21 UTC (6+ messages)
` [PATCH 2/2] pci: pci_mvebu: Cleanup macro names
[PATCH] tools: kwboot: Fix quitting terminal
2022-03-04 12:16 UTC (2+ messages)
[PATCH 0/2] J721E: Fix DFU in U-Boot
2022-03-04 12:15 UTC (3+ messages)
` [PATCH 1/2] phy: cadence: Sierra: Move the link operations from serdes phy to link device
` [PATCH 2/2] board: ti: j721e: evm.c: Fix the probing of in Sierra SerDes0
[PATCH 1/2] x86: Add an enum name for the GNVS firmware type
2022-03-04 10:57 UTC (4+ messages)
[PATCH v4 0/3] add TCB driver for sama5d2
2022-03-04 10:14 UTC (7+ messages)
` [PATCH v4 1/3] timer: atmel_tcb_timer: add atmel_tcb driver
` [PATCH v4 2/3] ARM: dts: at91: sama5d2: add TCB node
` [PATCH v4 3/3] configs: sama5d2: enable option CONFIG_ATMEL_TCB_TIMER
[PATCH v3 0/3] add TCB driver for sama5d2
2022-03-04 9:35 UTC (6+ messages)
` [PATCH v3 1/3] timer: atmel_tcb_timer: add atmel_tcb driver
` [PATCH v3 2/3] ARM: dts: at91: sama5d2: add TCB node
` [PATCH v3 3/3] configs: sama5d2: enable option CONFIG_ATMEL_TCB_TIMER
[PATCH] arm: kirkwood: nas220: Add DM Ethernet, SATA, GPIO
2022-03-04 7:34 UTC (4+ messages)
[PATCH u-boot-mvebu] watchdog: armada_37xx: Probe driver also when watchdog is already running
2022-03-04 7:27 UTC (2+ messages)
[PATCH 00/27] imx: imx8ulp: misc update from downstream
2022-03-04 7:18 UTC (7+ messages)
` [PATCH 02/27] imx: imx8ulp: include pcc/cgc header in clock header
` [PATCH 24/27] imx: imx8ulp_evk: enlarge CONFIG_NR_DRAM_BANKS
[PATCH v3 01/12] rockchip: rk3228-power: sync power domain dt-binding header from Linux
2022-03-03 23:52 UTC (12+ messages)
` [PATCH v3 02/12] rockchip: rk3228-cru: sync the clock "
` [PATCH v3 03/12] arm: dts: rockchip: move all rk322x u-boot specific properties in separate dtsi files
` [PATCH v3 04/12] arm: dts: rockchip: sync rk322x.dtsi from Linux
` [PATCH v3 05/12] arm: dts: rockchip: sync rk3229-evb.dts "
` [PATCH v3 06/12] rockchip: rk3288-power: sync power domain dt-binding header "
` [PATCH v3 07/12] rockchip: rk3288-cru: sync the clock "
` [PATCH v3 08/12] arm: dts: rockchip: move all rk3288 u-boot specific properties in separate dtsi files
` [PATCH v3 09/12] arm: dts: rockchip: sync rk3288.dtsi from Linux
` [PATCH v3 10/12] arm: dts: rockchip: sync rk3288 DT boards "
` [PATCH v3 11/12] arm: dts: rockchip: sync rk3288-veyron DT "
` [PATCH v3 12/12] rockchip: fix boot_devices constants
[PATCH 00/24] binman: rockchip: Migrate from rockchip SPL_FIT_GENERATOR script
2022-03-03 21:07 UTC (17+ messages)
` [PATCH 03/24] spl: x86: Correct the binman symbols for SPL
` [PATCH 06/24] dtoc: Support adding a string list to a device tree
` [PATCH 09/24] dtoc: Support reading a list of arguments
` [PATCH 20/24] binman: Support splitting an ELF file into multiple nodes
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