]> git.kernelconcepts.de Git - karo-tx-uboot.git/shortlog
karo-tx-uboot.git
2015-01-20 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-usb
2015-01-20 Sinan AkmanMAINTAINERS: add me as the maintainer of mpc837xerdb
2015-01-20 Sinan AkmanUse generic board architecture for MPC837xERDB
2015-01-20 Simon Glassimx: ls102xa: Remove reference to gdata
2015-01-20 Simon Glassimx: woodburn: Remove reference to gdata
2015-01-20 Simon Glassimx: cm_fx6: Remove reference to gdata
2015-01-20 Simon Glasszynq: Remove reference to gdata
2015-01-18 Rene Griesslusb: eth: asix88179: add ability to modify MAC address
2015-01-18 Hans de Goedemusb-new: Add interrupt queue support
2015-01-18 Hans de Goedemusb-new: Add urb and hep parameters to construct_urb
2015-01-18 Hans de Goedemusb-new: Properly remove a transfer from the schedule...
2015-01-18 Hans de Goedemusb-new: Fix reset sequence when in host mode
2015-01-18 Hans de Goedemusb-new: Fix interrupt transfers not working
2015-01-18 Hans de Goedemusb-new: Use time based timeouts rather then cpu-cycle...
2015-01-18 Hans de Goedemusb-new: Add sunxi musb controller support
2015-01-18 Hans de Goedemusb-new: Add register defines for different reg layout...
2015-01-18 Hans de Goedeusb: Do not log an error when no devices is plugged...
2015-01-18 Hans de Goedeusb: Fix usb_kbd_deregister when console-muxing is...
2015-01-18 Hans de Goedeusb: Add an interval parameter to create_int_queue
2015-01-18 Hans de Goedeconfig_distro_bootcmd.h: Remove unnecessary magic to...
2015-01-18 Hans de GoedeUSB: make "usb start" start usb only once
2015-01-18 Alex Sadovskyusb: gadget: pxa25x_udc: fix use-before-initialized bug
2015-01-18 Stefan Roeseusb: gadget: f_dfu: Add get_alt function to pass the...
2015-01-18 Stefan Roeseusb: gadget: composite: Fix NULL pointer crash in USB...
2015-01-16 Simon Glasssunxi: Drop use of lowlevel_init()
2015-01-16 Simon Glasssunxi: Move SPL s_init() code to board_init_f()
2015-01-16 Simon Glassarm: Add warnings about using gdata
2015-01-16 Tom RiniTI ARMv7: Don't use GD before crt0.S has set it
2015-01-16 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-ti
2015-01-16 Masahiro Yamadapowerpc: 74xx_7xx: remove 74xx_7xx cpu support
2015-01-16 Masahiro Yamadampc8xx: remove unused linker script
2015-01-16 Masahiro Yamadappc4xx: remove dead code
2015-01-15 Tom RiniMerge branch 'buildman' of git://git.denx.de/u-boot-x86
2015-01-15 Simon Glassbuildman: Add an option to write the full build output
2015-01-15 Simon Glassbuildman: Add the option to download toolchains from...
2015-01-15 Simon Glassbuildman: Allow architecture to alias to multiple toolc...
2015-01-15 Simon Glassbuildman: Don't use the local settings when running...
2015-01-15 Simon Glassbuildman: Don't complain about missing sections in...
2015-01-15 Simon Glassbuildman: Add documentation about the .buildman file
2015-01-15 Simon Glassbuildman: Add a note about Python pre-requisites
2015-01-15 Simon Glassbuildman: Add an option to use the full tool chain...
2015-01-15 Simon Glassbuildman: Put the toolchain path first instead of last...
2015-01-15 Simon Glassbuildman: Try to avoid hard-coded string parsing
2015-01-15 Simon Glassbuildman: Allow specifying a range of commits to build
2015-01-15 Simon Glassbuildman: Don't remove entire output directory when...
2015-01-15 Simon Glassbuildman: Add an option to flatten output directory...
2015-01-15 Simon Glassbuildman: Try to guess the upstream commit
2015-01-15 Simon Glassbuildman: Don't prune output space for 'current source...
2015-01-15 Simon Glassbuildman: Put build in 'current', not 'current/current'
2015-01-15 Simon Glassbuildman: Add tests that check the correct output direc...
2015-01-14 Tom RiniMerge branch 'next' of git://git.denx.de/u-boot-video
2015-01-14 Michal Simeknet: Declare physical address as phys_addr_t unsigned...
2015-01-14 Michal SimekARM: armv8: Fix typo in commentary
2015-01-14 Michal Simekdoc: ARM: Use the right function name
2015-01-14 Alexey BrodkinKconfig: move CONFIG_SYS_CLK_FREQ to Kconfig
2015-01-14 Masahiro Yamadaspl: spl_nor: surround Linux-load code with #ifdef...
2015-01-14 Marek Vasutimage: Enable OpenRTOS booting via fitImage
2015-01-14 Marek Vasutimage: bootm: Add OpenRTOS image type
2015-01-14 Evgeni DobrevAdd support for Seagate BlackArmor NAS220
2015-01-14 Bill Pringlemeirarm: vf610: Remove duplicate MTD defines.
2015-01-14 Simon Glasslzo: Update dst_len even on error
2015-01-14 Simon Glassgunzip: Update lenp even on error
2015-01-14 Simon Glassbzlib: Update destLen even on error
2015-01-14 Simon Glassbootm: Factor out common parts of image decompression...
2015-01-14 Simon Glassbootm: Use print_decomp_msg() in all cases
2015-01-14 Simon Glasstest: Add unit tests for bootm image decompression
2015-01-14 Simon Glasstest: Rename test_compression to ut_compression
2015-01-14 Simon Glassbootm: Export bootm_decomp_image()
2015-01-14 Simon Glasstest: Add DEBUG output option to test-fit.py
2015-01-14 Simon Glasssandbox: Correct ordering of 'sb save' commands
2015-01-14 Simon Glassbootm: Move compression progress/error messages into...
2015-01-14 Simon Glasslzma: fix buffer bound check error further
2015-01-14 Wolfgang Denkcommon/memsize.c: Coding style cleanup
2015-01-14 Meier, Roger.travis.yml: build u-boot on travis-ci
2015-01-14 Tom RiniMerge branch 'buildman' of git://git.denx.de/u-boot-x86
2015-01-14 Masahiro YamadaREADME.scrapyard: fill commit and date fields
2015-01-14 Masahiro Yamadascripts: add a utility to fill blank fields of doc...
2015-01-14 Hans de Goedesunxi: usbc: Add support for usb-vbus0 controller by...
2015-01-14 Hans de Goedesunxi: usbc: Add support for usb0 to the common usbc...
2015-01-14 Hans de Goedesunxi: Move usb-controller init code out of ehci-sunxi...
2015-01-14 Hans de Goedesunxi: axp221: Add support for controlling the drivebus pin
2015-01-14 Hans de Goedesunxi: axp221: Protect axp221_init against multiple...
2015-01-14 Chen-Yu Tsaisunxi: axp221: correct ALDO2 description for sun6i
2015-01-14 Chen-Yu Tsaisunxi: Hummingbird_A31_defconfig: Enable VGA output...
2015-01-14 Chen-Yu Tsaisunxi: video: Add support for external DAC enable pin
2015-01-14 Chen-Yu Tsaisunxi: video: Allow external DACs for VGA on platforms...
2015-01-14 Siarhei Siamashkasunxi: Enable pre-console buffer
2015-01-14 Siarhei Siamashkaconsole: Use pre-console buffer to get complete log...
2015-01-14 Jan Kiszkasun7i: Move psci_arch_init close to text_end
2015-01-14 Jan Kiszkasun7i: Add support for taking CPUs offline via PSCI
2015-01-14 Hans de Goedesunxi: video: Add lvds support
2015-01-14 Zoltan HERPAIsunxi: add Linksprite pcDuino v1/v2 support
2015-01-14 Hans de Goedesunxi: video: Add a hpd_delay parameter to configure...
2015-01-14 Hans de Goedesunxi: video: Add VGA output support
2015-01-14 Hans de Goedesunxi: video: Fallback from HDMI to VGA on boards with VGA
2015-01-14 Hans de Goedesunxi: video: Add support for using PORTD hsync/vsync...
2015-01-14 Hans de Goedesunxi: video: Use sunxi_lcdc_get_clk_delay to calculate...
2015-01-14 Hans de Goedesunxi: video: Remove sunxi_display.enabled variable
2015-01-14 Hans de Goedesunxi: Ippo_q8h defconfigs: Enable the LCD panel found...
2015-01-14 Hans de Goedesunxi: A13-OLinuXino defconfigs: Enable VGA output...
next