public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2019-02-05 08:30:45 to 2019-02-07 20:13:45 UTC [more...]

[U-Boot] [PATCH v3 0/5] spi-flash: switch to "jedec, spi-nor" binding
 2019-02-07 20:13 UTC  (3+ messages)

[U-Boot] Pull request: u-boot-spi/master
 2019-02-07 19:47 UTC 

[U-Boot] [PATCH 1/2] fdt: Allow indicating a node is for U-Boot proper only
 2019-02-07 17:47 UTC  (8+ messages)
` [U-Boot] [PATCH 2/2] dm: core: remove the duplicated function dm_ofnode_pre_reloc

[U-Boot] [PATCH 0/3] PSCI support for r8a7790 SoC (Lager/Stout boards)
 2019-02-07 17:19 UTC  (10+ messages)
` [U-Boot] [PATCH 1/3] ARM: rmobile: Switch CPU to non-secure HYP mode for r8a7790 based boards
` [U-Boot] [PATCH 2/3] ARM: rmobile: Add basic PSCI support for r8a7790 SoC
` [U-Boot] [PATCH 3/3] ARM: rmobile: Add possibility to debug main PSCI commands

[U-Boot] [PATCH v2] arm: dts: am33xx: introduce 'am33xx-u-boot.dtsi'
 2019-02-07 17:14 UTC  (3+ messages)

[U-Boot] [PATCH] Kconfig: fix BUILD_TARGET for ARCH_MVEBU
 2019-02-07 15:40 UTC  (2+ messages)

[U-Boot] Booting linux zImage on vexpress-a15
 2019-02-07 14:40 UTC  (4+ messages)

[U-Boot] [PATCH v4 00/20] SF: Migrate to Linux SPI NOR framework
 2019-02-07 12:43 UTC  (5+ messages)

[U-Boot] [PATCH] elf: fix cache flushing in 'bootelf -p' command
 2019-02-07 11:19 UTC 

[U-Boot] [PATCH v5 00/15] SiFive FU540 Support
 2019-02-07 11:11 UTC  (17+ messages)
` [U-Boot] [PATCH v5 01/15] .gitignore: Don't ignore arch/riscv/include/asm/arch
` [U-Boot] [PATCH v5 02/15] Makefile: Fix mrproper make target
` [U-Boot] [PATCH v5 03/15] riscv: Rename cpu/qemu to cpu/generic
` [U-Boot] [PATCH v5 04/15] riscv: Add asm/dma-mapping.h for DMA mappings
` [U-Boot] [PATCH v5 05/15] riscv: Add place-holder asm/arch/clk.h for driver compilation
` [U-Boot] [PATCH v5 06/15] riscv: generic: Ensure that U-Boot runs within 4GB for 64bit systems
` [U-Boot] [PATCH v5 07/15] net: macb: Fix clk API usage for RISC-V systems
` [U-Boot] [PATCH v5 08/15] net: macb: Fix GEM hardware detection
` [U-Boot] [PATCH v5 09/15] clk: Add SiFive FU540 PRCI clock driver
` [U-Boot] [PATCH v5 10/15] clk: Add fixed-factor "
` [U-Boot] [PATCH v5 11/15] drivers: serial_sifive: Fix baud rate calculation
` [U-Boot] [PATCH v5 12/15] drivers: serial_sifive: Skip baudrate config if no input clock
` [U-Boot] [PATCH v5 13/15] cpu: Bind timer driver for boot hart
` [U-Boot] [PATCH v5 14/15] riscv: Add SiFive FU540 board support
` [U-Boot] [PATCH v5 15/15] doc: Add a readme guide for SiFive FU540

[U-Boot] [PATCH v3 00/22] imx: vybrid: Update BK4 and PCM052 boards to only use DM/DTS
 2019-02-07  8:35 UTC  (3+ messages)
` [U-Boot] [PATCH v3 04/22] vybrid: clock: Provide enable_i2c_clk() function for Vybrid

[U-Boot] [PATCH v2 0/7] arm/arm64: i2c platform cleanup
 2019-02-07  7:03 UTC  (15+ messages)
` [U-Boot] [PATCH v2 1/7] ARM: zynq: Convert Syzygy to DM_I2C
` [U-Boot] [PATCH v2 2/7] ARM: zynq: Convert dlc20 and zc70x board "
` [U-Boot] [PATCH v2 3/7] ARM: zynq: Remove addresses for i2c controllers
` [U-Boot] [PATCH v2 4/7] arm64: zynqmp: Switch all platfroms to DM_I2C
` [U-Boot] [PATCH v2 5/7] arm64: zynqmp: Remove addresses for i2c controllers
` [U-Boot] [PATCH v2 6/7] i2c: Remove ancient zynq_i2c driver
` [U-Boot] [PATCH v2 7/7] xilinx: common: Remove !DM_i2C code for reading mac from eeprom

[U-Boot] [PATCH v2 1/2] splash: Use splashfile instead of location->name
 2019-02-07  6:57 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/7] Align U-Boot I2C DM bus ID handling with Linux
 2019-02-07  6:55 UTC  (19+ messages)
` [U-Boot] [PATCH v2 1/7] dm: core: Add of_alias_get_highest_id()
` [U-Boot] [PATCH v2 2/7] fdt: Introduce fdtdec_get_alias_highest_id()
` [U-Boot] [PATCH v2 3/7] dm: core: Introduce dev_read_alias_highest_id()
` [U-Boot] [PATCH v2 4/7] dm: core: Add tests for dev_read_alias_highest_id()
` [U-Boot] [PATCH v2 5/7] i2c: dm: Record maximum id of devices before probing devices
` [U-Boot] [PATCH v2 6/7] i2c: Fill req_seq in i2c_post_bind()
` [U-Boot] [PATCH v2 7/7] i2c: mux: Generate longer i2c mux name

[U-Boot] [PATCH 1/2] i2c: ihs: Get rid of fpgamap
 2019-02-07  5:26 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] i2c: ihs: Improve error handling

[U-Boot] [PATCH] i2c: cdns: Covert to livetree function
 2019-02-07  5:19 UTC  (2+ messages)

[U-Boot] [PATCH 0/3] arm: Introduce writel/readl_relaxed accessors
 2019-02-07  0:32 UTC  (7+ messages)
` [U-Boot] [PATCH 1/3] arm: clean up asm/io.h
` [U-Boot] [PATCH 2/3] arm: introduce _relaxed MMIO accessors

[U-Boot] [PATCH v4 0/3] Add MMD PHY helpers
 2019-02-07  0:10 UTC  (20+ messages)
` [U-Boot] [PATCH v4 3/3] cmd: mdio: Add new parameter to access MMD PHY registers

[U-Boot] [PATCH v2 00/13] Add Support for eMMC in AM65x-evm
 2019-02-06 23:46 UTC  (16+ messages)
` [U-Boot] [PATCH v2 01/13] arm64: dts: k3: Sync sdhci0 node from kernel
` [U-Boot] [PATCH v2 02/13] mmc: am654_mmc: Change driver name
` [U-Boot] [PATCH v2 03/13] mmc: am654_sdhci: Remove quirks
` [U-Boot] [PATCH v2 04/13] regmap: Add API regmap_init_mem_index()
` [U-Boot] [PATCH v2 05/13] regmap: Add support for polling on a register
` [U-Boot] [PATCH v2 06/13] mmc: sdhci: Add support for sdhci-caps-mask
` [U-Boot] [PATCH v2 07/13] mmc: sdhci: Make sdhci_set_clock() non static
` [U-Boot] [PATCH v2 08/13] arm: dts: k3: Add phy specific properties to SD card node
` [U-Boot] [PATCH v2 09/13] mmc: sdhci: Make set_ios_post() return int
` [U-Boot] [PATCH v2 10/13] mmc: am654_sdhci: Add Support for PHY
` [U-Boot] [PATCH v2 11/13] configs: am65x_evm: Enable CONFIG_REGMAP
` [U-Boot] [PATCH v2 12/13] mmc: sdhci: Add support for HOST_CONTROL2 and setting UHS timings
` [U-Boot] [PATCH v2 13/13] mmc: am654_sdhci: Add a platform specific set_control_reg() callback

[U-Boot] [PATCH v4 0/7] AM65x: Add DMA support
 2019-02-06 23:43 UTC  (9+ messages)
` [U-Boot] [PATCH v4 1/7] firmware: ti_sci: Add support for NAVSS resource management
` [U-Boot] [PATCH v4 2/7] soc: ti: k3: add navss ringacc driver
` [U-Boot] [PATCH v4 3/7] soc: ti: k3: add CPPI5 description and helpers
` [U-Boot] [PATCH v4 4/7] dma: ti: add driver to K3 UDMA
` [U-Boot] [PATCH v4 5/7] soc: keystone: Merge into ti specific directory
` [U-Boot] [PATCH v4 6/7] arm64: dts: ti: k3-am65: add mcu navss nodes
` [U-Boot] [PATCH v4 7/7] configs: am65x_evm_a53: Enable DMA related configs

[U-Boot] [PATCH 3/3] mips: add ethernet support for qca953x referenced boards
 2019-02-06 18:40 UTC  (2+ messages)

[U-Boot] [PATCH 2/3] drivers: add ethernet support for qca953x in ag7xxx driver
 2019-02-06 18:39 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] drivers: fix typo for pinctrl qca953x
 2019-02-06 18:38 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/2] Load splash from FIT image (internal, external, offset)
 2019-02-06 15:07 UTC  (10+ messages)
` [U-Boot] [PATCH v2 1/2] splash: Use splashfile instead of location->name
` [U-Boot] [PATCH v2 2/2] splash: Load internal and external data from FIT

[U-Boot] [PATCH v2 1/2] splash: Use splashfile instead of location->name
 2019-02-06 15:05 UTC  (2+ messages)

[U-Boot] [PATCH 0/2] configs: Minor fixes
 2019-02-06 14:23 UTC  (4+ messages)
` [U-Boot] [PATCH 1/2] configs: Remove version control leftovers
` [U-Boot] [PATCH 2/2] configs: sama5d27_som1_ek: Activate misc init for uSD variant

[U-Boot] [PATCH] mmc: Do not poll using CMD13 when changing timing
 2019-02-06 13:14 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] mmc: Export {sd,mmc}_select_mode_and_width()
 2019-02-06 13:10 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] mmc: tmio: renesas: Downgrade SD/MMC from UHS/HS200/HS400 modes before boot

[U-Boot] [PATCH] fs: ext4: Unmount FS in do_fs_type()
 2019-02-06 13:10 UTC 

[U-Boot] [PATCH] board/BuR/brxre1: convert do DM
 2019-02-06 12:25 UTC 

[U-Boot] [PATCH] .gitignore: ignore patch rejects (*.rej) files
 2019-02-06  9:54 UTC  (3+ messages)

[U-Boot] [RFC 0/3] dm, efi: integrate efi_disk into DM
 2019-02-06  7:54 UTC  (7+ messages)
` [U-Boot] [RFC 2/3] efi_loader: associate BLK/PARTITION device to efi_disk

[U-Boot] [PATCH 1/3] board: engicam: Add watchdog support on Engicam
 2019-02-06  7:53 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] configs: imx6qdl_icore_mmc: Enable watchdog and bootcounter
` [U-Boot] [PATCH 3/3] include: configs: imx6-engicam: Add recovery boot option

[U-Boot] [PATCH] rockchip: make_fit_atf: Use BL31 environ variable for file location
 2019-02-05 21:28 UTC  (5+ messages)

[U-Boot] [PATCH 1/1] dm: scsi: report correct device number
 2019-02-05 17:06 UTC 

[U-Boot] [RFC][PATCH] cmd: pxe: Display splashscreen from extlinux.conf input
 2019-02-05 16:31 UTC  (2+ messages)

[U-Boot] [PATCH v2 00/11] SiFive FU540 Support
 2019-02-05 15:04 UTC  (34+ messages)
` [U-Boot] [PATCH v2 07/11] clk: Add fixed-factor clock driver
` [U-Boot] [PATCH v2 11/11] riscv: Add SiFive FU540 board support

[U-Boot] [PATCH] test: fs: Add filesystem integrity checks
 2019-02-05 14:48 UTC  (3+ messages)

[U-Boot] [PATCH] configs: tbs_a711: lower dram frequency
 2019-02-05 13:57 UTC 

[U-Boot] Please pull u-boot-marvell/master
 2019-02-05 13:36 UTC 

[U-Boot] [PATCH v2] video: Armada XP: Move driver to DM_VIDEO
 2019-02-05 13:29 UTC  (6+ messages)
` [U-Boot] [PATCH v2] arm: mvebu: theadorable: Enable video / LCD support with the new DM driver

[U-Boot] [PATCH 1/4 v3] pci: Add pci_get_devfn() to extract devfn from the fdt_pci_addr
 2019-02-05 13:28 UTC  (9+ messages)
` [U-Boot] [PATCH 2/4 v3] pci: pci_mvebu: Add DM_PCI support and move CONFIG_PCI_MVEBU to defconfig
` [U-Boot] [PATCH 3/4 v3] arm: mvebu: armada-xp/37x.dtsi: Sync PCIe DT nodes with Linux v4.20
` [U-Boot] [PATCH 4/4 v3] arm: mvebu: armada-xp-theadorable.dts: Enable PCIe DT nodes

[U-Boot] [PATCH v4] arm64: mvebu: Add basic support for uDPU board
 2019-02-05 13:24 UTC  (2+ messages)

[U-Boot] [PATCH] imx8qxp: Fix the reported CPU frequency
 2019-02-05 12:43 UTC 

[U-Boot] eMMC boot partition possible with an eMMC 4.2 controller ?
 2019-02-05 12:17 UTC 

[U-Boot] [PATCH 1/3] x86: Change 4-level page table base address to low memory
 2019-02-05 11:32 UTC  (3+ messages)

[U-Boot] [PATCH 00/11] SiFive FU540 Support
 2019-02-05 11:17 UTC  (9+ messages)
` [U-Boot] [PATCH 04/11] net: macb: Fix clk API usage for RISC-V systems

[U-Boot] [PATCH v1] x86: tangier: Add initial ACPI support for PMIC device
 2019-02-05 11:06 UTC 

[U-Boot] [PATCH] MAINTAINERS: update u-boot-atmel tree
 2019-02-05 11:05 UTC  (2+ messages)

[U-Boot] [PATCH v2 7/9] rockchip: defconfig: Clean the unused pinctrl config
 2019-02-05 10:51 UTC  (4+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH 0/6] arm64: versal: Misc patches
 2019-02-05  9:50 UTC  (7+ messages)
` [U-Boot] [PATCH 1/6] arm64: versal: Disable showing information about console
` [U-Boot] [PATCH 2/6] arm64: versal: Define distro boot commnads for qspi ospi and mmc
` [U-Boot] [PATCH 3/6] arm64: versal: Define board_late_init for versal
` [U-Boot] [PATCH 4/6] arm64: versal: Remove one level of indentation in board_early_init_r()
` [U-Boot] [PATCH 5/6] arm64: versal: Move IOU_SWITCH_DIVISOR0 to Kconfig
` [U-Boot] [PATCH 6/6] arm64: versal: Add mini configuration for Versal

[U-Boot] [PULL] Please pull u-boot-rockchip:tags/for-master-20190201
 2019-02-05  9:40 UTC  (3+ messages)

[U-Boot] [PULL] Please pull u-boot-rockchip: tags/for-master-20190205
 2019-02-05  9:38 UTC 

[U-Boot] [PATCH] rockchip: Remove rejected files with .rej suffix
 2019-02-05  9:35 UTC  (3+ messages)

[U-Boot] [PATCH] core: ofnode: Add ofnode_pci_get_devfn()
 2019-02-05  9:34 UTC  (7+ messages)

[U-Boot] None
 2019-02-05  9:16 UTC 

[U-Boot] [PATCH] nand: fix up badblock skipping
 2019-02-05  9:03 UTC  (4+ messages)
    ` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH v7 0/7] Add support for loading FPGA bitstream
 2019-02-05  8:51 UTC  (17+ messages)
` [U-Boot] [PATCH v7 1/7] ARM: socfpga: Description on FPGA bitstream type and file name for Arria 10
` [U-Boot] [PATCH v7 2/7] ARM: socfpga: Add default FPGA bitstream fitImage for Arria10 SoCDK
` [U-Boot] [PATCH v7 3/7] ARM: socfpga: Add FPGA drivers for Arria 10 FPGA bitstream loading

[U-Boot] [PATCH v2 1/2] fs: fat: dynamically allocate memory for temporary buffer
 2019-02-05  8:30 UTC  (6+ messages)


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