public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2019-03-05 02:48:18 to 2019-03-06 04:52:38 UTC [more...]

[U-Boot] [PATCH v11 0/9] Add support for loading FPGA bitstream
 2019-03-06  4:52 UTC  (17+ messages)
` [U-Boot] [PATCH v11 1/9] ARM: socfpga: Description on FPGA bitstream type and file name for Arria 10
` [U-Boot] [PATCH v11 2/9] ARM: socfpga: Add default FPGA bitstream fitImage for Arria10 SoCDK
` [U-Boot] [PATCH v11 3/9] ARM: socfpga: Cleaning up the messages
` [U-Boot] [PATCH v11 4/9] ARM: socfpga: Move the watchdog reset to the looping location
` [U-Boot] [PATCH v11 5/9] ARM: socfpga: Add FPGA drivers for Arria 10 FPGA bitstream loading
` [U-Boot] [PATCH v11 6/9] ARM: socfpga: Add the configuration for FPGA SoCFPGA A10 SoCDK
` [U-Boot] [PATCH v11 7/9] spl : socfpga: Implement fpga bitstream loading with socfpga loadfs
` [U-Boot] [PATCH v11 8/9] ARM: socfpga: Synchronize the configuration for A10 SoCDK
` [U-Boot] [PATCH v11 9/9] ARM: socfpga: Increase Malloc pool size to support FAT filesystem in SPL

[U-Boot] [PATCH 1/1] efi_loader: release file buffer after loading image
 2019-03-06  4:38 UTC  (3+ messages)

[U-Boot] [PATCH v2 0/1] efi_loader: support BootNext and BootCurrent
 2019-03-06  4:21 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/1] efi_loader: bootmgr: support BootNext and BootCurrent variable behavior

[U-Boot] [PATCH v2 0/9] SMP support for RISC-V
 2019-03-06  4:00 UTC  (14+ messages)
` [U-Boot] [PATCH v2 1/9] riscv: add infrastructure for calling functions on other harts
` [U-Boot] [PATCH v2 2/9] riscv: import the supervisor binary interface header file
` [U-Boot] [PATCH v2 3/9] riscv: implement IPI platform functions using SBI
` [U-Boot] [PATCH v2 4/9] riscv: delay initialization of caches and debug UART
` [U-Boot] [PATCH v2 5/9] riscv: add support for multi-hart systems
` [U-Boot] [PATCH v2 6/9] riscv: boot images passed to bootm on all harts
` [U-Boot] [PATCH v2 7/9] riscv: do not rely on hart ID passed by previous boot stage
` [U-Boot] [PATCH v2 8/9] riscv: fu540: enable SMP
` [U-Boot] [PATCH v2 9/9] riscv: qemu: "

[U-Boot] [PATCH v2 0/3] Add Ethernet support for Poplar board
 2019-03-06  1:41 UTC  (4+ messages)
` [U-Boot] [PATCH v2 2/3] net: add higmacv300 Ethernet driver for HiSilicon platform

[U-Boot] [RFC 0/8] efi_loader: rework bootefi/bootmgr
 2019-03-06  0:27 UTC  (12+ messages)
` [U-Boot] [RFC 1/8] efi_loader: boottime: don't add device path protocol to image handle
` [U-Boot] [RFC 2/8] efi_loader: boottime: export efi_[un]load_image()
` [U-Boot] [RFC 3/8] efi_loader: bootmgr: return pointer and size of buffer in loading
` [U-Boot] [RFC 4/8] cmd: bootefi: move do_bootefi_bootmgr_exec() forward
` [U-Boot] [RFC 5/8] cmd: bootefi: carve out fdt handling
` [U-Boot] [RFC 6/8] cmd: bootefi: carve out efi_selftest code from do_bootefi()
` [U-Boot] [RFC 7/8] cmd: bootefi: rework do_bootefi(), using load_image API
` [U-Boot] [RFC 8/8] cmd: add efibootmgr command

[U-Boot] [PATCH v10 04/10] fdt: parse "reserved-memory" for memory reservation
 2019-03-05 23:36 UTC  (4+ messages)
` [U-Boot] [U-Boot, v10, "

[U-Boot] [PATCH] ARM: rmobile: Convert to bootm_size
 2019-03-05 22:57 UTC  (16+ messages)

[U-Boot] [PATCH v2] fdt: Fix FIT header verification in mkimage and conduct same checks as bootm
 2019-03-05 22:47 UTC  (2+ messages)
` [U-Boot] [PATCH v2, RESEND] "

[U-Boot] [PATCH] ARM: rmobile: rcar-gen3: Activate bootm_size
 2019-03-05 22:25 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: rmobile: ebisu: Remove CONFIG_NET_MULTI
 2019-03-05 22:25 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/5] arm: socfpga: stack and Kconfig cleanups
 2019-03-05 20:58 UTC  (7+ messages)
` [U-Boot] [PATCH v2 4/5] arm: socfpga: imply/default common config options

[U-Boot] [RFC PATCHv1 0/3] misc: pl310: add a dm cache driver
 2019-03-05 20:57 UTC  (13+ messages)
` [U-Boot] [RFC PATCHv1 1/3] misc: pl310: add a misc driver for the pl310 cache controller
` [U-Boot] [RFC PATCHv1 2/3] defconfig: socfpga_sockit_defconfig: enable L2X0_CACHE driver
` [U-Boot] [RFC PATCHv1 3/3] ARM: socfpga: let the pl310 driver configure the cache settings

[U-Boot] [PATCH v4 0/9] arm: exynos: Fix reboot on Odroid HC1
 2019-03-05 19:58 UTC  (10+ messages)
` [U-Boot] [PATCH v4 1/9] adc: exynos-adc: Fix wrong bit operation used to stop the ADC
` [U-Boot] [PATCH v4 2/9] power: regulator: s2mps11: Fix step for LDO27 and LDO35
` [U-Boot] [PATCH v4 3/9] arm: exynos: Detect revision later, when all resources are ready
` [U-Boot] [PATCH v4 4/9] arm: exynos: odroid-xu3: Display info late to have proper type
` [U-Boot] [PATCH v4 5/9] arm: exynos: Wait till ADC stabilizes before checking Odroid HC1 revision
` [U-Boot] [PATCH v4 6/9] regulator: Add support for ramp delay
` [U-Boot] [PATCH v4 7/9] power: regulator: s2mps11: Add enable delay
` [U-Boot] [PATCH v4 8/9] arm: dts: exynos: Add supply for ADC block to Odroid XU3 family
` [U-Boot] [PATCH v4 9/9] arm: dts: exynos: Add ramp delay property to LDO regulators "

[U-Boot] [PATCH v3 0/9] arm: exynos: Fix reboot on Odroid HC1
 2019-03-05 19:54 UTC  (4+ messages)

[U-Boot] [PATCH v2 1/2] efi_loader: Fix serial console size detection
 2019-03-05 18:44 UTC  (5+ messages)
` [U-Boot] [PATCH v2 2/2] efi_loader: Fix possible starving in efi_cin_read_key

[U-Boot] [PATCH v2 1/6] i2c: rcar_i2c: Setup SCL/SDA delay at rcar_i2c_set_speed
 2019-03-05 18:32 UTC  (12+ messages)
` [U-Boot] [PATCH v2 2/6] i2c: rcar_i2c: Add comments about registers & values
` [U-Boot] [PATCH v2 3/6] i2c: rcar_i2c: Fix sending of slave addresses
` [U-Boot] [PATCH v2 4/6] i2c: rcar_i2c: Don't mask errors with EREMOTEIO at rcar_i2c_xfer
` [U-Boot] [PATCH v2 5/6] i2c: rcar_i2c: Set the slave address from rcar_i2c_xfer
` [U-Boot] [PATCH v2 6/6] i2c: rcar_i2c: Move FSDA check to rcar_i2c_recover

[U-Boot] IMX6 NAND boot regression
 2019-03-05 18:26 UTC  (11+ messages)

[U-Boot] [PATCH] net:phy:aquantia Set only autoneg on in register 4.c441
 2019-03-05 18:06 UTC  (2+ messages)
` [U-Boot] net: phy: aquantia: "

[U-Boot] [PATCH 2/2] net: phy: micrel: Find Micrel PHY node correctly
 2019-03-05 18:06 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 1/2] net: phy: micrel: Use correct skew values on KSZ9021
 2019-03-05 18:05 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [RESEND PATCH] net: phy: Fix return value check phy_probe
 2019-03-05 18:05 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [RESEND PATCH] net: phy: Reloc next and prev pointers inside phy_drivers
 2019-03-05 18:05 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 2/2] dts: imx8qxp-mek: Add PHY post reset delay
 2019-03-05 18:05 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 1/2] net: dm: fec: Support phy-reset-post-delay property
 2019-03-05 18:05 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 2/2] mc : Reduce MC memory size to 128M
 2019-03-05 18:05 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v4 7/7] ARM: dts: k2g-ice: add dt node for netcp
 2019-03-05 18:05 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v4 6/7] k2g: config enable ti phy dp83867 for k2g
 2019-03-05 18:05 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v4 5/7] ARM: dts: k2g-evm: remove unused phy-mode property from phy node
 2019-03-05 18:05 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v4 4/7] ARM: k2g: add a workaround to reset the phy
 2019-03-05 18:05 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v4 3/7] net: netcp: add support for phy with rgmii ids
 2019-03-05 18:05 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v4 2/7] ARM: k2g-ice: Add pinmux support for rgmii interface
 2019-03-05 18:05 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v4 1/7] ARM: k2g-gp-evm: update to rgmii pinmux configuration
 2019-03-05 18:05 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v5 3/3] cmd: mdio: Switch to generic helpers when accessing the registers
 2019-03-05 18:04 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v5 2/3] net: phy: ti: use generic helpers to access MMD registers
 2019-03-05 18:04 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v5 1/3] net: phy: Add generic helpers to access MMD PHY registers
 2019-03-05 18:04 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] drivers: net: ldpaa_eth: fix resource leak
 2019-03-05 18:04 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v3 6/6] net: phy: ar803x: Clarify the intention of ar8021_config
 2019-03-05 18:04 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v3 4/6] net: phy: ar803x: Explicitly disable RGMII delays
 2019-03-05 18:04 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v3 5/6] net: phy: ar803x: Clarify the configuration of the CLK_25M output pin
 2019-03-05 18:04 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v3 3/6] net: phy: ar803x: Use common functions for RGMII internal delays
 2019-03-05 18:04 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v3 2/6] net: phy: ar803x: Make RGMII Tx delays actually configurable for AR8035
 2019-03-05 18:04 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v3 1/6] net: phy: ar803x: Address packet drops at low traffic rate due to SmartEEE feature
 2019-03-05 18:04 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2] net: phy: realtek: Introduce quirk to mark RXC not stoppable
 2019-03-05 18:04 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] Pull request: u-boot-net.git master
 2019-03-05 18:02 UTC 

[U-Boot] [PATCH v3 00/13] net: Add Allwinner EMAC CLK, RESET support
 2019-03-05 17:25 UTC  (5+ messages)
` [U-Boot] [PATCH v3 03/13] net: sun8i_emac: Retrieve GMAC clock via 'syscon' phandle

[U-Boot] [PATCH v10 0/9] Add support for loading FPGA bitstream
 2019-03-05 15:56 UTC  (12+ messages)
` [U-Boot] [PATCH v10 1/9] ARM: socfpga: Description on FPGA bitstream type and file name for Arria 10
` [U-Boot] [PATCH v10 2/9] ARM: socfpga: Add default FPGA bitstream fitImage for Arria10 SoCDK
` [U-Boot] [PATCH v10 3/9] ARM: socfpga: Cleaning up the messages
` [U-Boot] [PATCH v10 4/9] ARM: socfpga: Move the watchdog reset to the looping location
` [U-Boot] [PATCH v10 5/9] ARM: socfpga: Add FPGA drivers for Arria 10 FPGA bitstream loading
` [U-Boot] [PATCH v10 6/9] ARM: socfpga: Add the configuration for FPGA SoCFPGA A10 SoCDK
` [U-Boot] [PATCH v10 7/9] spl : socfpga: Implement fpga bitstream loading with socfpga loadfs
` [U-Boot] [PATCH v10 8/9] ARM: socfpga: Synchronize the configuration for A10 SoCDK
` [U-Boot] [PATCH v10 9/9] ARM: socfpga: Increase Malloc pool size to support FAT filesystem in SPL

[U-Boot] [PATCH v10 0/9] Add support for loading FPGA bitstream
 2019-03-05 15:42 UTC  (11+ messages)
` [U-Boot] [PATCH v10 1/9] ARM: socfpga: Description on FPGA bitstream type and file name for Arria 10
` [U-Boot] [PATCH v10 2/9] ARM: socfpga: Add default FPGA bitstream fitImage for Arria10 SoCDK
` [U-Boot] [PATCH v10 3/9] ARM: socfpga: Cleaning up the messages
` [U-Boot] [PATCH v10 4/9] ARM: socfpga: Move the watchdog reset to the looping location
` [U-Boot] [PATCH v10 5/9] ARM: socfpga: Add FPGA drivers for Arria 10 FPGA bitstream loading
` [U-Boot] [PATCH v10 6/9] ARM: socfpga: Add the configuration for FPGA SoCFPGA A10 SoCDK
` [U-Boot] [PATCH v10 7/9] spl : socfpga: Implement fpga bitstream loading with socfpga loadfs
` [U-Boot] [PATCH v10 8/9] ARM: socfpga: Synchronize the configuration for A10 SoCDK
` [U-Boot] [PATCH v10 9/9] ARM: socfpga: Increase Malloc pool size to support FAT filesystem in SPL

[U-Boot] [PATCH v2] misc: fs_loader: Replace label with DT phandle
 2019-03-05 15:29 UTC 

[U-Boot] rpi: bcm2835_sdhost: occasional errors while writing
 2019-03-05 12:36 UTC  (2+ messages)

[U-Boot] [PATCH 0/4] Add network support for Jaguar2 SoCs
 2019-03-05 11:57 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] net: Add MSCC Jaguar2 network driver
` [U-Boot] [PATCH 2/4] board: mscc: jr2: Update MSCC Jaguar2 boards
` [U-Boot] [PATCH 3/4] net: mscc: jaguar2: Add ethenet nodes for Jaguar2
` [U-Boot] [PATCH 4/4] configs: mscc_jr2: Add network support

[U-Boot] [PATCH 1/6] i2c: rcar_i2c: Fix u32 cast warnings
 2019-03-05 10:57 UTC  (12+ messages)
` [U-Boot] [PATCH 5/6] i2c: rcar_i2c: Set the slave address from rcar_i2c_xfer
` [U-Boot] [PATCH 6/6] i2c: rcar_i2c: Move FSDA check to rcar_i2c_recover

[U-Boot] [PATCH v1] mmc: dwmmc: Enable small delay before returning error
 2019-03-05 10:52 UTC  (10+ messages)

[U-Boot] [PATCH 0/6] - Add Ethernet support for stm32mpu
 2019-03-05 10:09 UTC  (7+ messages)
` [U-Boot] [PATCH 1/6] stm32mp1: clk: use the correct identifier for ethck
` [U-Boot] [PATCH 2/6] board: stm32mp1: Add board_interface_eth_init
` [U-Boot] [PATCH 3/6] net: dwc_eth_qos: add Ethernet stm32mp1 support
` [U-Boot] [PATCH 4/6] ARM: dts: stm32: Add Ethernet support on stm32mp1
` [U-Boot] [PATCH 5/6] stm32mp1: Add Ethernet support for stm32mp1 board
` [U-Boot] [PATCH 6/6] configs: stm32mp15: Enable Ethernet feature

[U-Boot] [PATCH 1/1] Set environment location to ENVL_NOWHERE with CONFIG_ENV_IS_NOWHERE
 2019-03-05  9:29 UTC 

[U-Boot] [PATCH v1 0/2] Allow platform specific service handling on PSCI
 2019-03-05  7:18 UTC  (2+ messages)

[U-Boot] PULL request for the UEFI subsystem for v2019.04-rc4
 2019-03-05  7:13 UTC 

[U-Boot] [U-Boot, V2, PATCH 3/3] mips: fix erros on registers macros of pll-ddr-config1-nfrac for QCA956X
 2019-03-05  7:04 UTC 

[U-Boot] [U-Boot, V2, PATCH 2/3] mips: add initial support for qca956x referenced board
 2019-03-05  7:04 UTC 

[U-Boot] [U-Boot, V2, PATCH 1/3] ag7xxx: add initial support for s17
 2019-03-05  7:04 UTC 

[U-Boot] [PATCH] configs: ls1046: Update mtd-id for QSPI nor in mtdparts variable
 2019-03-05  6:09 UTC 

[U-Boot] [PATCH 1/6] ARM: rmobile: Imply clock drivers per SoC
 2019-03-05  3:36 UTC  (6+ messages)
` [U-Boot] [PATCH 6/6] ARM: rmobile: Sync Gen3 defconfigs

[U-Boot] [PATCH 1/4] lib: fdt: Split fdtdec_setup_mem_size_base()
 2019-03-05  3:25 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] lib: fdt: Split fdtdec_setup_memory_banksize()
` [U-Boot] [PATCH 3/4] ARM: renesas: Save boot parameters passed in by ATF
` [U-Boot] [PATCH 4/4] ARM: renesas: Configure DRAM size from ATF DT fragment

[U-Boot] [PATCH v2 5/5] cmd: run: add "-e" option to run an EFI application
 2019-03-05  2:48 UTC  (11+ messages)

[U-Boot] [ANN] U-Boot v2019.04-rc3 released
 2019-03-05  2:48 UTC 


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