]> git.ipfire.org Git - people/ms/u-boot.git/shortlog
people/ms/u-boot.git
2013-03-11  Tom RiniMerge u-boot/master into u-boot-ti/master
2013-03-11  Lokesh Vutlaarm: dra7xx: Add silicon id support for DRA752 soc
2013-03-11  Lokesh Vutlaarm: dra7xx: Add dra7xx_evm build support
2013-03-11  Lokesh Vutlaarm: dra7xx: Add board files for DRA7XX socs
2013-03-11  Lokesh Vutlaarm: dra7xx: Add DDR related data for DRA752 ES1.0
2013-03-11  Lokesh Vutlaarm: dra7xx: Add control module changes
2013-03-11  Lokesh Vutlaarm: dra7xx: clock: Add the dplls data
2013-03-11  Lokesh Vutlaarm: dra7xx: clock: Add the prcm changes
2013-03-11  Lokesh VutlaARM: OMAP5: srcomp: enable slew rate compensation cells...
2013-03-11  Lokesh VutlaARM: OMAP5: Add DDR changes required for OMAP543X ES2...
2013-03-11  SRICHARAN RARM: OMAP4/5: clocks: Add the required OPP settings...
2013-03-11  SRICHARAN RARM: OMAP5: clock: Add the prcm register changes requir...
2013-03-11  SRICHARAN RARM: OMAP5: Add silicon id support for ES2.0 revision.
2013-03-11  Lokesh VutlaARM: OMAP5: Clean up iosettings code
2013-03-11  Lokesh VutlaARM: OMAP4+: Make control module register structure...
2013-03-11  Lokesh VutlaARM: OMAP4+: Cleanup emif specific files
2013-03-11  SRICHARAN RARM: OMAP4+: Clean up the pmic code
2013-03-11  SRICHARAN RARM: OMAP4+: Cleanup the clocks layer
2013-03-11  SRICHARAN RARM: OMAP4+: Change the PRCM structure prototype common...
2013-03-11  Lokesh VutlaARM: OMAP4+: emif: Detect SDRAM from SDRAM config register
2013-03-11  Nikita Kiryanovcm_t35: prevent splashimage from being set to a bad...
2013-03-11  Nikita Kiryanovlcd: implement a callback for splashimage
2013-03-11  Mugunthan V Nam335x: cpsw: optimize cpsw_send to increase network...
2013-03-11  Tom Riniomap4_common: Enable CONFIG_CMD_BOOTZ
2013-03-11  Tom Riniomap3_beagle: Enable CONFIG_CMD_BOOTZ
2013-03-11  Tom Riniomap5_evm: Enable CONFIG_CMD_BOOTZ
2013-03-11  Tom Riniam335x_evm: Enable CONFIG_CMD_BOOTZ
2013-03-11  Mark JacksonAllow AM33xx boards to setup GPMC chipselects.
2013-03-11  Enric Balletbo... OMAP3: Initialize gpmc if SPL_ONENAND_SUPPORT is enabled.
2013-03-11  Enric Balletbo... SPL: ONENAND: Support SPL to boot u-boot from OneNAND.
2013-03-08  Enric Balletbo... SPL: ONENAND: Fix onenand_spl_load_image implementation.
2013-03-08  Enric Balletbo... SPL: ONENAND: Fix some ONENAND related defines.
2013-03-08  Nikita Kiryanovcm-t35: add support for user defined lcd parameters
2013-03-08  Nikita Kiryanovcm-t35: add support for dvi displays
2013-03-08  Nikita Kiryanovlcd: add option for board specific splash screen prepar...
2013-03-08  Nikita Kiryanovomap3: allow dynamic selection of gfx_format
2013-03-08  Nikita Kiryanovomap3: add useful dss defines
2013-03-08  Nikita Kiryanovomap_hsmmc: add driver check for write protection
2013-03-08  Nikita Kiryanovmmc: add support for write protection
2013-03-08  Nikita Kiryanovcm-t35: implement board specific card detect check
2013-03-08  Nikita Kiryanovomap_hsmmc: implement driver check for card detection
2013-03-08  Nikita Kiryanovomap_hsmmc: introduce omap_hsmmc_data struct
2013-03-08  Nikita Kiryanovomap_hsmmc: fix out of bounds array access
2013-03-08  Nikita Kiryanovomap: consolidate common mmc definitions
2013-03-08  Tom Riniam33xx: Update DDR3 EMIF configuration sequence
2013-03-08  Tom Riniam335x_evm: Add am335x_evm_usbspl build target
2013-03-08  Tom Riniam335x_evm: Never set CONFIG_EXTRA_ENV_SETTINGS in SPL
2013-03-04  Simon Glassx86: Enable CONFIG_OF_CONTROL on coreboot
2013-03-04  Simon Glassx86: Adjust link device tree include file
2013-03-04  Simon Glassx86: Add error checking to x86 relocation code
2013-03-04  Simon Glassx86: Support relocation of FDT on start-up
2013-03-04  Simon Glassx86: Rearrange the output input to remove BSS
2013-03-04  Simon Glassx86: Add an __end symbol to signal the end of the U...
2013-03-04  Simon Glassx86: Permit bootstage and timer data to be used prior...
2013-03-04  Simon Glassx86: Add basic cache operations
2013-03-04  Simon Glassx86: Add function to get top of usable ram
2013-03-04  Tom RiniPrepare v2013.04-rc1
2013-03-04  Sonic Zhangkerneldoc: Add Sonic Zhang to alias bfin in git-mailrc.
2013-03-04  Daniel Schwierzeckbootm: fix conditional compilation for bootm ramdisk...
2013-03-04  Joe Hershbergerenv: Avoid clobbering an edited variable on ctrl-c
2013-03-04  Joe Hershbergerubifs: Allow ubifsmount volume reference by number
2013-03-04  Simon Glasssandbox: config: Enable sandbox command
2013-03-04  Simon Glasssandbox: Enable ext4 and fat filesystems
2013-03-04  Simon Glasssandbox: Add 'sb' command to access filesystem features
2013-03-04  Simon Glasssandbox: Add host filesystem
2013-03-04  Simon Glasssandbox: Add a way of obtaining directory listings
2013-03-04  Simon Glassfs: Move ls and read methods into ext4, fat
2013-03-04  Simon Glassfs: Use map_sysmem() on read
2013-03-04  Simon Glassfs: Tell probe functions where to put their results
2013-03-04  Simon Glassfs: Use filesystem methods instead of switch()
2013-03-04  Simon Glassfs: Fully populate the filesystem method struct
2013-03-04  Simon Glassext4: Split write support into its own file
2013-03-04  Tom RiniMerge branch 'mem' of git://git.denx.de/u-boot-x86
2013-03-04  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-blackfin
2013-03-04  Steven Miaoblackfin: bf60x: add resume from hibernate
2013-03-04  Bob Liublackfin: bf60x: add hw watchdog support
2013-03-04  Scott Jiangblackfin: add bf6xx spi driver
2013-03-04  Sonic Zhangblackfin: bf60x: add rsi/sdh support
2013-03-04  Sonic Zhangblackfin: bf60x: add board and headers files to support...
2013-03-04  Bob Liublackfin: bf60x: add gpio support
2013-03-04  Bob Liublackfin: bf60x: support big cplb page
2013-03-04  Bob Liublackfin: bf60x: add dma support
2013-03-04  Sonic Zhangblackfin: bf60x: add serial support
2013-03-04  Sonic Zhangblackfin: bf60x: Port blackfin core architecture code...
2013-03-04  Bob Liublackfin: bf60x: new processor header files
2013-03-01  Stefano BabicSPL: Change description for spl command
2013-03-01  Stefano BabicOMAP3: drop CONFIG_SPL_OS_BOOT_KEY and use local define
2013-03-01  Stefano BabicAdd README for the "Falcon" mode
2013-03-01  Simon Glasshash: Use lower case for hash algorithm names
2013-03-01  Simon Glasssandbox: Allow hash functions to work correctly
2013-03-01  Simon Glasssandbox: Update mtest to fix crashes
2013-03-01  Simon GlassMove CONFIG_SYS_MEMTEST_SCRATCH #ifdef to top of file
2013-03-01  Simon Glasssandbox: config: Enable hash functions and mtest
2013-03-01  Simon GlassRoll crc32 into hash infrastructure
2013-03-01  Simon Glasshash: Add a flag to support saving hashes in the enviro...
2013-03-01  Simon Glassimage: Use crc header file instead of C prototypes
2013-03-01  Simon Glassnet: Use new numeric setenv functions
2013-03-01  Simon Glassfs: Use new numeric setenv functions
2013-03-01  Simon Glasscommon: Use new numeric setenv functions
2013-03-01  Simon GlassUpdate set_working_fdt_addr() to use setenv_addr()
next