aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-15Use 'unsigned int' for global_data's baudrateSimon Glass1-1/+1
2013-03-15sparc: Fix build warnings in serial.cSimon Glass2-20/+0
2013-03-15sparc: Fix out-of-tree buildingSimon Glass2-14/+0
2013-03-15serial: ns16550: Remove unwanted castSimon Glass1-1/+1
2013-03-15avr32: Fix cast warning in board.cSimon Glass1-2/+2
2013-03-15blackfin: Remove noreturn attribute from cpu_init_f()Simon Glass1-1/+0
2013-03-15blackfin: Fix up board_type global dataSimon Glass2-1/+2
2013-03-15exynos5: Enable generic board for Exynos5 device tree boardsSimon Glass1-0/+1
2013-03-15x86: Enable generic boardSimon Glass1-0/+1
2013-03-15tegra: Enable generic board for TegraSimon Glass1-0/+2
2013-03-15x86: Enable generic board supportSimon Glass4-0/+19
2013-03-15x86: Use sections header to obtain link symbolsSimon Glass6-12/+5
2013-03-15x86: Adjust board_r.c for x86Simon Glass1-2/+21
2013-03-15x86: Adjust board_f.c for x86Simon Glass1-2/+81
2013-03-15ppc: Enable generic board supportSimon Glass3-0/+12
2013-03-15Adjust board_r.c for ppcSimon Glass3-3/+485
2013-03-15Adjust board_f.c for ppcSimon Glass1-2/+332
2013-03-15Add CONFIG_SYS_SYM_OFFSETS to support offset symbolsSimon Glass2-0/+21
2013-03-15arm: Enable generic board supportSimon Glass3-0/+15
2013-03-15arm: Remove use of board_early_init_r/last_stage_init()Simon Glass2-4/+4
2013-03-15Add spl load featureSimon Glass1-0/+13
2013-03-15Introduce generic post-relocation board_r.cSimon Glass3-1/+425
2013-03-15Introduce generic pre-relocation board_f.cSimon Glass7-6/+591
2013-03-15Declare watchdog functions in watchdog.hSimon Glass4-9/+22
2013-03-15__HAVE_ARCH_GENERIC_BOARD controls availabilty of generic boardSimon Glass2-0/+18
2013-03-15Introduce a basic initcall implementationSimon Glass3-0/+65
2013-03-15Change stub example to use asm-generic/sections.hSimon Glass4-13/+12
2013-03-15arm: Use sections header to obtain link symbolsSimon Glass4-4/+3
2013-03-15Introduce generic link section.h symbol filesSimon Glass16-4/+447
2013-03-15Replace __bss_end__ with __bss_endSimon Glass184-207/+207
2013-03-15Introduce generic u-boot.h fileSimon Glass1-0/+162
2013-03-12I2C: S3C24X0: Bug fixes in i2c_transferRajeshwari Shinde1-8/+6
2013-03-12I2C: S3C24X0: Remove the dead codeRajeshwari Shinde1-7/+0
2013-03-12cmd_mem.c: Fix warning when CONFIG_CMD_MEMTEST is not setTom Rini1-1/+1
2013-03-12CONFIG_BOOTDELAY default should not affect runtimeJoe Hershberger1-8/+6
2013-03-12common/main: move set_working_fdt_addr to enable usage of $fdtaddrBarak Wasserstrom1-4/+4
2013-03-12env: fix "env ask" commandWolfgang Denk1-26/+28
2013-03-12cmd_fat.c: Note in fatread help about alignment requirementsTom Rini1-0/+3
2013-03-11env: Allow accessing non-mtd devicesLubomir Rintel2-10/+27
2013-03-11cmd_df.c: Delete this clearly unused source file.Robert P. J. Day1-36/+0
2013-03-11cmd_mtdparts.c: Correct "reseting" to "resetting" in error msgsRobert P. J. Day1-3/+3
2013-03-11Allow u-boot to be silent without forcing Linux to beJoe Hershberger2-5/+7
2013-03-11Fix a couple typoes in tools/env/READMERobert P. J. Day1-2/+2
2013-03-11tools: update checkpatch to latest upstream versionKim Phillips1-192/+556
2013-03-11tools: enable more checkpatch tests by defaultKim Phillips1-0/+3
2013-03-11cmd_part: don't print cmd name twice in helpStephen Warren1-1/+1
2013-03-11MAKEALL: fix kill_children for BSD hostsAndreas Bießmann1-2/+14
2013-03-11mvsata_ide.c: Correction of typo in commentsGray Remlin1-2/+2
2013-03-11ppc: Remove PCIPPC2 and PCIPPC6 boardsStefan Roese27-3046/+5
2013-03-11display_options:print_buffer: align ASCII printAndreas Bießmann1-6/+14