]> git.kernelconcepts.de Git - karo-tx-uboot.git/history - include
tools/mkenvimage.c: fix basename(3) usage
[karo-tx-uboot.git] / include /
2012-06-21 Rob Herringpxe: add support for parsing local syslinux files
2012-06-21 Marek VasutBlock: Remove MG DISK support
2012-06-20 Tom Rinihush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to...
2012-06-20 Tom RiniCONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h...
2012-06-19 Mike Frysingerlmb: do not export anything without CONFIG_LMB
2012-06-19 Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-mpc83xx
2012-06-15 Thomas Herzmannkm/common: check test_bank and testpin for testboot
2012-06-15 Thomas Herzmannpowerpc/83xx: configure CONFIG_POST for kmcoge5ne
2012-06-15 Holger Brunckkm/common: increase bootlimit to 3
2012-06-15 Holger Brunckpowerpc/83xx: add kmcoge5ne board support
2012-06-15 Andreas Huberkm/common: add support for second flash
2012-06-15 Holger Brunckpowerpc83xx/km: remove unneeded CONFIG_PCI for kmeter1
2012-06-15 Holger Brunckpowerpc/83xx/km: use tuxx1.h for kmsupx5 target
2012-06-15 Timur Tabipowerpc/83xx: increment malloc heap size for the MPC832...
2012-06-07 Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-video
2012-06-07 Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-avr32
2012-06-07 Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-mips
2012-06-07 Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-sh
2012-06-05 Bo Shenvideo: atmel/lcd: add LCD driver for new Atmel SoC
2012-06-03 Daniel SchwierzeckMIPS: board.c: move extern declarations to u-boot-mips.h
2012-05-28 Phil Edworthysh: Add SH7269 device and RSK2+SH7269 board
2012-05-28 Nobuhiro Iwamatsush: Set CONFIG_SH_ETHER_PHY_MODE and CONFIG_SH_ETHER_SH...
2012-05-28 Nobuhiro Iwamatsush: Add support for AP-SH4A-4A board
2012-05-28 Nobuhiro Iwamatsush: r0p7734: Add support I2C controller
2012-05-28 Nobuhiro Iwamatsush: Add support for r0p7734 board
2012-05-25 Fabio Estevammx53loco: Add LCD support
2012-05-25 Fabio Estevammx5: Rename mx51_fb_init()
2012-05-25 Fabio Estevammx51evk: Add LCD support
2012-05-25 Donghwa LeeEXYNOS: display 32bpp bitmap TIZEN logo
2012-05-25 Donghwa Leecreate lib/tizen directory
2012-05-25 Anatolij Gustschincmd_bmp.c: make bmp_display() usable by drivers or...
2012-05-25 Anatolij Gustschininclude/video.h: drop unused video_printf()
2012-05-23 Joe Hershbergernet: Allow filtering on debug traces in the net subsystem
2012-05-23 Joe Hershbergernet: Add link-local addressing support
2012-05-23 Joe Hershbergernet: Don't copy every packet that waits for an ARP
2012-05-23 Joe Hershbergernet: Fix net buffer initialization
2012-05-23 Joe Hershbergernet: Add net_update_ether() to handle ARP and Ping...
2012-05-23 Joe Hershbergernet: Refactor to separate the UDP handler from the...
2012-05-23 Joe Hershbergernet: Refactor to protect access to the NetState variable
2012-05-23 Joe Hershbergernet: Refactor to use NetSendPacket instead of eth_send...
2012-05-23 Joe Hershbergernet: Refactor IP, UPD, and ICMP header writing functions
2012-05-23 Joe Hershbergernet: cosmetic: Replace magic numbers in arp.c with...
2012-05-23 Joe Hershbergernet: cosmetic: Add a more explicit comment about 802.2
2012-05-23 Joe Hershbergernet: cosmetic: Rename parameter len to payload_len
2012-05-23 Joe Hershbergernet: cosmetic: Un-typedef ICMP_t
2012-05-23 Joe Hershbergernet: cosmetic: Un-typedef ARP_t
2012-05-23 Joe Hershbergernet: cosmetic: Un-typedef VLAN_Ethernet_t
2012-05-23 Joe Hershbergernet: cosmetic: Un-typedef Ethernet_t
2012-05-23 Joe Hershbergernet: cosmetic: Split struct ip_udp_hdr into ip_hdr
2012-05-23 Joe Hershbergernet: cosmetic: Un-typedef IP_t
2012-05-23 Joe Hershbergernet: Move ARP out of net.c
2012-05-23 Joe Hershbergernet: Encapsulate CDP packet identification
2012-05-23 Joe Hershbergernet: Move CDP out of net.c
2012-05-23 Joe Hershbergernet: Remove CMD_PING where there's no CMD_NET
2012-05-22 Anatolij Gustschininclude/part.h: fix indentation of lba
2012-05-22 Aaron Williamsfat: fix FAT sector offsets overflow on large FAT parti...
2012-05-20 Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-usb
2012-05-20 Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-nand...
2012-05-20 Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-net
2012-05-20 Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-arm
2012-05-20 Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-mmc
2012-05-20 Lukasz Majewskiusb:gadget:composite: Support for composite at gadget.h
2012-05-20 Lukasz Majewskiusb:gadget:composite USB composite gadget support
2012-05-20 Lukasz Majewskiusb:udc:samsung:cleanup Replace DEBUG_* macros with...
2012-05-20 Lukasz Majewskiusb:udc: Remove duplicated USB definitions from include...
2012-05-20 Puneet SaxenaUSB: Align buffers at cacheline
2012-05-15 Joe Hershbergernet: cosmetic: tftp.* checkpatch compliance
2012-05-15 Joe Hershbergernet: cosmetic: net.c checkpatch compliance
2012-05-15 Joe Hershbergernet: cosmetic: net.h checkpatch compliance
2012-05-15 Joe Hershbergernet: Remove volatile from net API
2012-05-15 Tom RiniARM: omap3: Add CONFIG_SPL_BOARD_INIT for CONFIG_SPL_MM...
2012-05-15 Tom RiniARM: omap3: Set SPL stack size to 8KB, image to 54KB.
2012-05-15 Jon HunterOMAP4: Set fdt_high for OMAP4 devices to enable booting...
2012-05-15 Enric Balletbo i... igep00x0: change mpurate from 500 to auto
2012-05-15 Enric Balletbo i... igep00x0: enable the use of a plain text file
2012-05-15 Simon Glasstegra: Enable keyboard for Seaboard
2012-05-15 Simon Glasstegra: Switch on console mux and use environment for...
2012-05-15 Rakesh Iyertegra: Add tegra keyboard driver
2012-05-15 Bernie Thompsoninput: Add support for keyboard matrix decoding from...
2012-05-15 Simon Glassinput: Add generic keyboard input handler
2012-05-15 Simon Glassinput: Add linux/input.h for key code support
2012-05-15 Anton Stafffdt: Add fdtdec functions to read byte array
2012-05-15 Simon Glasstegra: Enable LP0 on Seaboard
2012-05-15 Jimmy Zhangtegra: Add EMC support for optimal memory timings
2012-05-15 Yen LinAdd AES crypto library
2012-05-15 Simon Glassi2c: Add TPS6586X driver
2012-05-15 Simon GlassAdd abs() macro to return absolute value
2012-05-15 Simon Glassfdt: Add function to return next compatible subnode
2012-05-15 Simon Glassfdt: Add function to locate an array in the device...
2012-05-15 Marek Vasuti.MX28: Implement boot pads sampling and reporting
2012-05-15 Marek VasutM28EVK: Add SD update command
2012-05-15 Fabio Estevammx53loco: Add CONFIG_REVISION_TAG
2012-05-15 Fabio Estevammx53loco: Turn on VUSB regulator
2012-05-15 Fabio Estevammx53loco: Add mc34708 support and set mx53 frequency...
2012-05-15 Fabio Estevampmic: dialog: Avoid name conflicts
2012-05-15 Eric Nelsoni.MX6: mx6q_sabrelite: add SATA bindings
2012-05-15 Lauri Hintsalamx28evk: add NAND support
2012-05-15 Marek VasutM28: Scan only first 512 MB of DRAM to avoid memory...
2012-05-15 Marek VasutM28: Enable FDT support
2012-05-15 Fabio Estevammx53loco: Add support for 1GHz operation for DA9053...
next