public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2018-12-11 17:12:25 to 2018-12-12 20:07:15 UTC [more...]

[U-Boot] [PATCH 0/7] Remove defines for SPI default speed and mode
 2018-12-12 20:07 UTC  (13+ messages)
` [U-Boot] [PATCH 1/7] spi: update management of "
` [U-Boot] [PATCH 3/7] da850evm: sf: Read default speed and mode values from DT
` [U-Boot] [PATCH 6/7] env: "

[U-Boot] Questions about the mmc_spi driver
 2018-12-12 18:37 UTC 

[U-Boot] [BeagleBone Black] Possible bug in U-Boot efi loader for BeagleBone Black
 2018-12-12 18:11 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/6] Add support for MIPS Creator CI20
 2018-12-12 18:03 UTC  (9+ messages)
` [U-Boot] [PATCH v2 1/6] misc: Add JZ47xx efuse driver
` [U-Boot] [PATCH v2 2/6] gpio: Add JZ47xx GPIO driver
` [U-Boot] [PATCH v2 3/6] mmc: Add JZ47xx SD/MMC controller driver
` [U-Boot] [PATCH v2 4/6] mips: Add SPL header
` [U-Boot] [PATCH v2 5/6] mips: jz47xx: Add JZ4780 SoC support
` [U-Boot] [PATCH v2 6/6] mips: jz47xx: Add Creator CI20 platform

[U-Boot] [RESEND PATCH 1/1] avb: add support for named persistent values
 2018-12-12 17:57 UTC 

[U-Boot] [PATCH 1/1] avb2.0: add support for named persistent values
 2018-12-12 17:55 UTC 

[U-Boot] [PATCH 1/2] configs: igep: Define default mtdids/mtdparts
 2018-12-12 17:36 UTC  (6+ messages)
` [U-Boot] [PATCH 2/2] mtd: Get rid of board_mtdparts_default()

[U-Boot] [PATCH 00/16] SF: Migrate to Linux SPI NOR framework
 2018-12-12 17:32 UTC  (17+ messages)
` [U-Boot] [PATCH 01/16] spi: spi-mem: Allow use of spi_mem_exec_op for all SPI modes
` [U-Boot] [PATCH 02/16] spi-mem: Claim SPI bus before spi mem access
` [U-Boot] [PATCH 03/16] spi: Add non DM version of SPI_MEM
` [U-Boot] [PATCH 04/16] sh: bitops: add hweight*() macros
` [U-Boot] [PATCH 05/16] mtd: spi: Port SPI NOR framework from Linux
` [U-Boot] [PATCH 06/16] mtd: spi: Switch to new SPI NOR framework
` [U-Boot] [PATCH 07/16] mtd: spi: Remove unused files
` [U-Boot] [PATCH 08/16] mtd: spi: Add lightweight SPI flash stack for SPL
` [U-Boot] [PATCH 09/16] sf_mtd: Simply mtd operations
` [U-Boot] [PATCH 10/16] configs: Get rid of SPI_FLASH_BAR
` [U-Boot] [PATCH 11/16] configs: Remove SF_DUAL_FLASH
` [U-Boot] [PATCH 12/16] axm_defconfig: Enable simple malloc in SPL
` [U-Boot] [PATCH 13/16] taurus_defconfig: "
` [U-Boot] [PATCH 14/16] da850_am18xxevm: Enable tiny printf
` [U-Boot] [PATCH 15/16] turris_omnia_defconfig: "
` [U-Boot] [PATCH 16/16] MAINTAINERS: Add an entry for SPI NOR

[U-Boot] [PATCH v2 0/7] android: Implement A/B boot process
 2018-12-12 17:12 UTC  (8+ messages)
` [U-Boot] [PATCH v2 1/7] cmd: part: Add 'number' sub-command
` [U-Boot] [PATCH v2 2/7] disk: part: Extend API to get partition info
` [U-Boot] [PATCH v2 3/7] common: Implement A/B metadata
` [U-Boot] [PATCH v2 4/7] cmd: Add 'ab_select' command
` [U-Boot] [PATCH v2 5/7] test/py: Add base test case for A/B updates
` [U-Boot] [PATCH v2 6/7] doc: android: Add simple guide "
` [U-Boot] [PATCH v2 7/7] env: am57xx: Implement A/B boot process

[U-Boot] [PATCH] m53menlo: fix splashfile location
 2018-12-12 15:52 UTC  (2+ messages)

[U-Boot] [PATCH] m53menlo: fix addmtd cmd in default environment
 2018-12-12 15:52 UTC  (2+ messages)

[U-Boot] [PATCH v4 00/25] riscv: Adding RISC-V CPU and timer driver
 2018-12-12 15:24 UTC  (30+ messages)
` [U-Boot] [PATCH v4 01/25] riscv: add Kconfig entries for the code model
` [U-Boot] [PATCH v4 02/25] dm: cpu: Add timebase frequency to the platdata
` [U-Boot] [PATCH v4 03/25] riscv: qemu: Create a simple-bus driver for the soc node
` [U-Boot] [PATCH v4 04/25] cpu: Add a RISC-V CPU driver
` [U-Boot] [PATCH v4 05/25] timer: Add generic driver for RISC-V privileged architecture defined timer
` [U-Boot] [PATCH v4 06/25] riscv: ax25: Hide the ax25-specific Kconfig option
` [U-Boot] [PATCH v4 07/25] riscv: Introduce a Kconfig option for machine mode
` [U-Boot] [PATCH v4 08/25] riscv: Add a SYSCON driver for SiFive's Core Local Interruptor
` [U-Boot] [PATCH v4 09/25] riscv: Implement riscv_get_time() API using rdtime instruction
` [U-Boot] [PATCH v4 10/25] riscv: qemu: Add platform-specific Kconfig options
` [U-Boot] [PATCH v4 11/25] riscv: Enlarge the default SYS_MALLOC_F_LEN
` [U-Boot] [PATCH v4 12/25] riscv: Probe cpus during boot
` [U-Boot] [PATCH v4 13/25] riscv: Remove non-DM version of print_cpuinfo()
` [U-Boot] [PATCH v4 14/25] riscv: Add CSR numbers
` [U-Boot] [PATCH v4 15/25] riscv: Add exception codes for xcause register
` [U-Boot] [PATCH v4 16/25] riscv: Update supports_extension() to use desc from cpu driver
` [U-Boot] [PATCH v4 17/25] riscv: Add indirect stringification to csr_xxx ops
` [U-Boot] [PATCH v4 18/25] riscv: Do some basic architecture level cpu initialization
` [U-Boot] [PATCH v4 19/25] riscv: Move trap handler codes to mtrap.S
` [U-Boot] [PATCH v4 20/25] riscv: Fix context restore before returning from trap handler
` [U-Boot] [PATCH v4 21/25] riscv: Return to previous privilege level after trap handling
` [U-Boot] [PATCH v4 22/25] riscv: Adjust the _exit_trap() position to come before handle_trap()
` [U-Boot] [PATCH v4 23/25] riscv: Save boot hart id to the global data
` [U-Boot] [PATCH v4 24/25] riscv: bootm: Change to use boot_hart from "
` [U-Boot] [PATCH v4 25/25] riscv: Remove ae350.dts

[U-Boot] [PATCH v5 00/25] riscv: Adding RISC-V CPU and timer driver
 2018-12-12 15:19 UTC  (27+ messages)
` [U-Boot] [PATCH v5 01/25] riscv: add Kconfig entries for the code model
` [U-Boot] [PATCH v5 02/25] dm: cpu: Add timebase frequency to the platdata
` [U-Boot] [PATCH v5 03/25] riscv: qemu: Create a simple-bus driver for the soc node
` [U-Boot] [PATCH v5 04/25] cpu: Add a RISC-V CPU driver
` [U-Boot] [PATCH v5 05/25] timer: Add generic driver for RISC-V privileged architecture defined timer
` [U-Boot] [PATCH v5 06/25] riscv: ax25: Hide the ax25-specific Kconfig option
` [U-Boot] [PATCH v5 07/25] riscv: Introduce a Kconfig option for machine mode
` [U-Boot] [PATCH v5 08/25] riscv: Add a SYSCON driver for SiFive's Core Local Interruptor
` [U-Boot] [PATCH v5 09/25] riscv: Implement riscv_get_time() API using rdtime instruction
` [U-Boot] [PATCH v5 10/25] riscv: qemu: Add platform-specific Kconfig options
` [U-Boot] [PATCH v5 11/25] riscv: Enlarge the default SYS_MALLOC_F_LEN
` [U-Boot] [PATCH v5 12/25] riscv: Probe cpus during boot
` [U-Boot] [PATCH v5 13/25] riscv: Remove non-DM version of print_cpuinfo()
` [U-Boot] [PATCH v5 14/25] riscv: Add CSR numbers
` [U-Boot] [PATCH v5 15/25] riscv: Add exception codes for xcause register
` [U-Boot] [PATCH v5 16/25] riscv: Update supports_extension() to use desc from cpu driver
` [U-Boot] [PATCH v5 17/25] riscv: Add indirect stringification to csr_xxx ops
` [U-Boot] [PATCH v5 18/25] riscv: Do some basic architecture level cpu initialization
` [U-Boot] [PATCH v5 19/25] riscv: Move trap handler codes to mtrap.S
` [U-Boot] [PATCH v5 20/25] riscv: Fix context restore before returning from trap handler
` [U-Boot] [PATCH v5 21/25] riscv: Return to previous privilege level after trap handling
` [U-Boot] [PATCH v5 22/25] riscv: Adjust the _exit_trap() position to come before handle_trap()
` [U-Boot] [PATCH v5 23/25] riscv: Save boot hart id to the global data
` [U-Boot] [PATCH v5 24/25] riscv: bootm: Change to use boot_hart from "
` [U-Boot] [PATCH v5 25/25] riscv: Remove ae350.dts

[U-Boot] qemu x86 ide device not probing automatically with 2018.11
 2018-12-12 15:18 UTC 

[U-Boot] policy regarding unused code
 2018-12-12 15:17 UTC  (9+ messages)

[U-Boot] [PATCH] fs: cbfs: remove wrong header validation
 2018-12-12 14:27 UTC  (3+ messages)

[U-Boot] [PATCH V2] Drivers: USB: MUSB: Remove legacy CONFIG_USB_DA8XX
 2018-12-12 14:23 UTC  (2+ messages)

[U-Boot] [PATCH V2] Drivers: USB: Remove Legacy CONFIG_USB_DAVINCI
 2018-12-12 14:23 UTC  (2+ messages)

[U-Boot] [PATCH] Drivers: USB: MUSB: Remove legacy CONFIG_USB_DA8XX
 2018-12-12 14:21 UTC  (6+ messages)

[U-Boot] [PATCH v2 00/20] riscv: Adding RISC-V CPU and timer driver
 2018-12-12 14:15 UTC  (8+ messages)
` [U-Boot] [PATCH v2 06/20] riscv: ax25: Hide the ax25-specific Kconfig option

[U-Boot] [RFC PATCH] usb: composite: Fix max packet size for USB3.0
 2018-12-12 12:58 UTC  (3+ messages)

[U-Boot] [PATCH] poplar: fix boot failure caused by serial driver change
 2018-12-12 12:54 UTC  (3+ messages)

[U-Boot] [PATCH] armv8: fsl-layerscape: properly configure qdma ICID
 2018-12-12 11:45 UTC 

[U-Boot] MIPS (mt7688): EBase change in U-Boot breaks Linux
 2018-12-12 11:41 UTC  (3+ messages)

[U-Boot] [PATCH] qemu-arm: Add persistent environment support
 2018-12-12 11:27 UTC  (6+ messages)

[U-Boot] [PATCH v3 00/25] riscv: Adding RISC-V CPU and timer driver
 2018-12-12 10:11 UTC  (17+ messages)
` [U-Boot] [PATCH v3 08/25] riscv: Add a SYSCON driver for SiFive's Core Local Interruptor
` [U-Boot] [PATCH v3 13/25] riscv: Remove non-DM version of print_cpuinfo()
` [U-Boot] [PATCH v3 16/25] riscv: Update supports_extension() to use desc from cpu driver
` [U-Boot] [PATCH v3 18/25] riscv: Do some basic architecture level cpu initialization
` [U-Boot] [PATCH v3 23/25] riscv: Save boot hart id to the global data
` [U-Boot] [PATCH v3 24/25] riscv: bootm: Change to use boot_hart from "
` [U-Boot] [PATCH v3 25/25] riscv: Remove ae350.dts

[U-Boot] [PATCH v2] rockchip: rk3288-evb: dts: remove 'vmmc' from emmc node
 2018-12-12  9:51 UTC  (9+ messages)

[U-Boot] [PATCH u-boot-marvell v3 01/10] board: turris_mox: Cosmetic restructurization
 2018-12-12  9:44 UTC  (7+ messages)
` [U-Boot] [PATCH u-boot-marvell v3 09/10] board: turris_mox: Support 1 GB version of Turris Mox

[U-Boot] [PATCH] net: explicitly assign errno to return code in case of network failure
 2018-12-12  9:23 UTC  (3+ messages)

[U-Boot] [PATCH 00/13] dm: DM_FLAG_PRE_RELOC flag clean up
 2018-12-12  7:34 UTC  (4+ messages)
` [U-Boot] [PATCH 09/13] serial: Remove DM_FLAG_PRE_RELOC flag in various drivers

[U-Boot] [PATCH v2 0/2] SiFive UART support
 2018-12-12  6:24 UTC  (10+ messages)
` [U-Boot] [PATCH v2 1/2] drivers: serial: Add SiFive UART driver
` [U-Boot] [PATCH v2 2/2] riscv: qemu: Imply SIFIVE_SERIAL for emulation

[U-Boot] u-boot: at91: wdt broken for smartweb and taurus board
 2018-12-12  5:23 UTC 

[U-Boot] [PATCH] fsl-ls2088ardb: dts: enabling SATA node
 2018-12-12  5:19 UTC 

[U-Boot] [PATCH] fsl-ls2088ardb: dts: enabling SATA node
 2018-12-12  5:03 UTC 

[U-Boot] Uboot File not found in MMC
 2018-12-12  1:58 UTC  (3+ messages)

[U-Boot] [imx/next V2] tools: imx8m_image: use bash
 2018-12-12  1:54 UTC 

[U-Boot] [imx/next] tools: imx8m_image: use bash
 2018-12-12  1:50 UTC  (3+ messages)

[U-Boot] [PATCH 1/3] mx7: Do not call lcdif_power_down() in the SPL case
 2018-12-12  1:47 UTC  (4+ messages)
` [U-Boot] [PATCH 2/3] pico-imx7d: Add LCD support
` [U-Boot] [PATCH 3/3] logos: Add the TechNexion's logo

[U-Boot] [PATCH v2 0/6] rk3399-puma: Enable PWM regulator for RK3399-Q7
 2018-12-12  1:08 UTC  (9+ messages)
` [U-Boot] [PATCH v2 1/6] rockchip: rk3399-puma: Cleanup of vdd_log DTS entry
` [U-Boot] [PATCH v2 2/6] power: regulator: Allow PWM regulator to be omitted from SPL
` [U-Boot] [PATCH v2 3/6] rockchip: rk3399-puma: enable PWM regulator in Puma defconfig
` [U-Boot] [PATCH v2 4/6] dm: pinctrl: Add pinctrl_decode_pin_config_dm()
` [U-Boot] [PATCH v2 5/6] rockchip: rk3399: Add improved pinctrl driver
` [U-Boot] [PATCH v2 6/6] rockchip: rk3399-puma: Set VDD_LOG to 950 mV

[U-Boot] [PATCH v1] rockchip: rk3399-puma: Remove obsolete DTS node 'vcc5v0_host'
 2018-12-12  0:34 UTC  (2+ messages)

[U-Boot] [PATCH v5 0/9] Fix CVE-2018-18440 and CVE-2018-18439
 2018-12-11 21:05 UTC  (5+ messages)

[U-Boot] [PATCH] test: dm: regmap: Fix the long test delay
 2018-12-11 20:37 UTC  (3+ messages)

[U-Boot] [PATCH v4 0/6] cmd: Simplify support for sub-commands
 2018-12-11 20:37 UTC  (5+ messages)
` [U-Boot] [PATCH v4 1/6] common: command: Fix command auto-completion

[U-Boot] [PATCH v2 0/3] efi_loader: add removable device support
 2018-12-11 19:55 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/3] efi_loader: enumerate disk devices every time

[U-Boot] [BUG] build warnings for tools/mtk_image.c
 2018-12-11 19:33 UTC 

[U-Boot] Regression: dm: i2c: Make i2c_get_chip_for_busnum() fail if the chip is not detected
 2018-12-11 19:11 UTC  (9+ messages)

[U-Boot] [PATCH 0/4] efi_loader: non-volatile variables support
 2018-12-11 19:07 UTC  (9+ messages)
` [U-Boot] [PATCH 1/4] efi_loader: support non-volatile variable behavior
` [U-Boot] [PATCH 2/4] cmd: efishell: support -nv option to setvar sub-command
` [U-Boot] [PATCH 3/4] cmd: efishell: make Boot####/BootOrder variable non-volatile
` [U-Boot] [PATCH 4/4] efi_loader: bootmgr: make BootNext non-volatile

[U-Boot] [PATCH] i2c: tegra: Fix regression by implementing a dummy probe_chip() callback
 2018-12-11 18:56 UTC 

[U-Boot] [PATCH v1 1/3] x86: edison: move CONFIG_CMD_PCI from header file to defconfig
 2018-12-11 17:12 UTC  (3+ messages)
` [U-Boot] [PATCH v1 2/3] x86: edison: move CONFIG_BOOTCOMMAND "
` [U-Boot] [PATCH v1 3/3] x86: edison: Remove staled comments from configuration header


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