messages from 2020-03-05 14:06:21 to 2020-03-08 17:35:52 UTC [more...]
AXP813 configuration for BananaPi M3
2020-03-08 17:35 UTC
[PATCH 0/2] timer: sti: mimic Linux declaration and usage
2020-03-08 13:20 UTC (3+ messages)
` [PATCH 1/2] timer: sti: convert to livetree
` [PATCH 2/2] timer: sti: use clk API to get timer clock rate
[PATCH v4 00/14] RISC-V SiFive FU540 support SPL
2020-03-08 7:28 UTC (3+ messages)
[PATCH 0/4] mx6cuboxi: enable support for OF_CONTROL and DM in SPL
2020-03-08 4:42 UTC (5+ messages)
` [PATCH 2/4] mx6cuboxi: enable MMC iomux on board_early_init_f
` [PATCH 3/4] mx6cuboxi: customize board_boot_order to access eMMC
[PATCH v2 1/1] image.h: use uint32_t instead of u32 in android_image_get_dtb*
2020-03-08 0:16 UTC (4+ messages)
[PATCH] image.h: isolate android_image_* functions from tooling
2020-03-08 0:11 UTC
[PATCH v3 0/7] x86: Improve support for chain-loading U-Boot
2020-03-07 23:22 UTC (8+ messages)
` [PATCH v3 1/7] x86: fsp: Allow skipping init code when chain loading
` [PATCH v3 2/7] x86: apl: Skip "
` [PATCH v3 3/7] x86: cpu: "
` [PATCH v3 4/7] pci: Avoid auto-config "
` [PATCH v3 5/7] board: Add a gd flag for "
` [PATCH v3 6/7] x86: Add a way to detect running from coreboot
` [PATCH v3 7/7] x86: Use the existing stack when chain-loading
[PATCH v4 00/11] Actions S700 SoC support
2020-03-07 18:11 UTC (15+ messages)
` [PATCH v4 01/11] arm: actions: Add common framework for Actions Owl Semi SoCs
` [PATCH v4 02/11] arm: actions: rename sysmap-s900 to sysmap-owl
` [PATCH v4 03/11] clk: actions: Add common clock driver
` [PATCH v4 04/11] arm: add support Actions Semi S700
` [PATCH v4 05/11] arm: actions: add S700 SoC device tree
` [PATCH v4 06/11] arm: dts: actions: s700: add u-boot specific dtsi file
` [PATCH v4 07/11] arm: dts: sync dts for Action Semi S900
` [PATCH v4 08/11] arm: dts: actions: s900: add u-boot specific dtsi file
` [PATCH v4 09/11] serial: actions: add uart support for s700
` [PATCH v4 10/11] arm: add Cubieboard7 board support
` [PATCH v4 11/11] doc: boards: add Cubieboard7 documentation
[PATCH 1/5] common: bouncebuf: Permit passing custom alignment check function
2020-03-07 16:41 UTC (5+ messages)
` [PATCH 2/5] ARM: rmobile: Increase malloc area size
` [PATCH 3/5] mmc: tmio: sdhi: Use bounce buffer to avoid DMA limitations
` [PATCH 4/5] mmc: Add option to adjust b_max before long read
` [PATCH 5/5] mmc: tmio: sdhi: Implement get_b_max function
[PATCH] mmc: tmio: sdhi: Add DMA transfer address alignment check at writing
2020-03-07 16:32 UTC
[PATCH 0/1] arm: mediatek: remove unused binman config
2020-03-07 8:27 UTC (3+ messages)
` [PATCH 1/1] "
` Aw: "
[PATCH 0/2] drivers/rng: add Amlogic hardware RNG driver
2020-03-07 6:58 UTC (5+ messages)
` [PATCH 1/2] drivers/rng: simplify Kconfig
[PATCH 00/20] gitlab: Simplify the test script
2020-03-07 3:07 UTC (21+ messages)
` [PATCH 01/20] sandbox: Add documentation about required/useful packages
` [PATCH 02/20] main: Drop show_boot_progress() prototype
` [PATCH 03/20] buildman: Document the members of BuilderJob
` [PATCH 04/20] bulidman: Add support for a simple build
` [PATCH 05/20] gitlab: Use the -w option for sandbox_spl
` [PATCH 06/20] azure: "
` [PATCH 07/20] gitlab: Use the --board buildman flag
` [PATCH 08/20] gitlab: Drop the BUILDMAN variable
` [PATCH 09/20] buildman: Update help for -d
` [PATCH 10/20] gitlab: Drop the buildman -d flag
` [PATCH 11/20] gitlab: Drop unnecessary if..fi
` [PATCH 12/20] gitlab: Use -w flag for all builds
` [PATCH 13/20] gitlab: Use bash to avoid needing a_test_which_does_not_exist
` [PATCH 14/20] buildman: Allow ignoring warnings in the return code
` [PATCH 15/20] gitlab: Use the buildman -W flag
` [PATCH 16/20] gitlab: Enable test_handoff
` [PATCH 17/20] buildman: Be more selective about which directories to remove
` [PATCH 18/20] buildman: Allow building within a subdir of the current dir
` [PATCH 19/20] test/py: Use buildman to build U-Boot
` [PATCH 20/20] gitlab: Simplify the exit code for test.py
[PATCH 1/1] efi_loader: unnecessary assignment in efi_queue_event
2020-03-06 21:43 UTC
[PATCH v1 0/8] riscv: Add SPI support for Kendryte K210
2020-03-06 21:20 UTC (14+ messages)
` [PATCH v1 1/8] doc: Fix typo in FIT documentation
` [PATCH v1 2/8] spi: dw: Add device tree properties for fields in CTRL0
` [PATCH v1 3/8] spi: dw: Rename "cs-gpio" to "cs-gpios"
` [PATCH v1 4/8] spi: dw: Use generic function to read reg address
` [PATCH v1 5/8] spi: dw: Speed up transfer loops
` [PATCH v1 6/8] spi: dw: Add mem_ops
` [PATCH v1 7/8] riscv: Add device tree bindings for SPI
` [PATCH v1 8/8] riscv: Add support for SPI on Kendryte K210
[PATCH] ARM: socfpga: Enable DM RTC bootcount on ABB SECU1
2020-03-06 20:52 UTC
[RFC] dm: uclass: add functions to get device by platdata
2020-03-06 20:32 UTC (7+ messages)
[PATCH v3 0/4] Insure 16 alignment of reserved memory in board_f.c
2020-03-06 19:13 UTC (6+ messages)
` [PATCH v3 1/4] board_f.c: Insure gd->new_bootstage alignment
` [PATCH v3 2/4] Revert "stm32mp1: remove the imply BOOTSTAGE"
` [PATCH v3 3/4] arm: set the relocated gd with gd->new_gd
` [PATCH v3 4/4] board_f.c: Insure 16 alignment of start_addr_sp and reserved memory
[PATCH v2] ARM: dts: stm32mp1: DT alignment with Linux 5.6-rc1
2020-03-06 16:54 UTC
[PATCH 1/6] bcm6750: add initial support
2020-03-06 16:25 UTC (6+ messages)
` [PATCH 2/6] gpio: do not include <asm/arch/gpio.h> on ARCH_BCM6750
` [PATCH 3/6] gpio: bcm6345: allow to use this driver on arm bcm6750
` [PATCH 4/6] nand: brcmnand: add bcm6750 support
` [PATCH 5/6] watchdog: bcm6345: allow to use this driver on arm bcm6750
` [PATCH 6/6] bcm96750ref1: add initial support
[RFT PATCH v5 0/3] Add compressed Image booting support
2020-03-06 15:01 UTC (6+ messages)
` [RFT PATCH v5 1/3] lib: kconfig: Add option to set BZIP2 compression method
` [RFT PATCH v5 2/3] image: Add a common compression type detection function
` [RFT PATCH v5 3/3] image: Add compressed Image parsing support in booti
[PATCH 1/3] mips: mt76x8: ddr_cal: Rename dqs_test_valid() to dqs_test_error()
2020-03-06 14:14 UTC (3+ messages)
` [PATCH 2/3] mips: mt76x8: ddr_cal: Change types from u32 to int in dqs_find_min/max
` [PATCH 3/3] mips: mt76x8: ddr_cal: Correct dqs_find_min/max implementations
[PATCH v2 0/3] arm: socfpga: arria10: Add save_boot_params()
2020-03-06 11:49 UTC (5+ messages)
` [PATCH v2 1/3] arm: socfpga: Add onchip RAM size macro
` [PATCH v2 2/3] configs: socfpga: Change to use SOCFPGA_PHYS_OCRAM_SIZE macro
` [PATCH v2 3/3] arm: socfpga: arria10: Add save_boot_params()
[PATCH v5 0/5] usb: host: dwc2: use driver model for PHY and CLOCK
2020-03-06 11:28 UTC (7+ messages)
` [PATCH v5 1/5] dm: clk: add stub when CONFIG_CLK is deactivated
` [PATCH v5 2/5] usb: host: dwc2: add phy support
` [PATCH v5 3/5] usb: host: dwc2: add clk support
` [PATCH v5 4/5] usb: host: dwc2: force reset assert
` [PATCH v5 5/5] usb: host: dwc2: add trace to have clean usb start
[PATCH] arm: imx: Add support for Google's Coral Dev Board
2020-03-06 10:46 UTC
[PATCH 0/9] ram: stm32mp1: fixes
2020-03-06 10:14 UTC (10+ messages)
` [PATCH 1/9] ram: stm32mp1: increase vdd2_ddr: buck2 for 32bits LPDDR
` [PATCH 2/9] ram: stm32mp1: display result for software read DQS gating
` [PATCH 3/9] ram: stm32mp1: don't display the prompt two times
` [PATCH 4/9] ram: stm32mp1: tuning: add timeout for polling BISTGSR.BDDONE
` [PATCH 5/9] ram: stm32mp1: tuning: deactivate derating during BIST test
` [PATCH 6/9] ram: stm32mp1: update BIST config for tuning
` [PATCH 7/9] ram: stm32mp1_ddr: fix self refresh disable during DQS training
` [PATCH 8/9] ram: stm32mp1: reduce delay after BIST reset for tuning
` [PATCH 9/9] ram: stm32mp1: the property st,phy-cal becomes optional
[PATCH] i2c: stm32f7_i2c: allows for any bus frequency
2020-03-06 10:09 UTC
[PATCH] net: zynq-gem: Setup and use mdio base separately
2020-03-06 9:57 UTC
porting marvell-nand driver for u-boot
2020-03-06 8:48 UTC (2+ messages)
[PATCH 1/2] riscv: Fix sbi_remote_sfence_vma{,_asid}
2020-03-06 8:44 UTC (2+ messages)
` [PATCH 2/2] riscv: Avoid calling sbi_clear_ipi()
[PATCH v4 13/14] sifive: fix palmer's email address
2020-03-06 7:43 UTC (3+ messages)
[PATCH v4 01/14] misc: add driver for the SiFive otp controller
2020-03-06 7:42 UTC (3+ messages)
[U-Boot] [PATCH] board: ti: README: Update OP-TEE binary name
2020-03-06 7:31 UTC (2+ messages)
[PATCH v2 0/3] arm: dts: k3-j721e: Enable OSPI1/QSPI
2020-03-06 7:31 UTC (2+ messages)
[RESEND v8 6/8] dm: arm64: ls1043a: add i2c DM support
2020-03-06 4:14 UTC (4+ messages)
` [RESEND v8 7/8] dm: arm64: ls1046a: "
[PATCH] arm: socfpga: arria10: Add save_boot_params()
2020-03-06 3:15 UTC (13+ messages)
[RFC PATCH 0/1] Add boot hartid to a Device tree
2020-03-06 0:34 UTC (10+ messages)
[U-Boot] [RFC/RFT PATCH v4 3/3] image: Add compressed Image parsing support in booti
2020-03-05 23:36 UTC (12+ messages)
[PATCH] net: phy: dp83867: Add SGMII mode type switching
2020-03-05 23:32 UTC (2+ messages)
[PATCH v2] net: phy: add XFI, USXGMII types to is_10g_interface() helper
2020-03-05 23:22 UTC (2+ messages)
[PATCH] net: eth-uclass: Do not return error when no MAC is found
2020-03-05 23:21 UTC (2+ messages)
[PATCH] net: phy: Fix overlong PHY timeout
2020-03-05 23:20 UTC (2+ messages)
[PATCH] doc: net: Rewrite network driver documentation
2020-03-05 23:15 UTC (2+ messages)
[PATCH 1/2] drivers: net: phy: aquantia: drop XGMII as a valid system interface proto
2020-03-05 23:13 UTC (4+ messages)
` [PATCH 2/2] drivers: net: phy: aquantia: make it less verbose
[PATCH v2 00/12] phy: atheros: dt bindings and cleanup
2020-03-05 23:10 UTC (13+ messages)
` [PATCH v2 06/12] phy: atheros: fix AR8021 PHY ID mask
` [PATCH v2 08/12] phy: atheros: introduce debug read and write functions
` [PATCH v2 09/12] phy: atheros: move delay config to common function
` [PATCH v2 10/12] phy: atheros: add device tree bindings and config
` [PATCH v2 11/12] phy: atheros: ar8035: remove static clock config
` [PATCH v2 12/12] phy: atheros: consolidate {ar8031|ar8035}_config()
[PATCH v1] doc: board: verdin-imx8mm: use mainline TF-A
2020-03-05 21:00 UTC (2+ messages)
[PATCH v1 1/3] verdin-imx8mm: adjust dram size in case bl32 is used
2020-03-05 20:37 UTC (3+ messages)
` [PATCH v1 2/3] imx8mm_evk: "
` [PATCH v1 3/3] verdin-imx8mm: add nfsboot wrapper to env
[PATCH v1 0/8] riscv: Add FPIOA and GPIO support for Kendryte K210
2020-03-05 18:53 UTC (9+ messages)
` [PATCH v1 1/8] pinctrl: Add support for Kendryte K210 FPIOA
` [PATCH v1 2/8] gpio: sifive: Use generic reg read function
` [PATCH v1 3/8] gpio: dw: Fix warnings about casting int to pointer
` [PATCH v1 4/8] gpio: dw: Add a trailing underscore to generated name
` [PATCH v1 5/8] gpio: dw: Return output value when direction is out
` [PATCH v1 6/8] led: gpio: Default to using node name if label is absent
` [PATCH v1 7/8] riscv: Add pinmux and gpio bindings for Kendryte K210
` [PATCH v1 8/8] riscv: Add FPIOA and GPIO support "
[PATCH v4 0/5] usb: host: dwc2: use driver model for PHY and CLOCK
2020-03-05 18:24 UTC (7+ messages)
` [PATCH v4 1/5] dm: clk: add stub when CONFIG_CLK is desactivated
` [PATCH v4 2/5] usb: host: dwc2: add phy support
[PATCH v6 00/19] riscv: Add Sipeed Maix support
2020-03-05 18:13 UTC (20+ messages)
` [PATCH v6 01/19] clk: Always use the supplied struct clk
` [PATCH v6 02/19] clk: Check that ops of composite clock components exist before calling
` [PATCH v6 03/19] clk: Unconditionally recursively en-/dis-able clocks
` [PATCH v6 04/19] clk: Add functions to register CCF clock structs
` [PATCH v6 05/19] clk: Add K210 pll support
` [PATCH v6 06/19] clk: Add a bypass clock for K210
` [PATCH v6 07/19] clk: Add K210 clock support
` [PATCH v6 08/19] dm: Add support for simple-pm-bus
` [PATCH v6 09/19] dm: Fix error handling for dev_read_addr_ptr
` [PATCH v6 10/19] reset: Add generic reset driver
` [PATCH v6 11/19] lib: Always set errno in hcreate_r
` [PATCH v6 12/19] riscv: Add headers for asm/global_data.h
` [PATCH v6 13/19] riscv: Fix race conditions when initializing IPI
` [PATCH v6 14/19] riscv: Add option to support RISC-V privileged spec 1.9
` [PATCH v6 15/19] riscv: Allow use of reset drivers
` [PATCH v6 16/19] riscv: Try to get cpu frequency from a "clocks" node if it exists
` [PATCH v6 17/19] riscv: Enable cpu clock if it is present
` [PATCH v6 18/19] riscv: Add device tree for K210 and Sipeed Maix BitM
` [PATCH v6 19/19] riscv: Add Sipeed Maix support
[PATCH] Makefile: doesn't need check stack size when dtb is not built
2020-03-05 16:54 UTC (6+ 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