]> git.kernelconcepts.de Git - karo-tx-uboot.git/shortlog
karo-tx-uboot.git
2012-12-14 Tom RiniPrepare v2013.01-rc2 v2013.01-rc2
2012-12-13 Tom Riniomap3_evm: Let CONFIG_EFI_PARTITION be set for SPL
2012-12-13 Joe Hershbergerenv: Handle write-once ethaddr and serial# generically
2012-12-13 Joe Hershbergerenv: Implement the env delete command
2012-12-13 Joe Hershbergerenv: Add setenv force support
2012-12-13 Joe Hershbergerenv: Add support for access control to .flags
2012-12-13 Joe Hershbergerenv: Add a command to display details about env flags
2012-12-13 Joe Hershbergertools/env: Add environment variable flags support
2012-12-13 Joe Hershbergerenv: Add environment variable flags
2012-12-13 Joe Hershbergerenv: Add a silent env handler
2012-12-13 Joe Hershbergerenv: Add a console env handler
2012-12-13 Joe Hershbergerenv: Add a loadaddr env handler
2012-12-13 Joe Hershbergerenv: Add a baudrate env handler
2012-12-13 Joe Hershbergerenv: Add a bootfile env handler
2012-12-13 Joe Hershbergerenv: Add a command to view callbacks
2012-12-13 Joe Hershbergerenv: Add support for callbacks to environment vars
2012-12-13 Joe Hershbergerenv: Hide '.' variables in env print by default
2012-12-13 Joe Hershbergerenv: Use getenv_yesno() more generally
2012-12-13 Joe Hershbergerenv: Refactor apply into change_ok
2012-12-13 Joe Hershbergerenv: Consolidate common code in hsearch_r()
2012-12-13 Joe Hershbergerenv: Refactor do_apply to a flag
2012-12-13 Joe HershbergerMake linux kernel string funcs available to tools
2012-12-13 Lukasz Majewskigpt: Enable support for GPT partition table restoration...
2012-12-13 Piotr Wilczekgpt: Support for new "gpt" command
2012-12-13 Lukasz Majewskigpt: Support for GPT (GUID Partition Table) restoration
2012-12-13 Chang Hyun... gpt: The leXX_to_int() calls replaced with ones defined...
2012-12-13 Lukasz Majewskigpt:doc: GPT (GUID Partition Table) documentation
2012-12-13 Lukasz Majewskipart:efi: Move part_efi.h file to ./include
2012-12-13 Lukasz Majewskivsprintf:fix: Change type returned by ustrtoul
2012-12-12 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mips
2012-12-12 Joe Hershbergermips: serial: Fix busted manual relocation
2012-12-12 Daniel SchwierzeckMIPS: constify mips_io_port_base
2012-12-11 Łukasz Majewskicmd:spl:fix: Prevent from a build error on boards,...
2012-12-11 Simon Glassexynos: Enable hashing functions and EDID for smdk5250
2012-12-11 Luigi Semenzatotpm: Add TPM stress test
2012-12-11 Simon Glassconsole: Enable function to display console info
2012-12-11 Vadim BendeburyAdd console command to access io space registers
2012-12-11 Tom Wai-Hong Tamfdt: edid: Enable fdt_add_edid() function when CONFIG_L...
2012-12-11 Tom Wai-Hong Tamedid: Add I2C command for printing the EDID
2012-12-11 Tom Wai-Hong Tamedid: Library of EDID decode and print
2012-12-11 Simon GlassAdd hash command to perform hashing using various algor...
2012-12-11 Simon Glasssha1sum: Use generic hash layer
2012-12-11 Simon GlassAdd generic hash API
2012-12-11 Simon GlassAdd strcasecmp() and strncasecmp()
2012-12-11 Simon Glasssha256: Use const where possible and add watchdog function
2012-12-11 Simon Glasssha1: Use const where possible, and unsigned for input len
2012-12-11 Vincent Palatinstdio: remove useless strncpy
2012-12-11 Simon GlassFix use of conditional LMB
2012-12-11 Kenneth WatersAdd a command to read raw blocks from a partition
2012-12-11 Anton StaafAdd gettime command
2012-12-11 Simon GlassAdd new bootstage step for the main loop
2012-12-11 Nikita Kiryanovgpio: remove duplicate function signature
2012-12-11 Armando Viscontidesignware_i2c.h: Define IC_CLK only if not already...
2012-12-11 Armando Viscontidesignware_i2c.h: Fixed the correct values for SCL...
2012-12-11 Armando Viscontidesignware_i2c: Fixed the setting of the i2c bus speed
2012-12-11 Armando Viscontidesignware_i2c: Added s/w generation of stop bit
2012-12-11 Armando Viscontidesignware_i2c.c: Added the support for MULTI_BUS
2012-12-11 Piotr Wilczekdrivers:i2c: Modify I2C driver for Exynos4
2012-12-11 Piotr Wilczekexynos:pinmux: Add pinmux support for i2c
2012-12-11 Piotr Wilczekexynos:cpu: Add Exynos4 I2C spacing
2012-12-11 Piotr Wilczekexynos:clock: Add i2c clock
2012-12-11 Vincent Stehléomap24xx_i2c: Handle OMAP5 like OMAP2,3,4
2012-12-11 Marek Vasutmxs: i2c: Implement algorithm to set up arbitrary i2c...
2012-12-11 Marek Vasutmxs: i2c: Restore speed setting after block reset
2012-12-11 Marek Vasuti2c: mxs: Fix TIMING2 register value
2012-12-11 Marek Vasuti2c: mxs: Use i2c_set_bus_speed() in i2c_init()
2012-12-11 Marek Vasuti2c: mxs: Implement i2c_get/set_bus_speed()
2012-12-11 Marek Vasuti2c: mxs: Abstract out the MXS I2C speed setup
2012-12-11 Marek Vasuti2c: kerneldoc: Add kerneldoc annotations to cmd_i2c.c
2012-12-11 Marek Vasuti2c: Staticize local functions in mxc i2c driver
2012-12-11 Marek Vasuti2c: Use __weak instead of __attribute__((weak, alias))
2012-12-11 Andreas Bießmannsoft_i2c: add necessary includes for AVR32
2012-12-11 Lars RasmussonCorrect comment to show the parameters as defined in...
2012-12-08 Daniel SchwierzeckMIPS: constify address pointer in test_bit()
2012-12-08 Zhi-zhou ZhangMIPS: fix a latent bug on initialize $gp
2012-12-07 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-x86
2012-12-07 Łukasz Majewskifs:ext4:write: Initialize cache aligned filename buffer
2012-12-07 Łukasz Majewskifs:ext4:fix: Code refactoring to suppress compiler...
2012-12-07 Łukasz Majewskifs:ext4:write: Store block device descriptor in file...
2012-12-07 Łukasz Majewskifs:ext4:write: Add lldiv and do_div to perform 64-32...
2012-12-07 Luka PerkovChange e-mail address of Luka Perkov
2012-12-07 Joshua Houshserial_pl011: Set RTS during initialization
2012-12-07 Robert P. J... MAINTAINERS: Add a pointer to the custodians page.
2012-12-06 Simon Glassx86: Fix coreboot config to boot on Chromebook
2012-12-06 Gabe Blackx86: Turn on support for EFI's GPT in the coreboot...
2012-12-06 Simon Glassx86: coreboot: Enable video display
2012-12-06 Simon Glassx86: Build vga video code only if CONFIG_VIDEO_VGA...
2012-12-06 Simon Glassx86: Remove video_init() prototype from u-boot-x86.h
2012-12-06 Duncan Laurievideo: Check for valid FB pointer before clearing
2012-12-06 Stefan Reinauerx86: drop unused code in coreboot.c
2012-12-06 Stefan Reinauerx86: Remove coreboot_ from file name
2012-12-06 Vadim Bendeburyx86: Provide a way to throttle port80 accesses
2012-12-06 Vadim Bendeburyx86: Provide tick counter and frequency reference for...
2012-12-06 Duncan Lauriex86: Issue SMI to finalize Coreboot in final stage
2012-12-06 Duncan Lauriex86: Fix MTRR clear to detect which MTRR to use
2012-12-06 Stefan Reinauerx86: Emit port 80 post codes in show_boot_progress()
2012-12-06 Simon Glassx86: fdt: Create basic .dtsi file for coreboot
2012-12-06 Gabe Blackx86: coreboot: Set CONFIG_ARCH_DEVICE_TREE correctly
2012-12-06 Gabe Blackx86: Add support for CONFIG_OF_CONTROL
2012-12-06 Stefan Reinauerx86: Add CONFIG_DELAY_ENVIRONMENT to delay environment...
next