aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-07fs:ext4:fix: Code refactoring to suppress compiler warningsŁukasz Majewski3-9/+11
2012-12-07fs:ext4:write: Store block device descriptor in file system structureŁukasz Majewski1-0/+1
2012-12-07fs:ext4:write: Add lldiv and do_div to perform 64-32 bits divisionŁukasz Majewski1-2/+3
2012-12-07Change e-mail address of Luka PerkovLuka Perkov10-10/+10
2012-12-07serial_pl011: Set RTS during initializationJoshua Housh1-2/+2
2012-12-07MAINTAINERS: Add a pointer to the custodians page.Robert P. J. Day1-0/+4
2012-12-06add include/u-boot.lst to .gitignoreLuka Perkov1-1/+1
2012-12-06README: Explain how to generate the CHANGELOG file.Robert P. J. Day1-0/+5
2012-12-06cmd_led.c: Standardize format of help and usage info.Robert P. J. Day1-3/+3
2012-12-06Allow CONFIG_BOARD_SIZE_LIMIT to be specified in hexJoe Hershberger1-5/+5
2012-12-06part: check each variable for capability calculationJerry Huang1-1/+1
2012-12-06cbfs: Add docbook templateSimon Glass2-34/+37
2012-12-06cbfs: Remove mention of CREDITS filesSimon Glass3-9/+1
2012-12-06lzma: update to lzma sdk 9.20Stefan Reinauer5-34/+91
2012-12-06MAKEALL: Add options for incremental buildingJoe Hershberger1-8/+33
2012-12-06MAKEALL: Fix kill_childrenJoe Hershberger1-2/+24
2012-12-064xx: Fix PCI memory mapping on CPCI405 boardsMatthias Fuchs4-4/+4
2012-12-05Makefile: Add target for combined spl/u-boot.bin & u-boot.imgStefan Roese1-0/+3
2012-12-05Makefile: Add possibility to set entry-point for u-boot.imgStefan Roese1-1/+10
2012-12-05mpc5200: Add a3m071 board supportStefan Roese7-0/+866
2012-12-05mpc5200: Add SPL supportStefan Roese6-0/+201
2012-12-05env: Enable getenv_f() for SPL_BUILDStefan Roese1-0/+3
2012-12-05SPL: Port SPL framework to powerpcStefan Roese3-0/+62
2012-12-05powerpc: Extract EPAPR_MAGIC constants into processor.hStefan Roese3-7/+6
2012-12-03Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini26-112/+460
2012-11-30x86: Don't spam POST80 codes with slow IO functionsStefan Reinauer1-1/+1
2012-11-30x86: Define CONFIG_SYS_VSNPRINTF for corebootSimon Glass1-0/+1
2012-11-30x86: Fix typo in pcat_timer.cStefan Reinauer1-1/+1
2012-11-30x86: Include types.h explicitly in the i386 version of io.hGabe Black1-0/+2
2012-11-30x86: Add a dummy implementation for timer_get_usGabe Black2-1/+18
2012-11-30x86: Add a default implementation for cleanup_before_linux()Gabe Black2-0/+6
2012-11-30x86: Add a minimal device tree for alex x86Gabe Black1-0/+30
2012-11-30x86: Add an fdt pointer to the global data structureGabe Black1-0/+1
2012-11-30x86: video: Add coreboot framebuffer supportStefan Reinauer2-0/+102
2012-11-30x86: Remove coreboot start16 codeSimon Glass2-34/+0
2012-11-30x86: Allow compiling out realmode/bios codeGabe Black4-5/+16
2012-11-30x86: Select stdio devices for corebootSimon Glass1-0/+12
2012-11-30x86: Add console command to display CBMEM console bufferVadim Bendebury1-0/+67
2012-11-30x86: Add CBMEM console driver for corebootVadim Bendebury3-1/+7
2012-11-30x86: coreboot: Decode additional coreboot sysinfo tagsSimon Glass3-29/+188
2012-11-30x86: coreboot: Drop sysinfo.cStefan Reinauer3-40/+8
2012-11-30Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2-8/+14
2012-11-30include/linux/byteorder: Always defines __fswab64, __swab64p and __swab64sNobuhiro Iwamatsu1-2/+0
2012-11-30serial: serial_sh: bugfix: autoboot fails if serial console is not connectedTetsuyuki Kobayashi1-7/+13
2012-11-30sh: fix trigger_address_error()Yoshihiro Shimoda1-1/+1
2012-11-29Merge branch 'master' of git://git.denx.de/u-boot-fdtTom Rini1-2/+0
2012-11-28fdt: Correct global_data condition in mainSimon Glass1-2/+0
2012-11-28Merge branch 'master' of git://www.denx.de/git/u-boot-x86Tom Rini23-89/+181
2012-11-28x86: coreboot: Enable LPC TPMSimon Glass1-0/+4
2012-11-28x86: Remove coreboot start16 codeSimon Glass2-14/+1