messages from 2020-04-07 02:40:17 to 2020-04-08 08:09:33 UTC [more...]
[PATCH 00/26 v6] Refactor the architecture parts of mt7628
2020-04-08 8:09 UTC (18+ messages)
` [PATCH 01/26 v6] mips: add support to restore exception vector base before booting linux
` [PATCH 02/26 v6] mips: mtmips: add predefined i-cache/d-cache size and linesize
` [PATCH 03/26 v6] mips: add an option to support initialize SRAM for initial stack
` [PATCH 04/26 v6] mips: start.S: avoid overwriting outside gd when clearing global data in stack
` [PATCH 05/26 v6] sysreset: add reset controller based reboot driver
` [PATCH 06/26 v6] mips: mtmips: make use of sysreset-resetctrl for mt7628 soc
` [PATCH 07/26 v6] configs: enable CONFIG_RESTORE_EXCEPTION_VECTOR_BASE for all mtmips boards
` [PATCH 08/26 v6] mips: add a mtmips-specific field to architecture-specific global data
` [PATCH 09/26 v6] mips: add a option to support not reserving malloc space on initial stack
` [PATCH 10/26 v6] mips: mtmips: rewrite lowlevel codes of mt7628
` [PATCH 11/26 v6] dts: mtmips: add alternative pinmux node for uart2
` [PATCH 12/26 v6] mips: enable support for appending dtb to spl binary
` [PATCH 13/26 v6] mips: add an option to enable u_boot_list section for SPL loaders in u-boot-spl.lds
` [PATCH 14/26 v6] lib: enable lzma decompression support for SPL build
` [PATCH 15/26 v6] Makefile: add support to generate LZMA compressed u-boot image
` [PATCH 16/26 v6] tools: binman: add etype file for u-boot-lzma-img
` [PATCH 17/26 v6] spl: Extract legacy image handling into separate file
[PATCH] lib: strto: Stop detection when invalid char is used
2020-04-08 8:09 UTC
[PATCH v6 00/17] RISC-V SiFive FU540 support SPL
2020-04-08 7:41 UTC (24+ messages)
` [PATCH v6 02/17] riscv: sifive: fu540: Use OTP DM driver for serial environment variable
` [PATCH v6 06/17] sifive: fu540: add ddr driver
` [PATCH v6 07/17] sifive: dts: fu540: Add DDR controller and phy register settings
` [PATCH v6 10/17] riscv: dts: sifive: Sync hifive-unleashed-a00 dts from linux
` [PATCH v6 16/17] sifive: fix palmer's email address
iMX8MM USB support?
2020-04-08 7:35 UTC (4+ messages)
[PATCH v3 1/1] drivers: usb: host: Add BRCM xHCI driver
2020-04-08 7:25 UTC (4+ messages)
zynq_z_turn_defconfig: broken networking
2020-04-08 7:12 UTC (11+ messages)
u-boot DT configuration node
2020-04-08 6:57 UTC (5+ messages)
[PATCH v5 17/20] spl: nor: add lzma decompression support for legacy image
2020-04-08 6:53 UTC (3+ messages)
[PATCH V2] mmc: zynq: parse dt when probing
2020-04-08 6:50 UTC (3+ messages)
` "
[PATCH] mmc: zynq: parse dt when probing
2020-04-08 6:41 UTC (4+ messages)
[PATCH v2 0/3] arm: socfpga: arria10: Update device tree
2020-04-08 5:56 UTC (7+ messages)
` [PATCH v2 1/3] arm: dts: arria10: Move uboot specific properties to u-boot.dtsi
` [PATCH v2 2/3] arm: dts: arria10: Update dtsi/dts from Linux
` [PATCH v2 3/3] arm: socfpga: arria10: Enable cache driver in SPL
[PATCH v3 1/1] drivers: i2c: add brcm iproc I2C driver support
2020-04-08 5:42 UTC
[PATCH v2 1/1] drivers: i2c: add brcm iproc I2C driver support
2020-04-08 4:33 UTC (3+ messages)
[PATCH v4 00/31] dm: Add programmatic generation of ACPI tables (part A)
2020-04-08 4:28 UTC (34+ messages)
` [PATCH v4 01/31] test: Add the beginnings of some string tests
` [PATCH v4 02/31] lib: Add a function to convert a string to upper case
` [PATCH v4 03/31] cpu: Support querying the address width
` [PATCH v4 04/31] spi: Add SPI mode enums
` [PATCH v4 05/31] tpm: cr50: Release locality on exit
` [PATCH v4 06/31] tpm: cr50: Add a comment for cr50_priv
` [PATCH v4 07/31] tpm: cr50: Use the correct GPIO binding
` [PATCH v4 08/31] tpm: Don't cleanup unless an error happens
` [PATCH v4 09/31] dm: pci: Allow disabling auto-config for a device
` [PATCH v4 10/31] x86: Correct wording of coreboot source code
` [PATCH v4 11/31] x86: apl: Move p2sb ofdata reading to the correct method
` [PATCH v4 12/31] pci: Adjust dm_pci_read_bar32() to return errors correctly
` [PATCH v4 13/31] x86: apl: Add Global NVS table header
` [PATCH v4 14/31] dm: core: Add basic ACPI support
` [PATCH v4 15/31] dts: Add a binding for hid-over-i2c
` [PATCH v4 16/31] acpi: Add a binding for ACPI settings in the device tree
` [PATCH v4 17/31] acpi: Add a simple sandbox test
` [PATCH v4 18/31] x86: Move acpi_s3.h to include/acpi/
` [PATCH v4 19/31] x86: Move acpi_table header to main include/ directory
` [PATCH v4 20/31] acpi: Add an __ACPI__ preprocessor symbol
` [PATCH v4 21/31] acpi: Add a central location for table version numbers
` [PATCH v4 22/31] acpi: Add support for DMAR
` [PATCH v4 23/31] test: Add hexdump.h to the unit test header
` [PATCH v4 24/31] acpi: Add a method to write tables for a device
` [PATCH v4 25/31] acpi: Convert part of acpi_table to use acpi_ctx
` [PATCH v4 26/31] x86: Allow devices to write ACPI tables
` [PATCH v4 27/31] acpi: Drop code for missing XSDT from acpi_write_rsdp()
` [PATCH v4 28/31] acpi: Move acpi_add_table() to generic code
` [PATCH v4 29/31] acpi: Put table-setup code in its own function
` [PATCH v4 30/31] acpi: Move the xsdt pointer to acpi_ctx
` [PATCH v4 31/31] acpi: Add an acpi command
[PATCH] cmd: eeprom: Staticize eeprom_i2c_bus
2020-04-08 4:14 UTC (2+ messages)
[RFC PATCH v2 00/13] arm: add support for SoC S5P4418
2020-04-08 4:08 UTC (3+ messages)
` [RFC PATCH v2 04/13] i2c: add nexell driver
[PATCH v4 0/8] Cortina Access Drivers Package 2
2020-04-08 4:03 UTC (5+ messages)
` [PATCH v4 3/8] i2c: i2c-cortina: added CAxxxx I2C support
` [PATCH v4 4/8] board: presidio-asic: Add "
[PATCH] i2c: muxes: pca954x: add PCA9546 variant
2020-04-08 3:48 UTC (2+ messages)
[PATCH v2 1/1] drivers: usb: host: Add BRCM xHCI driver
2020-04-08 3:36 UTC (3+ messages)
[RFC 0/7] mx6cuboxi: enable OF_PLATDATA with MMC support
2020-04-08 3:14 UTC (17+ messages)
` [RFC 1/7] mmc: fsl_esdhc_imx: add OF_PLATDATA support
` [RFC 2/7] mmc: fsl_esdhc_imx: add ofdata_to_platdata support
` [RFC 3/7] dtoc: update dtb_platdata to support cd-gpio
` [RFC 5/7] gpio: mxc_gpio: add OF_PLATDATA support
` [RFC 7/7] mx6cuboxi: enable OF_PLATDATA
[RFC] dm: uclass: add functions to get device by platdata
2020-04-08 3:14 UTC (10+ messages)
[PATCH v3 13/29] dts: Add a binding for hid-over-i2c
2020-04-08 2:58 UTC (35+ messages)
` [PATCH v3 00/29] dm: Add programmatic generation of ACPI tables (part A)
` [PATCH v3 10/29] pci: Adjust dm_pci_read_bar32() to return errors correctly
` [PATCH v3 12/29] dm: core: Add basic ACPI support
` [PATCH v3 15/29] acpi: Add a simple sandbox test
` [PATCH v3 16/29] x86: Move acpi_s3.h to include/acpi/
` [PATCH v3 17/29] x86: Move acpi_table header to main include/ directory
` [PATCH v3 19/29] acpi: Add a central location for table version numbers
` Antwort: "
` [PATCH v3 22/29] acpi: Add a method to write tables for a device
` [PATCH v3 23/29] acpi: Convert part of acpi_table to use acpi_ctx
` [PATCH v3 27/29] acpi: Put table-setup code in its own function
` Antwort: [PATCH v3 13/29] dts: Add a binding for hid-over-i2c
[PATCH v2] dm: core: remove the duplicated function dm_ofnode_pre_reloc
2020-04-08 2:57 UTC (2+ messages)
[RFC PATCH v3] arch: x86: apl: Read FSP-M configuration from device-tree
2020-04-08 2:57 UTC (2+ messages)
[PATCH v1] x86: acpi: Refactor XSDT handling in acpi_add_table()
2020-04-08 2:57 UTC (12+ messages)
[PATCH v2 0/2] fdtdec: support multiple phandles in memory carveout
2020-04-08 2:57 UTC (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] test: fdtdec: test fdtdec_set_carveout()
i.MX8QXP hangs in SPL after a "reboot" command
2020-04-08 2:05 UTC (5+ messages)
[PATCH] Revert "common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled"
2020-04-07 21:37 UTC (2+ messages)
[PATCH 1/4] [RFC] ARM: stm32: Implement board coding on AV96
2020-04-07 20:01 UTC (11+ messages)
` [PATCH 2/4] [RFC] ram: stm32mp1: Add support for multiple configs
` [PATCH 3/4] [RFC] ARM: dts: stm32: Rework DDR DT inclusion
` [PATCH 4/4] [RFC] ARM: stm32: Implement DDR3 coding on DHCOR SoM
[PATCH v5 0/6] RISC-V DT related fixes for reserved memory & UEFI
2020-04-07 17:35 UTC (5+ messages)
[PATCH 01/16] arm: stm32mp: update dependency for STM32_ETZPC
2020-04-07 16:28 UTC (11+ messages)
` [PATCH 03/16] arm: stm32mp: reset to default environment when serial# change
` [PATCH 04/16] arm: stm32mp: detect U-Boot version used to save environment
[U-Boot] [PATCH v2 0/5] riscv: sifive/fu540: Enable SPI-NOR support
2020-04-07 16:18 UTC (11+ messages)
` [U-Boot] [PATCH v2 5/5] sifive: fu540: Enable spi-nor flash support
[PATCH 1/2] sunxi: allow bigger images for all
2020-04-07 14:57 UTC (3+ messages)
[PATCH 00/18] common: Further reduce the size of common.h
2020-04-07 14:24 UTC (19+ messages)
` [PATCH 02/18] common: Drop flash.h from common header
` [PATCH 04/18] common: Drop net.h "
` [PATCH 05/18] part: Drop disk_partition_t typedef
` [PATCH 06/18] common: Drop part.h from common header
` [PATCH 07/18] bootstage: Use BOOTSTAGE instead of BOOTSTATE
` [PATCH 08/18] common: Drop bootstage.h from common header
` [PATCH 09/18] common: Drop image.h "
` [PATCH 10/18] common: Drop init.h "
` [PATCH 11/18] command: Remove the cmd_tbl_t typedef
` [PATCH 12/18] common: Drop log.h from common header
` [PATCH 13/18] common: Drop asm/ptrace.h "
` [PATCH 14/18] common: Drop asm_offsets.h "
` [PATCH 15/18] common: Drop linux/bug.h "
` [PATCH 16/18] common: Drop linux/stringify.h "
` [PATCH 17/18] common: Drop linux/delay.h "
` [PATCH 18/18] common: Drop linux/bitops.h "
[PATCH] arm: stm32mp: cleanup test on eth_env_set_enetaddr result
2020-04-07 14:09 UTC (2+ messages)
[PATCH 1/6] net: dwc_eth_qos: Fully rewrite RX descriptor field 3
2020-04-07 13:19 UTC (5+ messages)
[GIT PULL] Xilinx patches for v2020.07
2020-04-07 12:31 UTC
[PATCH v2 0/7] Arm Juno board OF_CONTROL upgrade
2020-04-07 11:12 UTC (8+ messages)
` [PATCH v2 1/7] arm: juno: Fix Juno address variables
` [PATCH v2 2/7] uart: pl011: Add proper DM clock support
` [PATCH v2 3/7] arm: juno: Fix UART clock rate
` [PATCH v2 4/7] arm: juno: Enable OF_CONTROL
` [PATCH v2 5/7] arm: juno: Use PSCI based reset
` [PATCH v2 6/7] arm: juno: enable USB
` [PATCH v2 7/7] arm: vexpress64: Remove unneeded CONFIG_ check
[ANN] U-Boot v2020.04-rc5 released
2020-04-07 10:10 UTC (2+ messages)
[PATCH 1/2] sifive: fu540: Add sample SD gpt partition layout
2020-04-07 9:26 UTC (2+ messages)
` [PATCH 2/2] sifive: fu540: Add U-Boot proper sector start
[PATCH 1/6] ARM: stm32: Add default config for DHCOR
2020-04-07 9:09 UTC (6+ messages)
` [PATCH 2/6] ARM: stm32: Add board_early_init_f() to SPL
` [PATCH 3/6] ARM: stm32: Implement board coding on AV96
` [PATCH 4/6] ram: stm32mp1: Add support for multiple configs
` [PATCH 5/6] ARM: dts: stm32: Rework DDR DT inclusion
` [PATCH 6/6] ARM: stm32: Implement DDR3 coding on DHCOR SoM
[PATCH 1/2] arm: dts: k3-am654: Increase OSPI default frequency to 50MHz
2020-04-07 7:40 UTC (3+ messages)
[PATCH] ARM: omap3_logic boards: Convert to DM_ETH
2020-04-07 7:31 UTC (2+ messages)
Update and Add features to Bosch Guardian Board
2020-04-07 7:30 UTC (2+ messages)
[RESEND, 1/1] eth: mtk-eth: add mt7531 switch support in mediatek eth driver
2020-04-07 7:23 UTC
[PATCH 1/1] configs: correct SMBIOS information for ODROID-C2
2020-04-07 6:32 UTC
[PATCH v2 00/14] net: ldpaa_eth: transition to CONFIG_DM_ETH
2020-04-07 6:28 UTC (5+ messages)
` [PATCH v2 01/14] drivers: net: add Layerscape mEMAC MDIO driver
` [PATCH v2 02/14] drivers: net: ldpaa: add support for probing based on the DTS
[PATCH v4 00/13] Add support for MediaTek xHCI host controller
2020-04-07 5:38 UTC (4+ messages)
` [PATCH v4 10/13] xhci: mediatek: Add support for MTK "
[PATCH v4 1/1] driver: watchdog: get platform clock from dt file
2020-04-07 5:37 UTC (2+ 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