public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2018-06-20 12:08:50 to 2018-06-22 09:44:52 UTC [more...]

[U-Boot] [PATCH v4 00/21] sandbox: efi_loader support
 2018-06-22  9:44 UTC  (32+ messages)
` [U-Boot] [PATCH v4 06/21] efi_loader: Allow SMBIOS tables in highmem
  ` [U-Boot] [U-Boot, v4, "
` [U-Boot] [PATCH v4 07/21] sandbox: Map host memory for efi_loader
` [U-Boot] [PATCH v4 10/21] fs: Convert fs_read/write to take buffer instead of address
` [U-Boot] [PATCH v4 11/21] efi_loader: Introduce ms abi vararg helpers
  ` [U-Boot] [U-Boot, v4, "
` [U-Boot] [PATCH v4 15/21] sandbox: Fix setjmp/longjmp
` [U-Boot] [PATCH v4 18/21] efi: sandbox: Adjust memory usage for sandbox
  ` [U-Boot] [U-Boot, v4, "
` [U-Boot] [PATCH v4 19/21] sandbox: Allow to execute from RAM

[U-Boot] [PATCH] imx: mx7: psci: Add support for version command
 2018-06-22  9:09 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/5] mtd: nand: mxs_nand: improve ECC support
 2018-06-22  8:46 UTC  (9+ messages)
` [U-Boot] [PATCH v3 5/5] mtd: nand: mxs_nand: add minimal "

[U-Boot] help: how get last command result using scripting
 2018-06-22  8:42 UTC  (5+ messages)

[U-Boot] [PATCH 0/6] x86: efi: payload: Various fixes
 2018-06-22  8:38 UTC  (7+ messages)
` [U-Boot] [PATCH 1/6] efi.h: Do not use config options
` [U-Boot] [PATCH 2/6] x86: Change __kernel_size_t conditionals to use compiler provided defines
` [U-Boot] [PATCH 3/6] efi: stub: Move the use_uart assignment immediately after exit_boot_services() call
` [U-Boot] [PATCH 4/6] x86: efi-x86_payload: Enable PRE_CONSOLE_BUFFER
` [U-Boot] [PATCH 5/6] x86: efi: payload: Count in conventional memory above 4GB in DRAM bank
` [U-Boot] [PATCH 6/6] cmd: efi: Fix wrong memory descriptor end address

[U-Boot] [PATCH v4] xilinx: zynq: Add support to secure images
 2018-06-22  7:56 UTC  (2+ messages)

[U-Boot] [PATCH v3 1/4] lib: fdtdec: Add new variable ram_start to global data
 2018-06-22  7:41 UTC  (2+ messages)

[U-Boot] [PATCH] arm/arm64: zynq/zynqmp: pass the PS init file as a kconfig variable
 2018-06-22  7:38 UTC  (2+ messages)

[U-Boot] [PATCH 0/1] dwc2 USB controller hangs with lan78xx
 2018-06-22  6:37 UTC  (5+ messages)
` [U-Boot] [PATCH 1/1] "

[U-Boot] [PATCH v2 1/2] common: command: Use command_ret_t enum values instead of values
 2018-06-22  6:33 UTC  (5+ messages)
` [U-Boot] [PATCH v2 2/2] common: command: Handle USAGE failure separately

[U-Boot] [PATCH] hush: Remove default CONFIG_SYS_PROMPT_HUSH_PS2 setting from board files
 2018-06-22  6:13 UTC 

[U-Boot] [PATCH v2] arm, imx6: fix NOR/OneNAND boot mode mix-up
 2018-06-22  5:18 UTC 

[U-Boot] [PATCH v2] arm, imx6: add support for SD/MMC Manufacture Mode
 2018-06-22  5:16 UTC 

[U-Boot] [PATCH v2] arm, imx6: add support for SD/MMC Manufacture Mode
 2018-06-22  5:12 UTC 

[U-Boot] [PATCH 1/5] x86: qemu: Change default vesa mode to 1024x768x32
 2018-06-22  4:24 UTC  (14+ messages)
` [U-Boot] [PATCH 2/5] board_r: Do not initialize IDE when DM BLK is on
` [U-Boot] [PATCH 4/5] x86: efi-x86_payload: Enumerate PCI bus during early boot
` [U-Boot] [PATCH 5/5] x86: efi-x86_payload: Enable usb keyboard during boot

[U-Boot] [PATCH v3] x86: Use microcode update from device tree for all processors
 2018-06-22  4:16 UTC  (2+ messages)

[U-Boot] [PATCH] x86: fix broken qemu and edison builds
 2018-06-22  4:14 UTC  (3+ messages)

[U-Boot] [PATCH v2 0/6] Qualcomm SMEM driver
 2018-06-22  2:28 UTC 

[U-Boot] [PATCH v2 1/6] dm: SMEM (Shared memory) uclass
 2018-06-22  2:11 UTC  (6+ messages)
` [U-Boot] [PATCH v2 2/6] soc: qualcomm: Add Shared Memory Manager driver
` [U-Boot] [PATCH v2 3/6] dts: db410c: added smem nodes
` [U-Boot] [PATCH v2 4/6] dts: db820c: "
` [U-Boot] [PATCH v2 5/6] drivers: smem: sandbox
` [U-Boot] [PATCH v2 6/6] test: smem: add basic smem test

[U-Boot] [PATCH v4 0/4] x86: use EFI calling convention for efi_main on x86_64
 2018-06-22  1:44 UTC  (4+ messages)
` [U-Boot] [PATCH v4 1/4] "

[U-Boot] [PATCH 0/1] initialize net_mode.if_type
 2018-06-21 23:21 UTC  (2+ messages)
` [U-Boot] [PATCH 1/1] "

[U-Boot] Fw: Make Menuconfig Error
 2018-06-21 23:00 UTC 

[U-Boot] [PATCH v8 00/30] efi: Enable sandbox support for EFI loader
 2018-06-21 19:45 UTC  (58+ messages)
` [U-Boot] [PATCH v8 01/30] efi: Don't allow CMD_BOOTEFI_SELFTEST on sandbox
` [U-Boot] [PATCH v8 02/30] efi: sandbox: Adjust memory usage for sandbox
` [U-Boot] [PATCH v8 07/30] efi: Split out test init/uninit into functions
` [U-Boot] [PATCH v8 12/30] sandbox: Try to start the RAM buffer at a particular address
` [U-Boot] [PATCH v8 14/30] efi: Don't build sandbox with __attribute__((ms_abi))
` [U-Boot] [PATCH v8 17/30] sandbox: Enhance map_to_sysmem() to handle foreign pointers
` [U-Boot] [PATCH v8 18/30] efi: Add a call to exit() along with why we can't use it
` [U-Boot] [PATCH v8 19/30] efi: Relocate FDT to 127MB instead of 128MB
` [U-Boot] [PATCH v8 22/30] efi: sandbox: Tidy up copy_fdt() to work with sandbox
` [U-Boot] [PATCH v8 24/30] efi: Adjust memory handling to support sandbox
` [U-Boot] [PATCH v8 25/30] efi: Add more debugging for memory allocations
` [U-Boot] [PATCH v8 29/30] efi_loader: Pass address to fs_read()

[U-Boot] [PATCH 1/2] mkimage: Refactor imagetool_get_source_date to take command name
 2018-06-21 19:45 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] mkimage: fit_image: Add support for SOURCE_DATE_EPOCH in signatures

[U-Boot] [PATCH V5 00/31] imx: add i.MX8M support and i.MX8MQ EVK
 2018-06-21 18:29 UTC  (13+ messages)
` [U-Boot] [PATCH V5 31/31] imx: add i.MX8MQ EVK support

[U-Boot] [PATCH] Makefile: Ensure we build with -std=gnu11
 2018-06-21 18:21 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-sh/master
 2018-06-21 18:21 UTC  (2+ messages)

[U-Boot] Please pull ARC changes
 2018-06-21 18:21 UTC  (2+ messages)

[U-Boot] [PATCH v8 23/30] efi: Drop error return in efi_carve_out_dt_rsv()
 2018-06-21 17:31 UTC  (2+ messages)
` [U-Boot] [U-Boot, v8, "

[U-Boot] [PATCH v8 16/30] efi_selftest: Clean up a few comments and messages
 2018-06-21 17:31 UTC  (2+ messages)
` [U-Boot] [U-Boot, v8, "

[U-Boot] [PATCH v8 20/30] efi: Tidy up device-tree-size calculation in copy_fdt()
 2018-06-21 17:31 UTC  (2+ messages)
` [U-Boot] [U-Boot, v8, "

[U-Boot] [PATCH v8 15/30] vsprintf: Handle NULL with %pU
 2018-06-21 15:48 UTC  (2+ messages)
` [U-Boot] [U-Boot,v8,15/30] "

[U-Boot] [PATCH v5 5/6] cmd: iotrace: add dump trace command
 2018-06-21 15:26 UTC  (5+ messages)
` [U-Boot] [U-Boot,v5,5/6] "

[U-Boot] [PULL] efi patch queue for 2018.07 2018-06-21
 2018-06-21 15:25 UTC 

[U-Boot] [PATCH v4 17/21] efi_loader: Use common elf.h reloc defines
 2018-06-21 15:13 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 03/21] efi_loader: Use compiler constants for image loader
 2018-06-21 15:13 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 08/21] efi_loader: efi_allocate_pages is too restrictive
 2018-06-21 15:13 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 14/21] efi_loader: Move to compiler based target architecture determination
 2018-06-21 15:13 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 21/21] efi_loader: Expose U-Boot addresses in memory map for sandbox
 2018-06-21 15:13 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 04/21] efi_loader: Use map_sysmem() in bootefi command
 2018-06-21 15:13 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 16/21] elf: Move x86 reloc defines to common elf.h
 2018-06-21 15:13 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 09/21] efi_loader: Disable miniapps on sandbox
 2018-06-21 15:13 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH] test: Add ut_assertnull macro
 2018-06-21 14:47 UTC 

[U-Boot] Reprobe devices at run time
 2018-06-21 14:46 UTC  (4+ messages)

[U-Boot] [PATCH] tools: fit_common: allow opening of block devices
 2018-06-21 12:48 UTC 

[U-Boot] [PATCH] arm64: zynqmp: Enable usb mass storage command and functionality
 2018-06-21 12:45 UTC 

[U-Boot] [PATCH] ARC: EMDK: Add readme
 2018-06-21 11:51 UTC 

[U-Boot] [PATCH v2] arm: mvebu: clearfog: add u-boot, dm-spl tag for spi
 2018-06-21  9:38 UTC  (2+ messages)

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

[U-Boot] [PATCH] arm: mvebu: clearfog: add u-boot, dm-spl tag for spi
 2018-06-21  9:14 UTC  (2+ messages)

[U-Boot] U-Boot CONFIG_OF_BOARD vs CONFIG_OF_SEPARATE
 2018-06-21  9:14 UTC 

[U-Boot] [PATCH] efi_loader: Fix GOP 32bpp exposure
 2018-06-21  8:14 UTC  (3+ messages)

[U-Boot] [PATCH] gpio: zynq: Use live-tree function
 2018-06-21  8:03 UTC 

[U-Boot] [PATCH v2 0/5] Fixes/Addition to use the USB Ethernet gadget with the DWC3 gadget controller
 2018-06-21  8:00 UTC  (9+ messages)
` [U-Boot] [PATCH v2 3/5] cmd: Add bind/unbind commands to bind a device to a driver from the command line
` [U-Boot] [PATCH v2 4/5] drivers: uclass: Add dev_get_uclass_index() to get the uclass/index of a device
` [U-Boot] [PATCH v2 5/5] dm: print the index of the device when dumping the dm tree

[U-Boot] [PATCH] video: mxsfb: Support data-enable and pixclock polarity
 2018-06-21  7:26 UTC  (3+ messages)

[U-Boot] [PATCH] microblaze: Add new syscalls io_pgetevents and rseq
 2018-06-21  6:56 UTC  (2+ messages)

[U-Boot] [PATCH v2] common/memsize.c: Increase save array for supporting memory size > 4GB
 2018-06-21  6:31 UTC  (3+ messages)

[U-Boot] [PATCH v2] Makefile: drop mention of *.cfgtmp
 2018-06-21  6:03 UTC 

[U-Boot] [PATCH v2] x86: Use microcode update from device tree for all processors
 2018-06-21  4:52 UTC  (5+ messages)

[U-Boot] [PATCH v3] x86: Add 64-bit setjmp/longjmp implementation
 2018-06-21  4:50 UTC  (4+ messages)

[U-Boot] [PATCH v2 1/1] x86: qemu: do not build car.o with start64.o
 2018-06-21  4:50 UTC  (4+ messages)

[U-Boot] [PATCH] x86: efi-x86_app: Update MAINTAINERS
 2018-06-21  4:50 UTC  (3+ messages)

[U-Boot] [PATCH] mtd: nand: denali: Replace the ad-hoc cache management with bouncebuf
 2018-06-21  4:37 UTC  (5+ messages)

[U-Boot] [RFC] sandbox: Enable 1:1 map
 2018-06-21  2:55 UTC  (5+ messages)

[U-Boot] Add FIT support for spl_nor
 2018-06-21  2:02 UTC  (2+ messages)

[U-Boot] [PATCH v2 00/11] sandbox: efi_loader support
 2018-06-21  2:02 UTC  (9+ messages)
` [U-Boot] [PATCH v2 10/11] efi_loader: Pass address to fs_read()

[U-Boot] [PATCH] imx: mx6: Fix implementantion reset_misc
 2018-06-20 22:52 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] spi: mxc: Fix compilation problem of DM_SPI class driver
 2018-06-20 20:52 UTC  (4+ messages)
` [U-Boot] [PATCH 2/3] spi: mxc_spi: Fix chipselect on DM_SPI driver uclass
` [U-Boot] [PATCH 3/3] spi: mxc_spi: Fix spi mode communication where clock is inverted

[U-Boot] [PATCH] mx5: Select ARM_CORTEX_A8_CVE_2017_5715
 2018-06-20 18:08 UTC 

[U-Boot] [PATCH] Makefile: drop mention of *.cfgtmp
 2018-06-20 18:01 UTC  (3+ messages)

[U-Boot] [PATCH v6 00/13] efi: Enable basic sandbox support for EFI loader
 2018-06-20 17:51 UTC  (19+ messages)
` [U-Boot] [PATCH v6 03/13] efi: sandbox: Adjust memory usage for sandbox

[U-Boot] sandbox: Net: No ethernet found
 2018-06-20 17:51 UTC  (3+ messages)
` [U-Boot] [PATCH 1/1] Sandbox: provide default config

[U-Boot] [PATCH 0/4] ARM: Provide workaround setup bits for CVE-2017-5715 (A8/A15)
 2018-06-20 14:14 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] ARM: Introduce ability to enable ACR::IBE on Cortex-A8 for CVE-2017-5715
` [U-Boot] [PATCH 2/4] ARM: Introduce ability to enable invalidate of BTB with ICIALLU on Cortex-A15 "

[U-Boot] [PATCH] LS1088ARDB: Secure Boot:Change load address of dpl header in SD
 2018-06-20 13:29 UTC 


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