]> git.kernelconcepts.de Git - karo-tx-uboot.git/history - common
buildman: Keep more outputs with the --keep-outputs flag
[karo-tx-uboot.git] / common /
2015-09-08 Simon Glasssandbox: exynos: Move CONFIG_CMD_SOUND to Kconfig
2015-09-08 Simon GlassKconfig: Move CONFIG_BOOTSTAGE to Kconfig
2015-09-08 Simon Glassdm: net: Adjust PHY interface to work with CONFIG_DM_ETH
2015-09-08 Simon GlassAvoid calling print_eths() with driver model
2015-09-08 Joe Hershbergernet: cosmetic: Fix checkpatch.pl failures in net.c
2015-09-08 Joe Hershbergernet: cosmetic: Clean up cmd_net variables and functions
2015-09-08 Joe Hershbergernet: cosmetic: Clean up DNS variables and functions
2015-09-08 Joe Hershbergernet: cosmetic: Clean up CDP variables and functions
2015-09-08 Joe Hershbergernet: cosmetic: Clean up TFTP variables and functions
2015-09-08 Joe Hershbergernet: cosmetic: Fix var naming net <-> eth drivers
2015-09-08 Joe Hershbergernet: cosmetic: Fixup var names for DHCP strings
2015-09-08 Joe Hershbergernet: cosmetic: Fixup var names related to boot file
2015-09-08 Joe Hershbergernet: cosmetic: Change IPaddr_t to struct in_addr
2015-09-08 Simon Glassdm: usb: Support driver model with USB keyboards
2015-09-08 Simon Glassdm: usb: Split out the keyboard probe into its own...
2015-09-08 Simon Glassdm: usb: Convert usb_storage to driver model
2015-09-08 Simon Glassdm: usb: Move storage device scanning into its own...
2015-09-08 Simon GlassRevert "usb_storage : scan all interfaces to find a...
2015-09-08 Simon Glassdm: usb: Adjust usb_storage to work with sandbox
2015-09-08 Simon Glassdm: usb: Simply device finding code in usb_storage
2015-09-08 Simon Glassdm: usb: Fix type problems in usb_stor_get_info()
2015-09-08 Simon Glassdm: usb: Move USB storage definitions to usb_defs.h
2015-09-08 Simon Glassdm: usb: Add driver model support for hubs
2015-09-08 Simon Glassdm: usb: Split hub detection into its own function
2015-09-08 Simon Glassdm: usb: Convert core usb.c file to support driver...
2015-09-08 Simon Glassdm: usb: Complete the splitting up of usb_new_device()
2015-09-08 Simon Glassdm: usb: Split out more code from usb_new_device()
2015-09-08 Simon Glassdm: usb: Move descriptor setup code into its own function
2015-09-08 Simon Glassdm: usb: Refactor port resets
2015-09-08 Simon Glassdm: usb: Drop the legacy USB init sequence
2015-09-08 Simon Glassdm: usb: Convert 'usb' command to support driver model
2015-09-08 Simon Glassdm: usb: Adjust usb_alloc_new_device() to return an...
2015-09-08 Simon Glassdm: usb: Adjust usb command to prepare for driver model
2015-09-08 Simon Glasscros_ec: Remove unused cros_ec_board_init() function
2015-09-08 Simon Glasscros_ec: Drop unused CONFIG_DM_CROS_EC
2015-09-08 Simon Glassdm: x86: spi: Convert ICH SPI driver to driver model
2015-09-08 Joe Hershbergerdm: eth: Add basic driver model support to Ethernet...
2015-09-08 Joe Hershbergercmd: net: Clean up return codes
2015-09-08 Joe Hershbergernet: Remove the bd* parameter from net stack functions
2015-09-08 Joe Hershbergercommon: Make sure arch-specific map_sysmem() is defined
2015-09-08 Hannes Petermaiercommon/lcd_console: introduce display/framebuffer rotation
2015-09-08 Hannes Petermaiercommon/lcd_console: move single static variables into...
2015-09-08 Hannes Petermaiercommon/lcd_console: ask only one-time for bg/fg-color...
2015-09-08 Hannes Petermaiercommon/lcd_console: cleanup lcd_drawchars/lcd_putc_xy
2015-09-08 Simon Glassdm: pci: Add a uclass for PCI
2015-09-08 Simon Glassdm: core: Add dev_get_uclass_priv() to access uclass...
2015-09-08 Simon GlassCorrect map_sysmem() logic in do_mem_mw()
2015-09-08 Simon Glassdm: Add a new CPU init function which can use driver...
2015-09-08 Paul Kocialkowskifastboot: Proper download gadget unregister and clear...
2015-09-08 Michael Scottfastboot: check for alias when looking up partition...
2015-09-08 Heiko Schocherdfu: cmd: trigger watchdog before calling usb_gadget_ha...
2015-09-08 Fabio Estevamcmd_usb_mass_storage: Use 'USB Mass Storage' in the...
2015-09-08 Inha Songusb: gadget: thor: Invoke board specific USB cleanup...
2015-09-08 Inha Songusb: gadget: UMS: Invoke board specific USB cleanup...
2015-09-08 Kishon Vijay Abraham Iusb: modify usb_gadget_handle_interrupts to take contro...
2015-09-08 Kishon Vijay Abraham Icommon: cmd_dfu: invoke board_usb_cleanup() for cleaning up
2015-09-08 Tim Harveyusb: hub: allow pgood_delay to be specified via env
2015-09-08 Stephen Warrenusb: fix first descriptor fetch error handling
2015-09-08 Paul Kocialkowskiusb: Early failure when the first descriptor read fails...
2015-09-08 Paul Kocialkowskiusb: Check usb_new_device for failure
2015-09-08 Paul Kocialkowskiusb: usb_new_device return codes consistency
2015-09-08 Sergey Temerkhanovusb_storage:Fix USB storage capacity detection on 64...
2015-09-08 Franck Jullienusb_storage : scan all interfaces to find a storage...
2015-09-08 angelo@sysam.itm68k: add generic-board support
2015-09-02 Lothar Waßmanncommon/board_f: add missing #endif after merge
2015-09-01 Tim Harveyenv_nand: use nand_spl_load_image for readenv if SPL
2015-09-01 Eric Nelsonunzip: add gzwrite command to write compressed image...
2015-09-01 Tim Harveyfdt: add new fdt_fixup_display function to configure...
2015-09-01 Linus Walleijcommon/armflash: Support for ARM flash images
2015-09-01 Stefan Agnercommon, ubi: use positive return values for ubi check
2015-09-01 Albert ARIBAUD ... Introduce CONFIG_SPL_PANIC_ON_RAW_IMAGE
2015-09-01 Albert ARIBAUD ... lpc32xx: add lpc32xx-spl.bin boot image target
2015-09-01 Tom Rinicmd_mem.c: Update 'iteration_limit' to unsigned long
2015-09-01 Pavel Machekcmd_mem: cleanups, catch bad usage
2015-09-01 Mario Schuknechtenv_sf: Fix recovery default
2015-09-01 Alexey Brodkinarc: clean-up init procedure
2015-09-01 Peter Tysernand: yaffs: Remove the "nand write.yaffs" command
2015-09-01 Peter Tysercmd_nand: Verify writes to NAND
2015-09-01 angelo@sysam.itm68k: fix 3 broken boards
2015-09-01 Alexey Brodkincommon/board_f: move board_init_f_mem() from #else...
2015-09-01 Sjoerd Simonspart: Add support for list filtering on bootable partitions
2015-09-01 Rob Herringremove unnecessary version.h includes
2015-09-01 Stefan Roesecommon/board_f.c: Enable IMX watchdog in init_func_watc...
2015-09-01 Siva Durga Prasad... common: cmd_elf: Add support to disable start of applic...
2015-09-01 Jan Kiszkacommon/board_r: Restore non-cached memory setup
2015-09-01 Przemyslaw Marczakdlmalloc: do memset in malloc init as new default config
2015-09-01 Fabio Estevamcmd_usb_mass_storage: Remove extra 'ums' string in...
2015-09-01 Alexey Brodkincommon/board_f: implement type casting for gd structure
2015-09-01 Heiko Schocherspl: fix calling "spl export .." more than once
2015-09-01 Alison Wangm68k: Add generic board support for MCF547X/8X and...
2015-09-01 angelo@sysam.itm68k: add generic-board support
2015-09-01 Peter Tysercmd_yaffs: Clean up command usage messages
2015-09-01 Hannes Petermaiercommon/lcd: Add command for writing to lcd-display
2015-09-01 Hannes Petermaiercommon/lcd: Add command for setting cursor within lcd...
2015-09-01 Rob Herringgpt: support random UUIDs without setting environment...
2015-09-01 Rob Herringgpt: fix error reporting on partition table write failures
2015-09-01 Nikolaos Pasaloukoskconfig: common: Fix memtest bool name
2015-09-01 Simon Glassarm: spl: Allow board_init_r() to run with a larger...
2015-09-01 Stephen Warrencommon: board: support systems with where RAM ends...
2015-09-01 gaurav ranacrypto/fsl - Add progressive hashing support using...
next