public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2018-12-01 18:00:24 to 2018-12-03 14:44:09 UTC [more...]

[U-Boot] [BUG] serial: ns16550: missing characters on serial output of rk3399 board
 2018-12-03 14:44 UTC 

[U-Boot] adding saveenv-command for bananapi r2
 2018-12-03 14:39 UTC 

[U-Boot] [PATCH 1/2] Kconfig: Add entry for VF610 NAND NFC device tree aware driver
 2018-12-03 14:36 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] nand: vybrid: Extend the vf610 NFC NAND driver to support device tree (and DM)

[U-Boot] [PATCH] tools: zynqmpimage: round up partition size
 2018-12-03 14:33 UTC  (4+ messages)

[U-Boot] [PATCH 1/3] ARM: DTS: da850: Sync from Linux 4.20
 2018-12-03 14:29 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] ARM: dts: da850-lcdk: "
` [U-Boot] [PATCH 3/3] ARM: DTS: da850-evm: Re-sync da850-evm.dts "

[U-Boot] [PATCH] arm64: zynqmp: Add new header file for zcu104 RevC
 2018-12-03 14:22 UTC 

[U-Boot] [PATCH] ARM: DTS: Resync LogicPD-Torpedo-37xx-devkit with Linux 4.20
 2018-12-03 14:17 UTC 

[U-Boot] [PATCH] ARM: DTS: Resync LogicPD SOM-LV with Linux 4.20
 2018-12-03 14:15 UTC 

[U-Boot] [PATCH 1/2] net: phy: Move fixed link code to separate routine
 2018-12-03 14:15 UTC  (2+ messages)

[U-Boot] [PATCH] serial: omap: Add code for early debugging
 2018-12-03 14:12 UTC 

[U-Boot] [PATCH] travis: Bump ARC tools to arc-2018.09
 2018-12-03 14:09 UTC 

[U-Boot] [PATCH] ARM: DTS: Resync am3517-evm.dts with Linux 4.20
 2018-12-03 14:06 UTC 

[U-Boot] [PATCH v2 00/14] efi: make efi and bootmgr more usable
 2018-12-03 14:01 UTC  (24+ messages)
` [U-Boot] [PATCH v2 03/14] efi_loader: bootmgr: allow for running a given load option
` [U-Boot] [PATCH v2 04/14] cmd: add efishell command
` [U-Boot] [PATCH v2 05/14] cmd: efishell: add devices command
` [U-Boot] [PATCH v2 08/14] cmd: efishell: add memmap command
` [U-Boot] [PATCH v2 10/14] cmd: bootefi: carve out fdt parameter handling
` [U-Boot] [PATCH v2 12/14] cmd: run: add "-e" option to run an EFI application
` [U-Boot] [PATCH v2 13/14] cmd: efishell: export uefi variable helper functions

[U-Boot] [PATCH v3 0/5] Migrate BOUNCE_BUFFER
 2018-12-03 12:56 UTC  (13+ messages)
` [U-Boot] [PATCH v3 1/5] Kconfig: "
` [U-Boot] [PATCH v3 4/5] mmc: tegra: select BOUNCE_BUFFER unconditionally
` [U-Boot] [PATCH v3 5/5] arc: select BOUNCE_BUFFER for CMD_NAND on AXS10x

[U-Boot] [PATCH] imx8m: ddr: removed unused macros
 2018-12-03 12:41 UTC 

[U-Boot] [PULL u-boot] Please pull u-boot-amlogic-20181203
 2018-12-03 12:38 UTC 

[U-Boot] [PATCH V2 01/15] Introduce CONFIG_FIT_EXTERNAL_OFFSET
 2018-12-03 12:33 UTC  (4+ messages)
` [U-Boot] [PATCH V2 05/15] imx: rename mx8m,MX8M to imx8m,IMX8M

[U-Boot] Please pull u-boot-dm
 2018-12-03 11:39 UTC  (7+ messages)

[U-Boot] [PATCH 00/30] dm: sound: Convert to driver model
 2018-12-03 11:37 UTC  (31+ messages)
` [U-Boot] [PATCH 01/30] sandbox: Increase the pre-relocation memory
` [U-Boot] [PATCH 02/30] snow: Expand U-Boot size
` [U-Boot] [PATCH 03/30] dm: sound: samsung: Make local function static
` [U-Boot] [PATCH 04/30] dm: sound: Rename en_sound_codec to sound_codec
` [U-Boot] [PATCH 05/30] dm: sound: Drop unused pre-device-tree code
` [U-Boot] [PATCH 06/30] dm: sound: samsung: Rename i2stx_info to samsung_i2s_priv
` [U-Boot] [PATCH 07/30] dm: sound: Drop codec_type
` [U-Boot] [PATCH 08/30] dm: sound: wm8994: Pass private data to internal functions
` [U-Boot] [PATCH 09/30] dm: sound: max98095: "
` [U-Boot] [PATCH 10/30] dm: sound: wm8994: Create a new common init function
` [U-Boot] [PATCH 11/30] dm: sound: wm899c: Split out interface setup code
` [U-Boot] [PATCH 12/30] dm: sound: max98095: "
` [U-Boot] [PATCH 13/30] dm: sound: wm8994: Drop global i2c-address variable
` [U-Boot] [PATCH 14/30] dm: sound: max98095: "
` [U-Boot] [PATCH 15/30] dm: sound: wm8994: Drop g_codec_info and g_wm8994_info
` [U-Boot] [PATCH 16/30] dm: sound: max98095: Drop g_codec_info and g_max98095_info
` [U-Boot] [PATCH 17/30] dm: sound: wm8994: Drop wm8994_i2c_init()
` [U-Boot] [PATCH 18/30] dm: sound: Fix up header ordering
` [U-Boot] [PATCH 19/30] dm: sound: exynos: Correct codec bus address
` [U-Boot] [PATCH 20/30] dm: sound: Create an option to use driver model for sound
` [U-Boot] [PATCH 21/30] dm: sound: Rename samsung_i2s_priv to i2s_uc_priv
` [U-Boot] [PATCH 22/30] dm: sound: Create a uclass for audio codecs
` [U-Boot] [PATCH 23/30] dm: sound: Create a uclass for i2s
` [U-Boot] [PATCH 24/30] dm: sound: Create a uclass for sound
` [U-Boot] [PATCH 25/30] dm: core: Add a function to read into a unsigned int
` [U-Boot] [PATCH 26/30] dm: sound: Start i2c IDs from 0
` [U-Boot] [PATCH 27/30] dm: sound: Add conversion to driver model
` [U-Boot] [PATCH 28/30] dm: exynos: sound: Convert to use "
` [U-Boot] [PATCH 29/30] dm: exynos: Drop CONFIG_DM_I2C_COMPAT
` [U-Boot] [PATCH 30/30] dm: sound: Complete migration to driver model

[U-Boot] Please pull ARC changes
 2018-12-03 11:32 UTC 

[U-Boot] [PATCH] rockchip: rk3288: dts: remove 'vmmc' from emmc node
 2018-12-03 11:27 UTC  (2+ messages)

[U-Boot] [PATCH] driver/spi: fsl_qspi: Remove non-DM stuff
 2018-12-03 11:18 UTC  (2+ messages)

[U-Boot] ensure active menuitem is inside menu
 2018-12-03 11:16 UTC  (4+ messages)

[U-Boot] [RESEND][PATCH] power: regulator: denied disable on always-on regulator
 2018-12-03 11:07 UTC  (2+ messages)

[U-Boot] [PATCH v7 0/4] RISC-V S-mode support
 2018-12-03 10:29 UTC  (17+ messages)
` [U-Boot] [PATCH v7 1/4] riscv: Add kconfig option to run U-Boot in S-mode
` [U-Boot] [PATCH v7 2/4] riscv: qemu: Use different SYS_TEXT_BASE for S-mode
` [U-Boot] [PATCH v7 3/4] riscv: Add S-mode defconfigs for QEMU virt machine
` [U-Boot] [PATCH v7 4/4] RISC-V: Add S-mode timer implementation

[U-Boot] [PATCH 0/5] Update STM32 gpio and pinctrl drivers
 2018-12-03  9:52 UTC  (6+ messages)
` [U-Boot] [PATCH 1/5] pinctrl: stm32: Move gpio_dev list filling outside probe()
` [U-Boot] [PATCH 2/5] gpio: stm32f7: Add gpio bank holes management
` [U-Boot] [PATCH 3/5] gpio: stm32f7: Move STM32_GPIOS_PER_BANK into gpio.h
` [U-Boot] [PATCH 4/5] gpio: stm32f7: Remove CONFIG_CLK flag
` [U-Boot] [PATCH 5/5] pinctrl: stm32: Update stm32_pinctrl_get_gpio_dev()

[U-Boot] [PATCH v3 0/1] efi_loader: improve boot sequence in distro_bootcmd
 2018-12-03  9:24 UTC  (5+ messages)
` [U-Boot] [PATCH v3 1/1] efi_loader: rework fdt handling in distro boot script

[U-Boot] [PATCH] cmd: bmp: manage centered display
 2018-12-03  9:21 UTC  (4+ messages)

[U-Boot] [PATCH] nand: vybrid: Use calloc() instead of malloc() to allocate struct nfc
 2018-12-03  9:20 UTC 

[U-Boot] [PATCH v2] efi_loader: set image_base and image_size to correct values
 2018-12-03  8:26 UTC  (5+ messages)

[U-Boot] [PATCH 00/19] riscv: Adding RISC-V CPU and timer driver
 2018-12-03  8:04 UTC  (3+ messages)

[U-Boot] [PATCH v3 0/8] Fix CVE-2018-18440 and CVE-2018-18439
 2018-12-03  7:50 UTC  (4+ messages)

[U-Boot] [PATCH] distro: add more efi dtb prefixes
 2018-12-03  7:39 UTC  (6+ messages)
` [U-Boot] "

[U-Boot] [PATCH 0/7] Add USB/UART boot to HS DRA7xx/AM57xx
 2018-12-03  5:24 UTC  (5+ messages)
` [U-Boot] [PATCH 5/7] defconfigs: Add config for DRA7xx High Security EVM with UART/USB Boot support
` [U-Boot] [PATCH 6/7] defconfigs: Add config for AM57xx "

[U-Boot] [PATCH v2 0/6] Update support for Helios4 board
 2018-12-03  2:39 UTC  (6+ messages)
` [U-Boot] [PATCH v2 6/6] arm: mvebu: helios4: Reset uSOM onboard phy during board init

[U-Boot] [PATCH v2 0/1] ARM: mvebu: Armada-38x DDR training update
 2018-12-03  1:26 UTC  (2+ messages)
` [U-Boot] [PATCH v2 1/1] ARM: mvebu: a38x: sync ddr training code with mv_ddr-armada-18.09.02

[U-Boot] [PATCH 0/1] ARM: mvebu: Armada-38x DDR training update
 2018-12-03  0:46 UTC  (3+ messages)

[U-Boot] [PATCH v2 2/6] ARM: rpi_*_defconfig: Add support to find UUID for filesystem
 2018-12-02 22:36 UTC  (4+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v1 0/3] ddr: vybrid: Support for vf610 built-in DDR3 memory calibration
 2018-12-02 22:12 UTC  (6+ messages)
` [U-Boot] [PATCH v1 1/3] ddr: vybrid: Add DDRMC calibration related registers (DQS to DQ)
` [U-Boot] [PATCH v1 2/3] ddr: vybrid: Provide code to perform on-boot calibration
` [U-Boot] [PATCH v1 3/3] ddr: vybrid: Add calibration code to memory controler's (DDRMC) setup code

[U-Boot] [PATCH] rpi: add 3 Model A+
 2018-12-02 22:03 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] rpi: add URL of official revision code list
 2018-12-02 22:03 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] rpi: Enable command bmp
 2018-12-02 22:02 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] rpi: Set the default mmc max device to 2
 2018-12-02 21:54 UTC  (4+ messages)

[U-Boot] FEC and EFI Simple Network
 2018-12-02 21:42 UTC  (4+ messages)

[U-Boot] [PATCH 2/2] efi_loader: set the dhcp ack received flag
 2018-12-02 21:21 UTC  (3+ messages)

[U-Boot] [PATCH v2] efi_loader: Align runtime section to 64kb
 2018-12-02 20:59 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2] "

[U-Boot] [PATCH] add default-option to bootmenu
 2018-12-02 19:16 UTC  (4+ messages)
` [U-Boot] "

[U-Boot] [PATCH v4 0/7] Fix CVE-2018-18440 and CVE-2018-18439
 2018-12-02 17:44 UTC  (9+ messages)
            ` [U-Boot] Fw: Aw: "

[U-Boot] list files on tftp / large kernel-image
 2018-12-02 16:26 UTC  (8+ messages)

[U-Boot] [PATCH v3] efi_loader: Reserve unaccessible memory
 2018-12-02 15:41 UTC  (2+ messages)

[U-Boot] U-boot issues on Raspberry Pi 3B
 2018-12-02 14:34 UTC 

[U-Boot] Please pull u-boot-rockchip
 2018-12-02 12:48 UTC  (2+ messages)

[U-Boot] Please pull u-boot-dm (take 2)
 2018-12-02 12:48 UTC  (2+ messages)

[U-Boot] [GIT PULL] u-boot-mips
 2018-12-02 12:47 UTC  (2+ messages)

[U-Boot] [PATCH v4 00/11] mtd/sf: Various fixes
 2018-12-02  9:54 UTC  (12+ messages)
` [U-Boot] [PATCH v4 01/11] mtd: Add a function to report when the MTD dev list has been updated
` [U-Boot] [PATCH v4 02/11] mtd: Parse mtdparts/mtdids again when the MTD "
` [U-Boot] [PATCH v4 03/11] mtd: Delete partitions attached to the device when a device is deleted
` [U-Boot] [PATCH v4 04/11] mtd: sf: Make sure we don't register the same device twice
` [U-Boot] [PATCH v4 05/11] mtd: Use get_mtdids() instead of env_get("mtdids") in mtd_search_alternate_name()
` [U-Boot] [PATCH v4 06/11] mtd: Be more strict on the "mtdparts=" prefix check
` [U-Boot] [PATCH v4 07/11] mtd: Make sure the name passed in mtdparts fits in mtd_name[]
` [U-Boot] [PATCH v4 08/11] mtd: Make sure we don't parse MTD partitions belonging to another dev
` [U-Boot] [PATCH v4 09/11] mtd: Don't stop MTD partition creation when it fails on one device
` [U-Boot] [PATCH v4 10/11] mtd: sf: Unregister the MTD device prior to removing the spi_flash obj
` [U-Boot] [PATCH v4 11/11] mtd: sf: Make sf_mtd.c more robust

[U-Boot] [PATCH] usb: composite: Move bitmap related operations to ./include/linux/bitmap.h
 2018-12-02  8:49 UTC 

[U-Boot] [BUG] sandbox_defconfig cannot be run anymore after 4a5b5e1a466d76f "sandbox: Update some drivers to work in SPL/TPL"
 2018-12-01 23:03 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] drivers: rtc: correctly convert seconds to time structure
 2018-12-01 22:14 UTC 

[U-Boot] [PATCH] MAINTAINERS: board: qcom: db820c: update email
 2018-12-01 20:20 UTC 

[U-Boot] [PATCH 1/1] dm: core: add functions to get/remap I/O addresses by name
 2018-12-01 19:31 UTC  (2+ messages)
` [U-Boot] [PATCH v2 "

[U-Boot] [PATCH v10 00/28] bmips: add iudma/enet support
 2018-12-01 18:00 UTC  (21+ messages)
` [U-Boot] [PATCH v11 "
  ` [U-Boot] [PATCH v11 10/28] net: add support for bcm6348-enet
  ` [U-Boot] [PATCH v11 11/28] bmips: bcm6338: "
  ` [U-Boot] [PATCH v11 12/28] bmips: enable f@st1704 enet support
  ` [U-Boot] [PATCH v11 13/28] bmips: bcm6348: add support for bcm6348-enet
  ` [U-Boot] [PATCH v11 14/28] bmips: enable ct-5361 enet support
  ` [U-Boot] [PATCH v11 15/28] bmips: bcm6358: add support for bcm6348-enet
  ` [U-Boot] [PATCH v11 16/28] bmips: enable hg556a enet support
  ` [U-Boot] [PATCH v11 17/28] bmips: enable nb4-ser "
  ` [U-Boot] [PATCH v11 18/28] net: add support for bcm6368-enet
  ` [U-Boot] [PATCH v11 19/28] bmips: bcm6368: "
  ` [U-Boot] [PATCH v11 20/28] bmips: enable wap-5813n enet support
  ` [U-Boot] [PATCH v11 21/28] bmips: bcm6328: add support for bcm6368-enet
  ` [U-Boot] [PATCH v11 22/28] bmips: enable ar-5387un enet support
  ` [U-Boot] [PATCH v11 23/28] bmips: bcm6362: add support for bcm6368-enet
  ` [U-Boot] [PATCH v11 24/28] bmips: enable dgnd3700v2 enet support
  ` [U-Boot] [PATCH v11 25/28] bmips: bcm63268: add support for bcm6368-enet
  ` [U-Boot] [PATCH v11 26/28] bmips: enable vr-3032u enet support
  ` [U-Boot] [PATCH v11 27/28] bmips: bcm6318: add support for bcm6368-enet
  ` [U-Boot] [PATCH v11 28/28] bmips: enable ar-5315u enet support


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