aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-06-21Block: Remove MG DISK supportMarek Vasut3-61/+0
2012-06-20hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.cTom Rini263-449/+0
2012-06-20CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place thereTom Rini239-400/+16
2012-06-19lmb: do not export anything without CONFIG_LMBMike Frysinger1-0/+2
2012-06-15km/common: check test_bank and testpin for testbootThomas Herzmann1-1/+3
2012-06-15powerpc/83xx: configure CONFIG_POST for kmcoge5neThomas Herzmann1-0/+8
2012-06-15km/common: increase bootlimit to 3Holger Brunck1-1/+1
2012-06-15powerpc/83xx: add kmcoge5ne board supportHolger Brunck3-172/+283
2012-06-15km/common: add support for second flashAndreas Huber4-19/+43
2012-06-15powerpc83xx/km: remove unneeded CONFIG_PCI for kmeter1Holger Brunck1-15/+0
2012-06-15powerpc/83xx/km: use tuxx1.h for kmsupx5 targetHolger Brunck2-100/+13
2012-06-15powerpc/83xx: increment malloc heap size for the MPC832x MDS boardsTimur Tabi1-1/+1
2012-06-07Merge branch 'master' of git://git.denx.de/u-boot-videoWolfgang Denk8-6/+306
2012-06-07Merge branch 'master' of git://git.denx.de/u-boot-mipsWolfgang Denk1-0/+3
2012-06-05video: atmel/lcd: add LCD driver for new Atmel SoCBo Shen2-1/+233
2012-06-03MIPS: board.c: move extern declarations to u-boot-mips.hDaniel Schwierzeck1-0/+3
2012-05-28sh: Add SH7269 device and RSK2+SH7269 boardPhil Edworthy1-0/+76
2012-05-28sh: Set CONFIG_SH_ETHER_PHY_MODE and CONFIG_SH_ETHER_SH7734_MII to boards wit...Nobuhiro Iwamatsu5-0/+6
2012-05-28sh: Add support for AP-SH4A-4A boardNobuhiro Iwamatsu1-0/+176
2012-05-28sh: r0p7734: Add support I2C controllerNobuhiro Iwamatsu1-0/+17
2012-05-28sh: Add support for r0p7734 boardNobuhiro Iwamatsu1-0/+167
2012-05-25mx53loco: Add LCD supportFabio Estevam1-1/+12
2012-05-25mx5: Rename mx51_fb_init()Fabio Estevam1-1/+1
2012-05-25mx51evk: Add LCD supportFabio Estevam1-1/+12
2012-05-25EXYNOS: display 32bpp bitmap TIZEN logoDonghwa Lee2-1/+18
2012-05-25create lib/tizen directoryDonghwa Lee1-0/+29
2012-05-25cmd_bmp.c: make bmp_display() usable by drivers or board codeAnatolij Gustschin1-0/+1
2012-05-25include/video.h: drop unused video_printf()Anatolij Gustschin1-1/+0
2012-05-23net: Allow filtering on debug traces in the net subsystemJoe Hershberger2-7/+12
2012-05-23net: Add link-local addressing supportJoe Hershberger1-1/+1
2012-05-23net: Don't copy every packet that waits for an ARPJoe Hershberger1-3/+3
2012-05-23net: Fix net buffer initializationJoe Hershberger1-0/+1
2012-05-23net: Add net_update_ether() to handle ARP and Ping repliesJoe Hershberger1-0/+1
2012-05-23net: Refactor to separate the UDP handler from the ARP handlerJoe Hershberger1-2/+5
2012-05-23net: Refactor to protect access to the NetState variableJoe Hershberger1-6/+14
2012-05-23net: Refactor to use NetSendPacket instead of eth_send directlyJoe Hershberger1-1/+4
2012-05-23net: Refactor IP, UPD, and ICMP header writing functionsJoe Hershberger1-1/+3
2012-05-23net: cosmetic: Replace magic numbers in arp.c with constantsJoe Hershberger1-0/+6
2012-05-23net: cosmetic: Add a more explicit comment about 802.2Joe Hershberger1-2/+2
2012-05-23net: cosmetic: Rename parameter len to payload_lenJoe Hershberger1-2/+10
2012-05-23net: cosmetic: Un-typedef ICMP_tJoe Hershberger1-2/+4
2012-05-23net: cosmetic: Un-typedef ARP_tJoe Hershberger1-3/+2
2012-05-23net: cosmetic: Un-typedef VLAN_Ethernet_tJoe Hershberger1-3/+4
2012-05-23net: cosmetic: Un-typedef Ethernet_tJoe Hershberger1-4/+14
2012-05-23net: cosmetic: Split struct ip_udp_hdr into ip_hdrJoe Hershberger1-8/+24
2012-05-23net: cosmetic: Un-typedef IP_tJoe Hershberger1-5/+6
2012-05-23net: Move ARP out of net.cJoe Hershberger1-1/+2
2012-05-23net: Encapsulate CDP packet identificationJoe Hershberger1-2/+10
2012-05-23net: Move CDP out of net.cJoe Hershberger1-5/+3
2012-05-23net: Remove CMD_PING where there's no CMD_NETJoe Hershberger3-3/+3