aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-07-06lib/powerpc: addrmap_phys_to_virt() should return a pointerTimur Tabi
2012-07-06powerpc/85xx: clean up P1022DS board configuration header fileTimur Tabi
2012-07-06powerpc/85xx: minor clean-ups to the P2020DS board header fileTimur Tabi
2012-07-06powerpc/mpc85xx:Add BSC9131 RDB SupportPrabhakar Kushwaha
2012-07-06powerpc/85xx: Add USB device-tree fixup for various platformsramneek mehresh
2012-06-21pxe: add support for parsing local syslinux filesRob Herring
2012-06-21Block: Remove MG DISK supportMarek Vasut
2012-06-20hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.cTom Rini
2012-06-20CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place thereTom Rini
2012-06-19lmb: do not export anything without CONFIG_LMBMike Frysinger
2012-06-15km/common: check test_bank and testpin for testbootThomas Herzmann
2012-06-15powerpc/83xx: configure CONFIG_POST for kmcoge5neThomas Herzmann
2012-06-15km/common: increase bootlimit to 3Holger Brunck
2012-06-15powerpc/83xx: add kmcoge5ne board supportHolger Brunck
2012-06-15km/common: add support for second flashAndreas Huber
2012-06-15powerpc83xx/km: remove unneeded CONFIG_PCI for kmeter1Holger Brunck
2012-06-15powerpc/83xx/km: use tuxx1.h for kmsupx5 targetHolger Brunck
2012-06-15powerpc/83xx: increment malloc heap size for the MPC832x MDS boardsTimur Tabi
2012-06-07Merge branch 'master' of git://git.denx.de/u-boot-videoWolfgang Denk
2012-06-07Merge branch 'master' of git://git.denx.de/u-boot-mipsWolfgang Denk
2012-06-05video: atmel/lcd: add LCD driver for new Atmel SoCBo Shen
2012-06-03MIPS: board.c: move extern declarations to u-boot-mips.hDaniel Schwierzeck
2012-05-28sh: Add SH7269 device and RSK2+SH7269 boardPhil Edworthy
2012-05-28sh: Set CONFIG_SH_ETHER_PHY_MODE and CONFIG_SH_ETHER_SH7734_MII to boards wit...Nobuhiro Iwamatsu
2012-05-28sh: Add support for AP-SH4A-4A boardNobuhiro Iwamatsu
2012-05-28sh: r0p7734: Add support I2C controllerNobuhiro Iwamatsu
2012-05-28sh: Add support for r0p7734 boardNobuhiro Iwamatsu
2012-05-25mx53loco: Add LCD supportFabio Estevam
2012-05-25mx5: Rename mx51_fb_init()Fabio Estevam
2012-05-25mx51evk: Add LCD supportFabio Estevam
2012-05-25EXYNOS: display 32bpp bitmap TIZEN logoDonghwa Lee
2012-05-25create lib/tizen directoryDonghwa Lee
2012-05-25cmd_bmp.c: make bmp_display() usable by drivers or board codeAnatolij Gustschin
2012-05-25include/video.h: drop unused video_printf()Anatolij Gustschin
2012-05-23net: Allow filtering on debug traces in the net subsystemJoe Hershberger
2012-05-23net: Add link-local addressing supportJoe Hershberger
2012-05-23net: Don't copy every packet that waits for an ARPJoe Hershberger
2012-05-23net: Fix net buffer initializationJoe Hershberger
2012-05-23net: Add net_update_ether() to handle ARP and Ping repliesJoe Hershberger
2012-05-23net: Refactor to separate the UDP handler from the ARP handlerJoe Hershberger
2012-05-23net: Refactor to protect access to the NetState variableJoe Hershberger
2012-05-23net: Refactor to use NetSendPacket instead of eth_send directlyJoe Hershberger
2012-05-23net: Refactor IP, UPD, and ICMP header writing functionsJoe Hershberger
2012-05-23net: cosmetic: Replace magic numbers in arp.c with constantsJoe Hershberger
2012-05-23net: cosmetic: Add a more explicit comment about 802.2Joe Hershberger
2012-05-23net: cosmetic: Rename parameter len to payload_lenJoe Hershberger
2012-05-23net: cosmetic: Un-typedef ICMP_tJoe Hershberger
2012-05-23net: cosmetic: Un-typedef ARP_tJoe Hershberger
2012-05-23net: cosmetic: Un-typedef VLAN_Ethernet_tJoe Hershberger
2012-05-23net: cosmetic: Un-typedef Ethernet_tJoe Hershberger