public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2018-06-11 14:54:07 to 2018-06-12 17:51:56 UTC [more...]

[U-Boot] [PATCH v4 0/4] x86: use EFI calling convention for efi_main on x86_64
 2018-06-12 17:51 UTC 

[U-Boot] [RFC] efi_loader: support for CONFIG_ARMV7_NONSEC
 2018-06-12 17:42 UTC  (3+ messages)

[U-Boot] [PATCH 0/3] efi_loader: ARM: add support for ARMV7_NONSEC=y
 2018-06-12 17:27 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] ARM: HYP/non-sec: save and restore stack
` [U-Boot] [PATCH 2/3] efi_loader: ARM: run EFI payloads non-secure
` [U-Boot] [PATCH 3/3] Revert "efi_loader: no support for ARMV7_NONSEC=y"

[U-Boot] Please pull u-boot-fsl-qoriq master
 2018-06-12 17:24 UTC 

[U-Boot] [PATCH v2 00/13] x86: efi: Fixes and enhancements to application and payload support
 2018-06-12 16:04 UTC  (15+ messages)
` [U-Boot] [PATCH v2 01/13] x86: doc: Fix reference to EFI doc in U-Boot
` [U-Boot] [PATCH v2 02/13] efi.h: Do not use config options
` [U-Boot] [PATCH v2 03/13] x86: Change __kernel_size_t conditionals to use compiler provided defines
` [U-Boot] [PATCH v2 04/13] x86: efi: Refactor the directory of EFI app and payload support
` [U-Boot] [PATCH v2 05/13] x86: efi: payload: Add arch_cpu_init()
` [U-Boot] [PATCH v2 06/13] x86: Add generic EFI payload support
` [U-Boot] [PATCH v2 07/13] x86: Drop QEMU-specific "
` [U-Boot] [PATCH v2 08/13] x86: baytrail: Drop EFI-specific test logics
` [U-Boot] [PATCH v2 09/13] efi: stub: Pass EFI GOP information to U-Boot payload
` [U-Boot] [PATCH v2 10/13] dm: video: Add an EFI framebuffer driver
` [U-Boot] [PATCH v2 11/13] x86: efi: payload: Add EFI framebuffer driver support
` [U-Boot] [PATCH v2 12/13] x86: Rename efi-x86 target to efi-x86_app
` [U-Boot] [PATCH v2 13/13] x86: efi: app: Display correct CPU info during boot

[U-Boot] [PATCH v2] x86: Add 64-bit setjmp/longjmp implementation
 2018-06-12 15:57 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] x86: qemu: do not build car.o with start64.o
 2018-06-12 15:50 UTC 

[U-Boot] Please pull u-boot-marvell
 2018-06-12 15:46 UTC  (2+ messages)

[U-Boot] [PATCH] efi.h: Do not use config options
 2018-06-12 15:33 UTC  (3+ messages)

[U-Boot] [BUG] arch/x86/dts/cherryhill.dtb - unnecessary #address-cells/#size-cells without "ranges" or child "reg" property
 2018-06-12 14:54 UTC  (3+ messages)

[U-Boot] [RFC PATCH 00/20] SPI-NAND support
 2018-06-12 14:14 UTC  (2+ messages)

[U-Boot] [PATCH v5 00/13] efi: Enable basic sandbox support for EFI loader
 2018-06-12 14:11 UTC  (30+ messages)
` [U-Boot] [PATCH v5 01/13] efi: Don't allow CMD_BOOTEFI_SELFTEST on sandbox
` [U-Boot] [PATCH v5 02/13] efi: Init the 'rows' and 'cols' variables
` [U-Boot] [PATCH v5 03/13] efi: sandbox: Adjust memory usage for sandbox
` [U-Boot] [PATCH v5 04/13] sandbox: smbios: Update to support sandbox
` [U-Boot] [PATCH v5 05/13] efi: sandbox: Add distroboot support
` [U-Boot] [PATCH v5 06/13] efi: sandbox: Add relocation constants
` [U-Boot] [PATCH v5 07/13] efi: Add a comment about duplicated ELF constants
  ` [U-Boot] [U-Boot, v5, "
` [U-Boot] [PATCH v5 08/13] efi: sandbox: Enable EFI loader builder for sandbox
` [U-Boot] [PATCH v5 09/13] efi: Split out test init/uninit into functions
` [U-Boot] [PATCH v5 10/13] efi: sandbox: Add a simple 'bootefi test' command
` [U-Boot] [PATCH v5 11/13] efi: Create a function to set up for running EFI code
` [U-Boot] [PATCH v5 12/13] efi: Rename bootefi_test_finish() to bootefi_run_finish()
` [U-Boot] [PATCH v5 13/13] buildman: Add a --boards option to specify particular boards to build

[U-Boot] [PATCH 00/41] imx: add i.MX8QXP support
 2018-06-12 14:07 UTC  (5+ messages)
` [U-Boot] [PATCH 01/41] imx: import SCFW API

[U-Boot] [PATCH 00/18] x86: efi: Fixes and enhancements to application and payload support
 2018-06-12 13:07 UTC  (49+ messages)
` [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 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 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] mmc: sdhci: Fix MMC HS200 tuning command failures
 2018-06-12 12:27 UTC  (2+ messages)

[U-Boot] [PATCH v3] x86: use EFI calling convention for efi_main on x86_64
 2018-06-12 12:25 UTC  (3+ messages)

[U-Boot] [PATCH 1/3] gadget: f_thor: fix hang-up with ctrl-c
 2018-06-12 11:21 UTC  (2+ messages)

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

[U-Boot] [PATCH] fs: fat: fix wrong casting to unsigned value of sect_to_cluster()
 2018-06-12 11:17 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] efi_selftest: build miniapp test cases on x86_64
 2018-06-12 11:01 UTC 

[U-Boot] HS200 for SDHCI is broken
 2018-06-12 10:54 UTC  (5+ messages)

[U-Boot] [PATCH v2 0/7] Improvements for the dwc3_generic driver
 2018-06-12  9:36 UTC  (2+ messages)

[U-Boot] [PATCH v3] xilinx: zynq: Add support to secure images
 2018-06-12  9:31 UTC  (2+ messages)

[U-Boot] [PATCH v1 0/3] Fixes/Addition to use the USB Ethernet gadget with the DWC3 gadget controller
 2018-06-12  9:31 UTC  (5+ messages)
` [U-Boot] [PATCH v1 3/3] cmd: usb gadget: Add a command to bind a USB gadget driver to a UDC port

[U-Boot] [PATCH 0/4] Qualcomm SMEM driver
 2018-06-12  8:50 UTC  (8+ 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] [PATCH v2 0/3] x86: ivybridge: cougarcanyon2: Various enhancements
 2018-06-12  8:26 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/3] x86: irq: Parse number of PIRQ links from device tree
` [U-Boot] [PATCH v2 2/3] x86: irq: Support discrete PIRQ routing registers via "
` [U-Boot] [PATCH v2 3/3] x86: cougarcanyon2: Add missing chipset interrupt information

[U-Boot] [PATCH v1] EHCI: Fix endian access issue on EHCI intinalization
 2018-06-12  8:22 UTC  (2+ messages)

[U-Boot] [PATCH] efi_loader: Allocate memory handle for mem dp
 2018-06-12  8:21 UTC 

[U-Boot] [PATCH] riscv: Add support for HI20 PE relocations
 2018-06-12  7:54 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] efi_loader: Convert runtime reset from switch to if statements
 2018-06-12  7:54 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] lsxl: Add documentation how to flash an unmodified board
 2018-06-12  7:14 UTC  (3+ messages)

[U-Boot] [RESEND][PATCH 0/9] Add SoC and Board support for Bubblegum-96
 2018-06-12  6:14 UTC  (12+ 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 v4 00/16] efi: Enable basic sandbox support for EFI loader
 2018-06-12  6:05 UTC  (14+ messages)
` [U-Boot] [PATCH v4 07/16] efi: sandbox: Add distroboot support
` [U-Boot] [PATCH v4 10/16] efi: sandbox: Add relocation constants

[U-Boot] [PATCH 0/8] Fix some coverity warnings
 2018-06-12  6:05 UTC  (14+ messages)
` [U-Boot] [PATCH 4/8] fdtgrep: Fix logic of free() in do_fdtgrep()
` [U-Boot] [PATCH 5/8] fdtgrep: Separate out checking of two allocations
` [U-Boot] [PATCH 6/8] rsa: Fix missing memory leak on error in fdt_add_bignum()
` [U-Boot] [PATCH 7/8] spi: sandbox: Fix memory leak in sandbox_sf_bind_emul()

[U-Boot] [PATCH v2 0/8] Fix some coverity warnings
 2018-06-12  6:05 UTC  (9+ messages)
` [U-Boot] [PATCH v2 1/8] log: Fix incorect range check in log_get_cat_name()
` [U-Boot] [PATCH v2 2/8] console: Fix handling of NULL global_data
` [U-Boot] [PATCH v2 3/8] sandbox: Use memcpy() to move overlapping regions
` [U-Boot] [PATCH v2 4/8] fdtgrep: Fix logic of free() in do_fdtgrep()
` [U-Boot] [PATCH v2 5/8] fdtgrep: Separate out checking of two allocations
` [U-Boot] [PATCH v2 6/8] rsa: Fix missing memory leak on error in fdt_add_bignum()
` [U-Boot] [PATCH v2 7/8] spi: sandbox: Fix memory leak in sandbox_sf_bind_emul()
` [U-Boot] [PATCH v2 8/8] sandbox: swap_case: Increase number of base address regs

[U-Boot] [UBOOT PATCH v2 0/3] spi:xilinx_spi: Modify xilinx spi driver
 2018-06-12  6:04 UTC  (4+ messages)
` [U-Boot] [UBOOT PATCH v2 1/3] spi: xilinx: Read reg base address from DTS file
` [U-Boot] [UBOOT PATCH v2 2/3] spi: xilinx_spi: Modify transfer logic xilinx_spi_xfer() function
` [U-Boot] [UBOOT PATCH v2 3/3] spi: xilinx_spi: Added support to read JEDEC-id twice at the boot time

[U-Boot] [PATCH] efi_loader: Rename sections to allow for implicit data
 2018-06-12  5:48 UTC 

[U-Boot] [PATCH v2 0/3] Generic file system firmware loader DM
 2018-06-12  4:25 UTC  (23+ messages)
` [U-Boot] [PATCH v2 3/3] common: Generic loader for file system

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

[U-Boot] [PATCH] x86: Use microcode update from device tree for all processors
 2018-06-12  2:05 UTC  (8+ messages)

[U-Boot] [PATCH 00/13] x86: ivybridge: cougarcanyon2: Various enhancements
 2018-06-12  1:54 UTC  (31+ 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 09/13] x86: irq: Remove chipset specific irq router drivers
` [U-Boot] [PATCH 10/13] x86: irq: Change LINK_V2N and LINK_N2V to inline functions

[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 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 V3] block: Add SPL_BLOCK_CACHE and default n
 2018-06-11 22:17 UTC 

[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  (5+ messages)
` [U-Boot] [PATCH v2 2/3] rk3288: Disable JTAG function from sdmmc0 IO

[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  (5+ messages)

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

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


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