public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2018-10-29 19:23:01 to 2018-10-31 17:14:08 UTC [more...]

[U-Boot] [PATCH v1] x86: acpi: Remove redundant Offset (0x00)
 2018-10-31 17:14 UTC 

[U-Boot] [PATCH] clk: renesas: Allow reconfiguring SDHI clock on Gen3
 2018-10-31 17:14 UTC 

[U-Boot] [PATCH] pinctrl: renesas: Fix DRV register offset
 2018-10-31 17:13 UTC 

[U-Boot] [PATCH v2] syscon: update syscon_node_to_regmap to use the DM functions
 2018-10-31 15:49 UTC 

[U-Boot] [PATCH] iot_dk: Add README
 2018-10-31 15:44 UTC 

[U-Boot] [PATCH v2 00/29] General fixes / cleanup for RISC-V and improvements to qemu-riscv
 2018-10-31 15:01 UTC  (46+ messages)
` [U-Boot] [PATCH v2 01/29] tools: .gitignore: add prelink-riscv
` [U-Boot] [PATCH v2 02/29] dts: riscv: update makefile to also clean the RISC-V dts directory
` [U-Boot] [PATCH v2 03/29] riscv: rename CPU_RISCV_32/64 to match architecture names ARCH_RV32I/64I
` [U-Boot] [PATCH v2 04/29] riscv: select CONFIG_PHYS_64BIT on RV64I systems
` [U-Boot] [PATCH v2 05/29] riscv: add Kconfig entries for the C and A ISA extensions
` [U-Boot] [PATCH v2 06/29] riscv: set -march and -mabi based on the Kconfig configuration
` [U-Boot] [PATCH v2 07/29] riscv: add Kconfig entries for the code model
` [U-Boot] [PATCH v2 08/29] riscv: enable -fdata-sections
` [U-Boot] [PATCH v2 09/29] riscv: fix use of incorrectly sized variables
` [U-Boot] [PATCH v2 10/29] riscv: make use of the barrier functions from Linux
` [U-Boot] [PATCH v2 11/29] riscv: do not reimplement generic io functions
` [U-Boot] [PATCH v2 12/29] riscv: complete the list of exception codes
` [U-Boot] [PATCH v2 13/29] riscv: treat undefined exception codes as reserved
` [U-Boot] [PATCH v2 14/29] riscv: hang on unhandled exceptions
` [U-Boot] [PATCH v2 15/29] riscv: implement the invalidate_icache_* functions
` [U-Boot] [PATCH v2 16/29] riscv: invalidate the instruction cache before jumping to Linux
` [U-Boot] [PATCH v2 17/29] riscv: fix inconsistent use of spaces and tabs in start.S
` [U-Boot] [PATCH v2 18/29] riscv: align mtvec on a 4-byte boundary
` [U-Boot] [PATCH v2 19/29] Drop CONFIG_INIT_CRITICAL
` [U-Boot] [PATCH v2 20/29] riscv: remove unused labels in start.S
` [U-Boot] [PATCH v2 21/29] riscv: do not blindly modify the mstatus CSR
` [U-Boot] [PATCH v2 22/29] riscv: save hart ID and device tree passed by prior boot stage
` [U-Boot] [PATCH v2 23/29] riscv: qemu: use "
` [U-Boot] [PATCH v2 24/29] riscv: store device tree passed by prior boot stage in environment
` [U-Boot] [PATCH v2 25/29] riscv: qemu: support booting Linux
` [U-Boot] [PATCH v2 26/29] riscv: align bootm implementation with that of other architectures
` [U-Boot] [PATCH v2 27/29] dm: core: add missing prototype for ofnode_read_u64
` [U-Boot] [PATCH v2 28/29] riscv: qemu: detect and boot the kernel passed by QEMU
` [U-Boot] [PATCH v2 29/29] riscv: qemu: clear kernel-start/-end in device tree as workaround for BBL

[U-Boot] [PATCH 1/2] linux/sizes.h: sync from kernel
 2018-10-31 14:50 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] arm64: mvebu: a8k: autodetect RAM size

[U-Boot] Please pull u-boot-mpc85xx master
 2018-10-31 14:44 UTC  (2+ messages)

[U-Boot] [PATCH] cmd: ubi: Make ubi_detach() static
 2018-10-31 12:52 UTC  (3+ messages)

[U-Boot] [PATCH v3 00/26] subject: fs: fat: extend FAT write operations
 2018-10-31 12:22 UTC  (5+ messages)
` [U-Boot] [PATCH v3 10/26] fs: fat: support write with non-zero offset

[U-Boot] MTD combine/merge flash bank like linux : MPC83xx / u-boot v2016.03
 2018-10-31 11:16 UTC 

[U-Boot] [PATCH] syscon: update syscon_node_to_regmap to use the DM functions
 2018-10-31 10:58 UTC  (5+ messages)

[U-Boot] [PATCH 0/3] mtd: Fix partition handling code
 2018-10-31 10:43 UTC  (5+ messages)
` [U-Boot] [PATCH 1/3] mtd: Use default mtdparts/mtids when not defined in the environment
` [U-Boot] [PATCH 2/3] cmd: ubi: Remove useless call to mtdparts_init()
` [U-Boot] [PATCH 3/3] mtd: Drop duplicate MTD_PARTITIONS Kconfig option

[U-Boot] [PATCH v2 0/3] add support for VSC8584 and VSC8574 Microsemi PHYs
 2018-10-31 10:20 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/3] net: phy: mscc: add support for VSC8584 PHY
` [U-Boot] [PATCH v2 2/3] net: phy: mscc: factorize part of config function for VSC8584
` [U-Boot] [PATCH v2 3/3] net: phy: mscc: add support for VSC8574 PHY

[U-Boot] [PATCH] power: regulator: denied disable on always-on regulator
 2018-10-31 10:02 UTC  (4+ messages)

[U-Boot] [PATCH] arm: socfpga: check total size of SPL
 2018-10-31 10:00 UTC  (6+ messages)

[U-Boot] [PATCH 0/3] Read SFDP parameters and access flash above 16MB
 2018-10-31  9:45 UTC  (12+ messages)
` [U-Boot] [PATCH 1/3] mtd/spi: Add JEDEC SFDP support in SPI framework

[U-Boot] Question about booting Linux from efi_loader
 2018-10-31  9:27 UTC  (4+ messages)

[U-Boot] [PATCH v1 0/3] dts: arm: socfpga: merge gen5 devicetrees from linux
 2018-10-31  8:42 UTC  (9+ messages)
` [U-Boot] [PATCH v1 1/3] gpio: dwapb_gpio: fix binding without bank-name property
` [U-Boot] [PATCH v1 2/3] spi: cadence_qspi: use "cdns, qspi-nor" as compatible
` [U-Boot] [PATCH v1 3/3] dts: arm: socfpga: merge gen5 devicetrees from linux

[U-Boot] [PATCH 0/3] add support for VSC8584 and VSC8574 Microsemi PHYs
 2018-10-31  8:20 UTC  (7+ messages)
` [U-Boot] [PATCH 1/3] net: phy: mscc: add support for VSC8584 PHY
` [U-Boot] [PATCH 3/3] net: phy: mscc: add support for VSC8574 PHY

[U-Boot] [PATCH v2] sf: remove spi-flash chip names from SPL binary
 2018-10-31  7:00 UTC  (3+ messages)

[U-Boot] [PATCH v4] sunxi: add support for Banana Pi M2 Zero board
 2018-10-31  6:50 UTC  (6+ messages)
` [U-Boot] [linux-sunxi] "

[U-Boot] [PATCH v2] dm: spi: prevent setting a speed of 0 Hz
 2018-10-31  6:42 UTC  (3+ messages)

[U-Boot] [PATCH] cmd: mtdparts: Probe MTD devices in mtdparts_init()
 2018-10-31  6:05 UTC  (11+ messages)

[U-Boot] [PATCH 00/30] General fixes / cleanup for RISC-V and improvements to qemu-riscv
 2018-10-31  4:22 UTC  (19+ messages)
` [U-Boot] [PATCH 18/30] riscv: invalidate the instruction cache before jumping to Linux
    ` [U-Boot] FW: "
` [U-Boot] [PATCH 22/30] riscv: remove unused labels in start.S

[U-Boot] [PATCH v4 0/5] Add support for Pinebook
 2018-10-30 21:36 UTC  (2+ messages)

[U-Boot] [PATCH] arm: socfpga: imply SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION
 2018-10-30 19:31 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] powerpc: t1040: Correct RCW MAC2_GMII_SEL value
 2018-10-30 19:19 UTC  (2+ messages)

[U-Boot] [PATCH v2] fsl/usb: Workaround for USB erratum-A005275
 2018-10-30 19:18 UTC  (2+ messages)

[U-Boot] [PATCH] arm: ti: boot: Don't read environment partition
 2018-10-30 17:57 UTC 

[U-Boot] [ANN] U-Boot v2018.11-rc3 released
 2018-10-30 17:07 UTC  (3+ messages)

[U-Boot] [PATCH] arm: socfpga: Fix bootcounter located at the end of internal SRAM
 2018-10-30 16:59 UTC  (16+ messages)

[U-Boot] [PATCH 0/8] pci: Add pcie controller driver for NXP LX SoCs
 2018-10-30 14:20 UTC  (9+ messages)
` [U-Boot] [PATCH 1/8] armv8: fsl-layerscpae: correct the PCIe controllers' region size
` [U-Boot] [PATCH 2/8] armv8: lx2160a: add MMU table entries for PCIe
` [U-Boot] [PATCH 3/8] pci: Add pcie controller driver for NXP LX SoCs
` [U-Boot] [PATCH 4/8] kconfig: add dependency PCIE_LX for FSL_PCIE_COMPAT
` [U-Boot] [PATCH 5/8] pci: pcie_lx: add device tree fixups for PCI Stream IDs
` [U-Boot] [PATCH 6/8] armv8: lx2160a: add pcie DT nodes
` [U-Boot] [PATCH 7/8] armv8: lx2160a: enable pcie support on RDB defconfig
` [U-Boot] [PATCH 8/8] armv8: lx2160a: enable the pci command

[U-Boot] [PATCH] spi: mxc_spi: Fix chipselect with DM_SPI in SPL
 2018-10-30 13:28 UTC  (5+ messages)
  ` [U-Boot] Antwort: "

[U-Boot] [PATCH] riscv: cache: Implement i/dcache [status, enable, disable]
 2018-10-30 12:53 UTC  (6+ messages)

[U-Boot] [PATCH v2] net: e1000: support 'write_hwaddr' in DM
 2018-10-30 12:06 UTC  (3+ messages)

[U-Boot] [PATCH v2] fw_setenv: avoid writing environment when nothing has changed
 2018-10-30 11:05 UTC  (2+ messages)

[U-Boot] [PATCH 0/3] Small fixes for Olimex MX23 based Olinuxino boards
 2018-10-30 10:35 UTC  (3+ messages)
` [U-Boot] [PATCH 1/3] configs: drop CMD_CACHE from mx23_olinuxino_defconfig

[U-Boot] [PATCH 1/2] AQUANTIA USXGMII autoneg enable
 2018-10-30  9:54 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] Aquantia: Print information about system interface and firmaware version

[U-Boot] [PATCH] arm: socfpga: fix bootcounter by reserving SRAM
 2018-10-30  8:55 UTC  (4+ messages)

[U-Boot] [PATCH 1/4] nfs: convert supported_nfs_versions bitfield to an enum
 2018-10-30  8:53 UTC  (9+ messages)

[U-Boot] [PATCH] spl: fix the new position of gd and stack
 2018-10-30  8:17 UTC 

[U-Boot] am33xx board with no external RTC crystal issue
 2018-10-30  6:12 UTC  (2+ messages)

[U-Boot] [PATCH 0/3] MIPS: fix building and linking of standalone programs
 2018-10-30  1:40 UTC  (5+ messages)
` [U-Boot] [PATCH 1/3] Kbuild: add LDFLAGS_STANDALONE

[U-Boot] Pull request v2: u-boot-sunix/master
 2018-10-29 20:03 UTC  (2+ messages)

[U-Boot] [PATCH 0/7] driver: net: ti: clean up and code optimization
 2018-10-29 19:53 UTC  (17+ messages)
` [U-Boot] [PATCH 1/7] driver: net: consolidate ti's code in separate folder
` [U-Boot] [PATCH 2/7] configs: net: convert DRIVER_TI_KEYSTONE_NET kconfig
` [U-Boot] [PATCH 3/7] drivers: net: keystone_net: drop non dm code
` [U-Boot] [PATCH 4/7] driver: net: ti: cpsw: update to use SPDX identifier
` [U-Boot] [PATCH 5/7] driver: net: ti: introduce common mdio support library
` [U-Boot] [PATCH 6/7] driver: net: ti: cpsw: switch to use common mdio lib
` [U-Boot] [PATCH 7/7] driver: net: ti: keystone_net: "

[U-Boot] [PATCH v4 00/13] Support for the Faraday ftgmac100 controller
 2018-10-29 19:26 UTC  (5+ messages)
` [U-Boot] [PATCH v4 07/13] net: ftgmac100: handle timeouts when transmitting

[U-Boot] [PATCH v5 00/13] Support for the Faraday ftgmac100 controller
 2018-10-29 19:23 UTC  (3+ messages)
` [U-Boot] [PATCH v5 07/13] net: ftgmac100: handle timeouts when transmitting


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