public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2018-06-10 05:17:46 to 2018-06-12 01:54:08 UTC [more...]

[U-Boot] [PATCH 00/13] x86: ivybridge: cougarcanyon2: Various enhancements
 2018-06-12  1:54 UTC  (25+ messages)
` [U-Boot] [PATCH 01/13] usb: xhci-pci: Fix compiler warning
` [U-Boot] [PATCH 02/13] x86: ivybridge: Imply USB_XHCI_HCD
` [U-Boot] [PATCH 03/13] x86: cougarcanyon2: Update dts for SPI lock down
` [U-Boot] [PATCH 04/13] x86: cougarcanyon2: Remove CONFIG_HAVE_INTEL_ME
` [U-Boot] [PATCH 05/13] x86: ivybridge: Enable 206ax cpu driver for FSP build
` [U-Boot] [PATCH 06/13] x86: ivybridge: Drop CONFIG_USBDEBUG
` [U-Boot] [PATCH 07/13] x86: chromebook_link: Remove dm-pre-reloc property in the cpu nodes
` [U-Boot] [PATCH 08/13] x86: cougarcanyon2: Enable CPU driver and SMP support

[U-Boot] [PATCH] gpio: omap_gpio: Name GPIO's by bank and index with DM_GPIO
 2018-06-12  1:05 UTC 

[U-Boot] [PATCH] arm: mach-omap2/omap3/clock.c: Enable all GPIO with CMD_GPIO
 2018-06-12  0:56 UTC 

[U-Boot] [PATCH V3] arm: mvebu: Add Helios4 Armada 38x initial support
 2018-06-12  0:39 UTC 

[U-Boot] [PATCH v2 0/2] Add MDIO driver model support
 2018-06-12  0:24 UTC  (3+ messages)
` [U-Boot] [PATCH v2 1/2] dm: mdio: add a uclass for MDIO

[U-Boot] [PATCH 00/18] x86: efi: Fixes and enhancements to application and payload support
 2018-06-11 23:19 UTC  (65+ messages)
` [U-Boot] [PATCH 01/18] x86: doc: Fix reference to EFI doc in U-Boot
` [U-Boot] [PATCH 02/18] x86: Conditionally build the pinctrl_ich6 driver
` [U-Boot] [PATCH 03/18] x86: efi: app: Fix broken EFI application
` [U-Boot] [PATCH 04/18] x86: efi: payload: Enforce toolchain to generate 64-bit EFI payload stub codes
` [U-Boot] [PATCH 05/18] efi: Fix efi_uintn_t for 64-bit EFI payload
` [U-Boot] [PATCH 06/18] dm: pci: Make ranges dt property optional
` [U-Boot] [PATCH 07/18] dm: pci: Use a 1:1 mapping for bus <-> phy addresses
` [U-Boot] [PATCH 08/18] x86: efi: Refactor the directory of EFI app and payload support
` [U-Boot] [PATCH 09/18] x86: efi: payload: Add arch_cpu_init()
` [U-Boot] [PATCH 10/18] x86: efi: payload: Minor clean up on error message output
` [U-Boot] [PATCH 11/18] x86: Add generic EFI payload support
` [U-Boot] [PATCH 12/18] x86: Drop QEMU-specific "
` [U-Boot] [PATCH 13/18] x86: baytrail: Drop EFI-specific test logics
` [U-Boot] [PATCH 14/18] efi: stub: Pass EFI GOP information to U-Boot payload
` [U-Boot] [PATCH 15/18] dm: video: Add an EFI framebuffer driver
` [U-Boot] [PATCH 16/18] x86: efi: payload: Add EFI framebuffer driver support
` [U-Boot] [PATCH 17/18] x86: Rename efi-x86 target to efi-x86_app
` [U-Boot] [PATCH 18/18] x86: efi: app: Display correct CPU info during boot

[U-Boot] [PATCH V3] block: Add SPL_BLOCK_CACHE and default n
 2018-06-11 22:17 UTC 

[U-Boot] [PATCH 0/4] Qualcomm SMEM driver
 2018-06-11 19:38 UTC  (7+ messages)
` [U-Boot] [PATCH 1/4] dm: SOC (System on chip) uclass
` [U-Boot] [PATCH 2/4] soc: qualcomm: Add Shared Memory Manager driver

[U-Boot] [RESEND][PATCH 0/9] Add SoC and Board support for Bubblegum-96
 2018-06-11 19:38 UTC  (11+ messages)
` [U-Boot] [RESEND][PATCH 1/9] arm: Add support for Actions Semi OWL SoC family
` [U-Boot] [RESEND][PATCH 2/9] board: Add uCRobotics Bubblegum-96 board support
` [U-Boot] [[RESEND]PATCH 3/9] dt-bindings: clock: Add S900 CMU register definitions
` [U-Boot] [RESEND][PATCH 4/9] arm: dts: s900: Add Clock Management Unit (CMU) nodes
` [U-Boot] [RESEND][PATCH 5/9] clk: Add Actions Semi OWL clock support
` [U-Boot] [RESEND][PATCH 6/9] arm: dts: s900: Add UART node
` [U-Boot] [RESEND][PATCH 7/9] arm: dts: bubblegum_96: Enable UART5 for serial console
` [U-Boot] [RESEND][PATCH 8/9] serial: Add Actions Semi OWL UART support
` [U-Boot] [RESEND][PATCH 9/9] MAINTAINERS: Add entries for Actions Semi OWL family

[U-Boot] [PATCH v2 0/3] Generic file system firmware loader DM
 2018-06-11 19:38 UTC  (22+ messages)
` [U-Boot] [PATCH v2 3/3] common: Generic loader for file system

[U-Boot] [PATCH 00/11] dm: Add more core features for livetree
 2018-06-11 19:07 UTC  (12+ messages)
` [U-Boot] [PATCH 01/11] fdt: Add device tree memory bindings
` [U-Boot] [PATCH 02/11] dm: core: Add ofnode function to read a 64-bit int
` [U-Boot] [PATCH 03/11] dm: core: Fix a few ofnode function comments
` [U-Boot] [PATCH 04/11] dm: core: Add comments to ofnode_read_resource() functoins
` [U-Boot] [PATCH 05/11] dm: core: Add a way to find an ofnode by compatible string
` [U-Boot] [PATCH 06/11] log: Add a way to log a return value with a message
` [U-Boot] [PATCH 07/11] dm: core: Add a way to bind a device by ofnode
` [U-Boot] [PATCH 08/11] dm: spi: Update sandbox SPI emulation driver to use ofnode
` [U-Boot] [PATCH 09/11] dm: core: Update of_read_fmap_entry() for livetree
` [U-Boot] [PATCH 10/11] dm: core: Add a function to decode a memory region
` [U-Boot] [PATCH 11/11] dm: core: Add logging of some common errors

[U-Boot] [PATCH] arm: Do not clear LR on exception in SPL
 2018-06-11 19:04 UTC 

[U-Boot] [PATCH v3 0/4] rk3288: veyron: Enable SDMMC when booting from SPI
 2018-06-11 19:00 UTC  (5+ messages)
` [U-Boot] [PATCH v3 1/4] rk3288: veyron: Init boot-on regulators
` [U-Boot] [PATCH v3 2/4] rk3288: Disable JTAG function from sdmmc0 IO
` [U-Boot] [PATCH v3 3/4] rockchip: veyron: Set vcc33_sd regulator value
` [U-Boot] [PATCH v3 4/4] rk3288: Convert register defines to const uintptr_t

[U-Boot] [PATCH 1/3] wandboard: Remove hardcoded baudrate from "console" variable
 2018-06-11 18:08 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] spl: Add default values for ARCH_MX7
` [U-Boot] [PATCH 3/3] pico-imx7d: Adjust the dtb name

[U-Boot] [PATCH v2 0/3] rk3288: veyron: Enable SDMMC when booting from SPI
 2018-06-11 17:50 UTC  (9+ messages)
` [U-Boot] [PATCH v2 1/3] rk3288: veyron: Init boot-on regulators
` [U-Boot] [PATCH v2 2/3] rk3288: Disable JTAG function from sdmmc0 IO
` [U-Boot] [PATCH v2 3/3] rockchip: veyron: Set vcc33_sd regulator value

[U-Boot] [PATCH] sunxi: use CONFIG_DEFAULT_FDT_FILE everywhere
 2018-06-11 17:19 UTC  (8+ messages)

[U-Boot] [PATCH v2] net: mvgbe: extract common code for SMI wait
 2018-06-11 16:36 UTC  (2+ messages)

[U-Boot] Please pull u-boot-fsl-qoriq master
 2018-06-11 16:33 UTC  (7+ messages)

[U-Boot] [PATCH] mmc: Remove hwpartition help text when command is disabled
 2018-06-11 16:20 UTC 

[U-Boot] [RFC PATCH] fpga: zynq: Add encrypted bitstream support with auto detect
 2018-06-11 16:03 UTC  (3+ messages)

[U-Boot] Logo for U-Boot
 2018-06-11 15:54 UTC  (14+ messages)

[U-Boot] [PATCH v3] tegra: nyan-big: Update CONFIG_SYS_TEXT to the default in README.chromium
 2018-06-11 14:53 UTC  (2+ messages)

[U-Boot] ls1021atwr: Convert to use driver model TSEC driver
 2018-06-11 14:28 UTC  (7+ messages)

[U-Boot] [PATCH] ubifs: avoid memory corruption during ubifsmount
 2018-06-11 13:22 UTC 

[U-Boot] [PATCH 0/6] mx6cuboxi: Add support for SOMs with eMMC
 2018-06-11 12:26 UTC  (7+ messages)
` [U-Boot] [PATCH 1/6] mmc: drop mention of IN_PROGRESS status
` [U-Boot] [PATCH 2/6] mmc: break out get_op_cond code to its own function
` [U-Boot] [PATCH 3/6] mx6cuboxi: Add support for eMMC booting
` [U-Boot] [PATCH 4/6] mx6cuboxi: drop CONFIG_SYS_FSL_USDHC_NUM
` [U-Boot] [PATCH 5/6] mx6cuboxi: Use mmc_get_op_cond() to check for an eMMC
` [U-Boot] [PATCH 6/6] mx6cuboxi: Add emmc device tree suffix

[U-Boot] [UBOOT PATCH] usb: dwc3: convert to livetree
 2018-06-11 12:06 UTC  (2+ messages)

[U-Boot] [PATCH v3] xilinx: zynq: Add support to secure images
 2018-06-11 11:40 UTC 

[U-Boot] [PATCH] fs: btrfs: Do not fail when all root_backups are empty
 2018-06-11 11:14 UTC 

[U-Boot] [RFC PATCH 0/2] ARM: v7: Enable basic framework for supporting bits for CVE-2017-5715
 2018-06-11 10:43 UTC  (3+ messages)
` [U-Boot] [RFC PATCH 1/2] ARM: Introduce ability to enable ACR::IBE on Cortex-A8 "

[U-Boot] [PATCH] arm: mvebu: Add Helios4 Armada 38x initial support
 2018-06-11  9:45 UTC  (2+ messages)

[U-Boot] [PATCH] microblaze: Remove architecture heart beat code
 2018-06-11  8:52 UTC  (3+ messages)

[U-Boot] [PATCH v5 0/5] drivers: Add reset ctrl to drivers
 2018-06-11  8:24 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] .gitignore: sort normal pattern rules alphabetically
 2018-06-11  7:21 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore

[U-Boot] [PATCH v2] arm64: zynqmp: accept an absolute path for PMUFW_INIT_FILE
 2018-06-11  6:26 UTC  (4+ messages)

[U-Boot] [PATCH] cmd: fpga: Remove fit image support passed without fpga device
 2018-06-11  6:19 UTC  (3+ messages)

[U-Boot] [PATCH 1/4] lib: fdtdec: Fill initial ram top with DDR start value from dt
 2018-06-11  6:17 UTC  (4+ messages)

[U-Boot] [PATCH 0/5] Add DMA driver for DMA330 controller
 2018-06-11  5:05 UTC  (6+ messages)
` [U-Boot] [PATCH 4/5] include: dma: Update the function description for dma_memcpy

[U-Boot] [PATCH 0/9] Add SoC and Board support for Bubblegum-96
 2018-06-11  4:43 UTC  (10+ messages)
` [U-Boot] [PATCH 1/9] arm: Add support for Actions Semi OWL SoC family
` [U-Boot] [PATCH 2/9] board: Add uCRobotics Bubblegum-96 board support
` [U-Boot] [PATCH 3/9] dt-bindings: clock: Add S900 CMU register definitions
` [U-Boot] [PATCH 4/9] arm: dts: s900: Add Clock Management Unit (CMU) nodes
` [U-Boot] [PATCH 5/9] clk: Add Actions Semi OWL clock support
` [U-Boot] [PATCH 6/9] arm: dts: s900: Add UART node
` [U-Boot] [PATCH 7/9] arm: dts: bubblegum_96: Enable UART5 for serial console
` [U-Boot] [PATCH 8/9] serial: Add Actions Semi OWL UART support
` [U-Boot] [PATCH 9/9] MAINTAINERS: Add entries for Actions Semi OWL family

[U-Boot] [PATCH V2] dm: gpio: Add DM compatibility to GPIO driver for Davinci
 2018-06-11  3:25 UTC 

[U-Boot] [PATCH] MAINTAINERS: update ARM Snapdragon
 2018-06-10 20:51 UTC 

[U-Boot] [PATCH] efi_loader: Convert runtime reset from switch to if statements
 2018-06-10 19:51 UTC 

[U-Boot] Uboot as x86_64 EFI payload
 2018-06-10 14:34 UTC  (3+ messages)

[U-Boot] [PATCH] ARM: rmobile: Fix environment placement on Draak
 2018-06-10 14:33 UTC 

[U-Boot] [PATCH 1/2] ARM: rmobile: Point load address to more sane area on Gen2
 2018-06-10 14:33 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] ARM: rmobile: Point load address to more sane area on Gen3

[U-Boot] [PATCH] ARM: rmobile: Zap CONFIG_SYS_CLK_FREQ where applicable
 2018-06-10 14:32 UTC 

[U-Boot] [PATCH 1/2] ARM: rmobile: Sync Gen2 DTS with Linux v4.17
 2018-06-10 14:32 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] ARM: rmobile: Sync Gen3 "

[U-Boot] [PATCH 1/2] pinctrl: renesas: Sync Gen2 PFC tables with Linux v4.17
 2018-06-10 14:30 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] pinctrl: renesas: Sync Gen3 "

[U-Boot] [RFC] gpio: omap_gpio: Convert to auto-alloc feature when DT is supported
 2018-06-10 14:29 UTC 

[U-Boot] [PATCH 0/8] Fix some coverity warnings
 2018-06-10 11:35 UTC  (7+ messages)
` [U-Boot] [PATCH 3/8] sandbox: Use memcpy() to move overlapping regions
` [U-Boot] [PATCH 7/8] spi: sandbox: Fix memory leak in sandbox_sf_bind_emul()

[U-Boot] [PATCH] block: Add SPL_BLOCK_CACHE and default n
 2018-06-10 11:20 UTC  (3+ messages)


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