summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeLines
* blackfin: run core1 from L1 code sram start address in uboot init code on core 0Sonic Zhang2013-05-13-0/+10
* blackfin: reduce size of u-boot.ldr in bf548-ezkit default config.Bob Liu2013-05-13-14/+9
* Move FDT_RAMDISK_OVERHEAD from fdt.h to libfdt_env.hGerald Van Baren2013-05-10-2/+3
* Added license header to dtc/libfdt/fdt.h and libfdt_env.hJustin Sobota2013-05-10-0/+51
* Fix typoFrançois Revol2013-05-10-1/+1
* Export fdt_stringlist_contains()Simon Glass2013-05-10-0/+14
* fs/ext4: Support device block sizes != 512 bytesEgbert Eich2013-05-10-9/+4
* gpio: Add support for microblaze xilinx GPIOMichal Simek2013-05-09-1/+2
* Merge branch 'master' of git://www.denx.de/git/u-boot-mmcTom Rini2013-05-07-0/+30
|\
| * mmc: Split device init to decouple OCR-polling delayChe-Liang Chiou2013-05-06-0/+30
* | usb: common: Use a global definition for 'min3'Vivek Gautam2013-05-06-4/+21
* | usb: fix: Fixing Port status and feature number constantsVivek Gautam2013-05-06-16/+23
* | USB: SS: Add support for Super Speed USB interfaceVivek Gautam2013-05-05-1/+29
* | USB: Some cleanup prior to USB 3.0 interface additionVivek Gautam2013-05-05-1/+1
* | usb: Add new command to set USB 2.0 port test modesJulius Werner2013-05-05-0/+13
|/
* P1022DS: Set CONFIG_SPL_MAX_SIZE directlyTom Rini2013-05-03-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2013-05-02-14/+119
|\
| * powerpc/85xx: set USB2 default mode to 'device' for (super)hydra boardsShaohui Xie2013-05-02-0/+1
| * powerpc/p1022ds: Add support for NAND and NAND boot using SPLMatthew McClintock2013-05-02-14/+118
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxxTom Rini2013-05-02-31/+64
|\ \ | |/ |/|
| * mpc5200: a3m071/a4m2k: Miscellaneous updates and fixesStefan Roese2013-05-02-25/+62
| * mpc5200: a3m071/a4m2k: Fix problem with increased global_data structStefan Roese2013-05-02-3/+1
| * mpc5200: a3m071/a4m2k: Enable flash verify optionStefan Roese2013-05-02-0/+1
| * mpc512x: remove dead codeAnatolij Gustschin2013-05-02-3/+0
* | omap5_uevm: Enable redundant MMC environmentTom Rini2013-05-01-0/+2
* | mx28evk: Guard NAND-related ENV defines with CONFIG_ENV_IS_IN_NANDTom Rini2013-05-01-2/+2
* | tx25: add CONFIG_SPL_LIBGENERIC_SUPPORTAndreas Bießmann2013-05-01-0/+1
* | mx31pdk: add CONFIG_SPL_LIBGENERIC_SUPPORTAndreas Bießmann2013-05-01-0/+1
* | part/dev_desc: Add log2 of blocksize to block_dev_desc data structEgbert Eich2013-05-01-0/+5
* | disk/iso: Add Support for block sizes > 512 byte to ISO partition supportEgbert Eich2013-05-01-1/+1
* | disk/gpt: Fix GPT partition handling for blocksize != 512Egbert Eich2013-05-01-4/+13
* | mmc: Define a constant for the maximum block sizeSimon Glass2013-05-01-0/+3
* | amcc-common.h: enable support for "env grep", "setexpr", and regex.Wolfgang Denk2013-05-01-0/+3
* | amcc-common.h: minor white space cleanupWolfgang Denk2013-05-01-3/+3
* | m28evk: enable "env grep" and regexp supportWolfgang Denk2013-05-01-0/+3
* | m28evk: white space cleanupWolfgang Denk2013-05-01-128/+128
* | "env grep" - add support for regular expression matchesWolfgang Denk2013-05-01-2/+3
* | Add SLRE - Super Light Regular Expression libraryWolfgang Denk2013-05-01-0/+100
* | "env grep" - reimplement command using hexport_r()Wolfgang Denk2013-05-01-6/+0
* | hashtable: preparations to use hexport_r() for "env grep"Wolfgang Denk2013-05-01-1/+7
|/
* sandbox: config: Enable CONFIG_FIT and CONFIG_CMD_FITSimon Glass2013-05-01-0/+2
* sandbox: fs: Add support for saving files to host filesystemSimon Glass2013-05-01-0/+1
* fs: Add support for saving data to filesystemsSimon Glass2013-05-01-0/+2
* Add getenv_hex() to return an environment variable as hexSimon Glass2013-05-01-0/+13
* sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host fileSimon Glass2013-05-01-0/+2
* sandbox: Switch over to generic boardSimon Glass2013-05-01-4/+5
* sandbox: Provide a way to map from host RAM to U-Boot RAMSimon Glass2013-05-01-0/+5
* Merge branch 'microblaze' of git://www.denx.de/git/u-boot-microblazeTom Rini2013-05-01-1/+16
|\
| * watchdog: Add support for Xilinx Microblaze watchdogMichal Simek2013-04-30-0/+8
| * microblaze: Enable netconsoleMichal Simek2013-04-30-1/+8