public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2017-10-06 14:28:34 to 2017-10-09 04:47:58 UTC [more...]

[U-Boot] [PATCH 001/080] mpc8308rdb: Fix style violation
 2017-10-09  4:47 UTC  (37+ messages)
` [U-Boot] [PATCH 004/080] include: dm: Fix 'devioe'/'devuce' typos
` [U-Boot] [PATCH 005/080] lib: fdtdec: Fix whitespace style violations
` [U-Boot] [PATCH 006/080] lib: fdtdec: Fix some "
` [U-Boot] [PATCH 007/080] core: ofnode: Fix "
` [U-Boot] [PATCH 008/080] core: read: "
` [U-Boot] [PATCH 009/080] core: Add {ofnode, dev}_translate_address functions
` [U-Boot] [PATCH 010/080] core: Make device_is_compatible live-tree compatible
` [U-Boot] [PATCH 011/080] clk: clk-uclass: Fix style violations
` [U-Boot] [PATCH 012/080] clk: clk_fixed_rate: Fix style violation
` [U-Boot] [PATCH 013/080] clk: Remove superfluous gd declarations
` [U-Boot] [PATCH 015/080] spi: Remove obsolete spi_base_setup_slave_fdt
` [U-Boot] [PATCH 016/080] spi: Remove spi_flash_probe_fdt
` [U-Boot] [PATCH 017/080] spi: Remove spi_setup_slave_fdt
` [U-Boot] [PATCH 018/080] spi: Remove CONFIG_OF_SPI_FLASH
` [U-Boot] [PATCH 020/080] spi: spi-uclass: Fix style violations
` [U-Boot] [PATCH 021/080] sf_probe: Merge spi_flash_probe_tail into spi_flash_probe
` [U-Boot] [PATCH 024/080] net: tsec: Make live-tree compatible
` [U-Boot] [PATCH 029/080] gpio: pca953x_gpio: "

[U-Boot] [PATCH v2 00/19] Add FPGA, SDRAM, SPL loads U-boot & booting to console
 2017-10-09  4:47 UTC  (5+ messages)
` [U-Boot] [PATCH v2 08/19] fs: Enable generic filesystems interface support in SPL
` [U-Boot] [PATCH v2 09/19] arm: socfpga: Add drivers for programing FPGA from flash

[U-Boot] [PATCH] linux/bitfield.h: import <linux/bitfields.h> from Linux 4.13
 2017-10-09  4:47 UTC  (2+ messages)

[U-Boot] [PATCH] xyz-modem: Fix timeout loop waiting with WATCHDOG
 2017-10-09  4:47 UTC  (7+ messages)

[U-Boot] [PATCH] cmd/fdt.c align data buffer to avoid unaligned word access
 2017-10-09  4:47 UTC  (3+ messages)

[U-Boot] [PATCH 0/11] efi_loader: implement SetWatchdogTimer
 2017-10-09  4:46 UTC  (15+ messages)
` [U-Boot] [PATCH 01/11] efi_selftest: avoid dereferencing NULL in tpl test
` [U-Boot] [PATCH 02/11] efi_loader: avoid NULL dereference in efi_dp_match
` [U-Boot] [PATCH 03/11] efi_loader: comments for functions add missing @return
` [U-Boot] [PATCH 04/11] efi_selftest: error handling in SNP test
` [U-Boot] [PATCH 05/11] efi_loader: move efi_search_obj up in code
` [U-Boot] [PATCH 06/11] efi_loader: implement SetWatchdogTimer
  ` [U-Boot] efi_loader: enough-uefi-for-shell: "
` [U-Boot] [PATCH 07/11] efi_selftest: provide test for watchdog timer
` [U-Boot] [PATCH 08/11] efi_selftest: allow to select a single test for exexution
` [U-Boot] [PATCH 09/11] efi_selftest: test reboot by watchdog
` [U-Boot] [PATCH 10/11] test/py: test reboot by EFI watchdog
` [U-Boot] [PATCH 11/11] test/py: fix typo in test_efi_loader.py

[U-Boot] [PATCH 0/2] Support for TI bandgap temperature sensor
 2017-10-09  4:45 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] thermal: ti-bandgap: Add support for "
` [U-Boot] [PATCH 2/2] ARM: dts: OMAP5+: Add support for bandgap sensor in SPL

[U-Boot] [PATCH] usb: kbd: Don't fail with iomux
 2017-10-09  4:45 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: SPL: FIT: fix DTC warnings on FIT generation
 2017-10-09  4:45 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/7] Enable falcon boot for LS1043ARDB
 2017-10-09  4:44 UTC  (3+ messages)
` [U-Boot] [PATCH v3 1/7] spl: fix assignment of board info to global data

[U-Boot] [PATCH v2 00/17] efi_loader: Simple Network Protocol
 2017-10-09  4:44 UTC  (35+ messages)
` [U-Boot] [PATCH v2 01/17] efi_loader: call EFI_EXIT in efi_copy_mem, efi_set_mem
` [U-Boot] [PATCH v2 02/17] efi_loader: parameters of CopyMem and SetMem
` [U-Boot] [PATCH v2 03/17] efi_loader: pass GUIDs as const efi_guid_t *
` [U-Boot] [PATCH v2 04/17] efi_loader: wrong type in wait_for_event
` [U-Boot] [PATCH v2 05/17] efi_loader: incorrect definition of EFI_SIMPLE_NETWORK_PROTOCOL
` [U-Boot] [PATCH v2 06/17] efi_loader: correct bits of receive_filters bit mask
` [U-Boot] [PATCH v2 07/17] efi_loader: fill simple network protocol revision
` [U-Boot] [PATCH v2 08/17] efi_loader: efi_net: hwaddr_size = 6
` [U-Boot] [PATCH v2 09/17] efi_net: return EFI_UNSUPPORTED where appropriate
` [U-Boot] [PATCH v2 10/17] efi_loader: use events for efi_net_receive
` [U-Boot] [PATCH v2 12/17] efi_loader: fix efi_net_get_status
` [U-Boot] [PATCH v2 13/17] efi_loader: size fields in SimpleNetworkProtocol
` [U-Boot] [PATCH v2 14/17] efi_loader: fill return values "
` [U-Boot] [PATCH v2 15/17] efi_selftest: correct definition of efi_st_error
` [U-Boot] [PATCH v2 16/17] efi_selftest: allow printing MAC addresses
` [U-Boot] [PATCH v2 17/17] efi_loader: supply EFI network test

[U-Boot] [PATCH] efi_loader: Fix disk dp's for pre-DM/legacy devices
 2017-10-09  4:43 UTC  (3+ messages)
` [U-Boot] "

[U-Boot] [PATCH 1/1] efi_selftest: use efi_st_error for all error messages
 2017-10-09  4:42 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/1] efi_selftest: make tests easier to read
 2017-10-09  4:41 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] rockchip: provide installation instruction for Firefly-RK3399
 2017-10-09  4:41 UTC  (2+ messages)

[U-Boot] [PATCH 00/10] efi_loader: event services & API test
 2017-10-09  4:41 UTC  (5+ messages)
` [U-Boot] [PATCH 10/10] efi_selftest: check notification of ExitBootServices

[U-Boot] [PATCH] disk: part_dos: Use the original allocation scheme for the SPL case
 2017-10-09  3:12 UTC  (16+ messages)

[U-Boot] [PATCH] ARM: tegra: Remove unused define CONFIG_ARMCORTEXA9
 2017-10-08 19:44 UTC 

[U-Boot] [PATCH 1/2] cmd: Toggle the default value of CONFIG_CMD_IMLS
 2017-10-08 18:48 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] configs: Re-sync CONFIG_CMD_IMLS with moveconfig

[U-Boot] [PATCH] usb: xhci: Add Renesas R-Car xHCI driver
 2017-10-08 18:45 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] efi_loader: use type bool for event states
 2017-10-08 16:58 UTC  (8+ messages)

[U-Boot] [PATCH] cmd/gpt.c, cmd/nvedit.c, tools/fit_image.c: Rework recent fixes for Coverity
 2017-10-08 15:11 UTC  (4+ messages)
` [U-Boot] [PATCH] Travis-CI: Fix microblaze and xilinx jobs

[U-Boot] Please pull u-boot-x86
 2017-10-08 15:11 UTC  (5+ messages)

[U-Boot] [PATCH] moveconfig: Fix error message for a missing toolchain
 2017-10-08 10:31 UTC 

[U-Boot] efi_loader: arch/arm/include/asm/setjmp.h
 2017-10-07 20:23 UTC 

[U-Boot] [PATCH v2 5/6] ARM: Add a new arch + board for QEMU's 'virt' machine
 2017-10-07 14:05 UTC  (4+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH] fs/ext4/ext4fs.c: Free dirnode in error path of ext4fs_ls
 2017-10-07 13:09 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] tools/fit_image.c: Update some return code paths
 2017-10-07 13:09 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] cmd/time.c: Initialize 'repeatable' variable
 2017-10-07 13:09 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] cmd/pxe.c: Rework initrd and bootargs handling slightly
 2017-10-07 13:09 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] cmd/nvedit.c: Update input handling to cover overflow cases
 2017-10-07 13:09 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] test/dm: Fix string handling issues in the eth test
 2017-10-07 13:09 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] test/overlay: Fix various malloc/free leaks
 2017-10-07 13:09 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCHv2] GPT: fix memory leaks identified by Coverity
 2017-10-07 13:08 UTC  (2+ messages)
` [U-Boot] [U-Boot, PATCHv2] "

[U-Boot] [PATCH v2 4/4] fs-test: Add test for a filename using '..' to go back to the root
 2017-10-07 13:08 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 3/4] fs/fat: Fix pathnames using '..' that lead to the root directory
 2017-10-07 13:08 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 2/4] fs-test: Add FAT16 support
 2017-10-07 13:08 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2,2/4] "

[U-Boot] [PATCH v2 1/4] fs/ext4: Fix group descriptor checksum calculation
 2017-10-07 13:08 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH] doc: Fix statements on case sensitivity for regulator prefix
 2017-10-07 13:08 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 2/2] omap: Fix warning when looking for userdata part
 2017-10-07 13:08 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/2] disk: Provide API to get partition by name for specific type
 2017-10-07 13:08 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/1] omap: Omit fastboot.userdata_size related errors
 2017-10-07 13:08 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH v2 6/6] travis.yml: Add job for running test.py in qemu_arm
 2017-10-07 13:08 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 4/6] PCI: Add driver for a 'pci-host-ecam-generic' host controller
 2017-10-07 13:07 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 3/6] pci: layerscape: Use pci_generic_mmap_{read, write}_config
 2017-10-07 13:07 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 2/6] pci: xilinx: Use pci_generic_mmap_{read, write}_config()
 2017-10-07 13:07 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 1/6] pci: Add helper for implementing memory-mapped config space accesses
 2017-10-07 13:07 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v6 10/10] omap: detect board before spl_early_init()
 2017-10-07 13:07 UTC  (2+ messages)
` [U-Boot] [U-Boot, v6, "

[U-Boot] [PATCH v6 09/10] spl: dm: Make it possible for the SPL to pick its own DTB from a FIT
 2017-10-07 13:07 UTC  (2+ messages)
` [U-Boot] [U-Boot, v6, "

[U-Boot] [PATCH v6 08/10] fdtdec: sort include files
 2017-10-07 13:07 UTC  (2+ messages)
` [U-Boot] [U-Boot,v6,08/10] "

[U-Boot] [PATCH v6 07/10] lib: allow building lzo for the SPL
 2017-10-07 13:07 UTC  (2+ messages)
` [U-Boot] [U-Boot,v6,07/10] "

[U-Boot] [PATCH v6 06/10] gzip: add a function to parse the header
 2017-10-07 13:07 UTC  (2+ messages)
` [U-Boot] [U-Boot, v6, "

[U-Boot] [PATCH v6 05/10] lzo: add a function to check the validity of the header
 2017-10-07 13:07 UTC  (2+ messages)
` [U-Boot] [U-Boot, v6, "

[U-Boot] [PATCH v6 04/10] fit: If no matching config is found in fit_find_config_node(), use the default one
 2017-10-07 13:07 UTC  (2+ messages)
` [U-Boot] [U-Boot, v6, "

[U-Boot] [PATCH v6 03/10] fit: fixed bug in locate_dtb_in_fit()
 2017-10-07 13:07 UTC  (2+ messages)
` [U-Boot] [U-Boot, v6, "

[U-Boot] [PATCH v6 02/10] fit: use 'const' for the input of fdt_offset() and locate_dtb_in_fit()
 2017-10-07 13:06 UTC  (2+ messages)
` [U-Boot] [U-Boot, v6, "

[U-Boot] [PATCH v6 01/10] dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts Kconfig
 2017-10-07 13:06 UTC  (2+ messages)
` [U-Boot] [U-Boot, v6, "

[U-Boot] [PATCH] linux/kernel.h: import DIV_ROUND_{DOWN, UP}_ULL from Linux
 2017-10-07 13:06 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] Travis-CI: Split out more vendors from the catch-all ARM job
 2017-10-07 13:06 UTC  (2+ messages)

[U-Boot] [PATCH] Travis-CI: Move Boundary and Engicam devices to their own jobs
 2017-10-07 13:06 UTC  (2+ messages)

[U-Boot] [PATCH] Travis-CI: Move Toradex into its own job
 2017-10-07 13:06 UTC  (2+ messages)

[U-Boot] [PATCH] x86: minnowmax: Adjust VGA rom address
 2017-10-07  9:44 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/2] x86: minimal ACPI support for Intel Tangier
 2017-10-07  7:09 UTC  (6+ messages)
` [U-Boot] [PATCH v2 1/2] x86: tangier: Enable "
` [U-Boot] [PATCH v2 2/2] x86: edison: Bring minimal ACPI support to the board

[U-Boot] [PATCH 1/3] x86: theadorable-x86-common: Add further pci hotplug cmdline parameters
 2017-10-07  4:04 UTC  (9+ messages)
` [U-Boot] [PATCH 2/3] x86: theadorable-x86-common: Move "-generic" into kernel-ver variable
` [U-Boot] [PATCH 3/3] x86: theadorable-x86-xxx_defconfig: Enable setexpr command

[U-Boot] [PATCH v2 1/1] x86: provide CONFIG_BUILD_ROM
 2017-10-07  3:53 UTC  (3+ messages)

[U-Boot] [PATCH v4 00/18] rockchip: back-to-bootrom: replace assembly-implementation with C-code
 2017-10-06 19:45 UTC  (20+ messages)
` [U-Boot] [PATCH v4 01/18] arm: boot0 hook: move boot0 hook before '_start'
` [U-Boot] [PATCH v4 02/18] rockchip: boot0: align to 0x20 for armv7 '_start'
` [U-Boot] [PATCH v4 03/18] rockchip: enable boot0-hook for all Rockchip SoCs
` [U-Boot] [PATCH v4 04/18] rockchip: mkimage: use spl_boot0 "
` [U-Boot] [PATCH v4 05/18] rockchip: rk3288: use aligned address for SPL_TEXT_BASE
` [U-Boot] [PATCH v4 06/18] rockchip: rk3036: "
` [U-Boot] [PATCH v4 07/18] socfpga: boot0 hook: adjust to unified boot0 semantics
` [U-Boot] [PATCH v4 08/18] bcm235xx: "
` [U-Boot] [PATCH v4 09/18] bcm281xx: "
` [U-Boot] [PATCH v4 10/18] rockchip: boot0 hook: support early return for RK3188/RK3066-style BROM
` [U-Boot] [PATCH v4 11/18] arm: make save_boot_params_ret prototype visible for AArch64
` [U-Boot] [PATCH v4 12/18] arm: mark save_boot_params_ret as a function
` [U-Boot] [PATCH v4 13/18] arm: provide a PCS-compliant setjmp implementation
` [U-Boot] [PATCH v4 14/18] rockchip: back-to-bootrom: replace assembly-implementation with C-code
` [U-Boot] [PATCH v4 15/18] rockchip: rk3188: use boot0 hook to load up SPL in 2 steps
` [U-Boot] [PATCH v4 16/18] rockchip: back-to-bootrom: allow passing a cmd to the bootrom
` [U-Boot] [PATCH v4 17/18] rockchip: rk3188: move CONFIG_SPL_* entries from rk3188_common.h to Kconfig
` [U-Boot] [PATCH v4 18/18] rockchip: mkimage: remove unused code-paths (spl_boot0 is now implied)

[U-Boot] [PATCH v3 04/19] dm: core: add dev_read_addr_ptr()
 2017-10-06 18:50 UTC  (4+ messages)
` [U-Boot] [U-Boot,v3,04/19] "

[U-Boot] [PATCH 1/1] efi_selftest: efi_st_memcmp return difference of bytes
 2017-10-06 18:39 UTC 

[U-Boot] [PATCH v4 1/2] rockchip: configs: only add available BOOT_TARGET_DEVICES
 2017-10-06 18:16 UTC  (4+ messages)
` [U-Boot] [PATCH v4 2/2] rockchip: configs: use rockchip-common.h for rk3368
  ` [U-Boot] [U-Boot, v4, "
` [U-Boot] [U-Boot, v4, 1/2] rockchip: configs: only add available BOOT_TARGET_DEVICES

[U-Boot] ImportError: No module named _libfdt
 2017-10-06 17:40 UTC  (2+ messages)

[U-Boot] [PATCH] dm: video: make ANSI escape sequence support optional
 2017-10-06 17:04 UTC  (4+ messages)

[U-Boot] [PATCH v3 1/2] rockchip: configs: only add available BOOT_TARGET_DEVICES
 2017-10-06 16:34 UTC  (2+ messages)
` [U-Boot] [PATCH v3 2/2] rockchip: configs: use rockchip-common.h for rk3368

[U-Boot] [PATCH] rockchip: Set up default PWM flags
 2017-10-06 16:26 UTC  (3+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2 1/2] rockchip: configs: only add available BOOT_TARGET_DEVICES
 2017-10-06 15:59 UTC  (4+ messages)
` [U-Boot] [PATCH v2 2/2] rockchip: configs: use rockchip-common.h for rk3368
` [U-Boot] [U-Boot, v2, 1/2] rockchip: configs: only add available BOOT_TARGET_DEVICES

[U-Boot] [PATCH 8/8] rockchip: rk3128: add sdram driver
 2017-10-06 15:51 UTC  (2+ messages)
` [U-Boot] [U-Boot,8/8] "

[U-Boot] [PATCH 5/8] rockchip: rk3128: add sysreset driver
 2017-10-06 15:51 UTC  (2+ messages)
` [U-Boot] [U-Boot,5/8] "

[U-Boot] [PATCH 6/8] rockchip: rk3128: add evb-rk3128 support
 2017-10-06 15:51 UTC  (2+ messages)
` [U-Boot] [U-Boot,6/8] "

[U-Boot] [PATCH 7/8] rockchip: rk3128: add defconfig for evb-rk3128
 2017-10-06 15:51 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 4/8] rockchip: rk3128: add pinctrl driver
 2017-10-06 15:51 UTC  (2+ messages)
` [U-Boot] [U-Boot,4/8] "

[U-Boot] [PATCH 1/8] rockchip: rk3128: add device tree file
 2017-10-06 15:51 UTC  (2+ messages)
` [U-Boot] [U-Boot,1/8] "

[U-Boot] [PATCH 3/8] rockchip: rk3128: add clock driver
 2017-10-06 15:51 UTC  (2+ messages)
` [U-Boot] [U-Boot,3/8] "

[U-Boot] [PATCH 2/8] rockchip: rk3128: add soc basic support
 2017-10-06 15:51 UTC  (2+ messages)
` [U-Boot] [U-Boot,2/8] "

[U-Boot] [PATCH 1/1] armv8: ls1012a: Memory Map modification of kernel, env
 2017-10-06 15:19 UTC  (4+ messages)

[U-Boot] [PATCH] driver: fsl-mc: memset pointers after malloc
 2017-10-06 15:14 UTC  (2+ messages)

[U-Boot] [PATCH] fs: Set .opendir to fs_opendir_unsupported for btrfs
 2017-10-06 14:56 UTC 

[U-Boot] [PATCH 1/4] linux/time.h: Remove dead code
 2017-10-06 14:28 UTC  (3+ messages)
` [U-Boot] [PATCH 2/4] fs: btrfs: Fix usage of uninitialized variables


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