]> git.ipfire.org Git - people/ms/u-boot.git/history - arch
bootstage: Convert progress numbers 20-41 to enums
[people/ms/u-boot.git] / arch /
2012-02-12  Simon Glasstegra2: Enable data cache
2012-02-12  Simon Glasstegra: Add SDMMC support to funcmux
2012-02-12  Simon Glasstegra: Add I2C support to funcmux
2012-02-12  Simon Glasstegra: Add enum to select from available funcmux configs
2012-02-12  Simon Glasstegra: Adjust funcmux config test to permit expansion
2012-02-12  Stephen Warrentegra2: Fix default RAM size selection in odmdata
2012-02-12  Stephen Warrentegra2: Fix conflicting pinmux for UARTA
2012-02-11  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-cfi...
2012-02-11  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-nand...
2012-02-11  Wolfgang DenkMerge branch 'master' of /home/wd/git/u-boot/custodians
2012-01-23  Patil, RachnaARM: AM33XX: Add i2c support
2012-01-20  Graeme RussMerge branch 'staging'
2012-01-16  Andreas Müllerovero: add SPL support
2012-01-16  Andreas Mülleromap_rev_string: output to stdout
2012-01-16  Andreas MüllerOMAP SPL: call timer_init in s_init to make udelay...
2012-01-16  Chandan NathARM:AM33XX: Add SPL support for AM335X EVM
2012-01-16  Chandan NathARM:AM33XX: Add mmc/sd support
2012-01-16  Chandan NathARM:AM33XX: Fix ddr and timer register offset
2012-01-16  Chandan NathARM:AM33XX: Replace CONFIG_AM335X with CONFIG_AM33XX
2012-01-16  Nikita Kiryanovomap3: make get_board_rev() function weak
2012-01-16  Aneesh Vomap4: fix boot issue on ES2.0 Panda
2012-01-16  Christian Riescharm, davinci: Change byte order of RTC kick register...
2012-01-16  Jason Liuimx: mx6q: add aipstz init for off platform periph
2012-01-16  Zach Sadeckimx28: fix clearing of IRQs in power init
2012-01-16  Jason Liui.mx6:imx6q: allign MAC address with burned-in ordering
2012-01-16  Fabio Estevammx28: Let dram_init be common for mx28
2012-01-16  Fabio Estevammx28: Let imx_get_mac_from_fuse be common for mx28
2012-01-16  Fabio Estevamnet: imx: Add multi-FEC support for imx_get_mac_from_fuse
2012-01-16  Veli-Pekka Peltolamx28: remove omap specific config options
2012-01-16  Jason Liui.mx: i.mx6q: Add the enet clock function
2012-01-13  Stefan Kristianssonopenrisc: Add library functions
2012-01-13  Stefan Kristianssonopenrisc: Add cpu files
2012-01-13  Stefan Kristianssonopenrisc: Add architecture header files
2012-01-13  Wolfgang DenkMerge branch 'master' of /home/wd/git/u-boot/custodians
2012-01-13  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-mpc85xx
2012-01-13  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-i2c
2012-01-13  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-ppc4xx
2012-01-13  Wolfgang DenkMerge branch 'master' of /home/wd/git/u-boot/custodians
2012-01-13  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-mpc83xx
2012-01-13  Paul Gortmakerfsl_lbc: add printout of LCRR and LBCR to local bus...
2012-01-10  Joe Hershbergermpc83xx: Add a GPIO driver for the MPC83XX family
2012-01-10  Joe Hershbergergpio: Replace ARM gpio.h with the common API in include...
2012-01-05  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-arm
2012-01-04  Graeme Russx86: Convert board_init_f_r to a processing loop
2012-01-04  Graeme Russx86: Split init functions out of board.c
2012-01-04  Graeme Russx86: Move relocation code out of board.c
2012-01-04  Graeme Russx86: Move setup_pcat_compatibility() out of board.c
2012-01-04  Graeme Russx86: Move do_go_exec() out of board.c
2012-01-04  Graeme RussCHECKPATCH: arch/x86/lib/*
2012-01-04  Graeme Russx86: Tweak IDT and GDT for alignment and readability
2012-01-04  Graeme Russx86: Allow cache before copy to RAM
2012-01-04  Graeme Russx86: Create weak init_cache() and default enable_caches...
2012-01-04  Graeme Russx86: Set GD_FLG_RELOC after entering in-RAM copy of...
2012-01-04  Graeme Russx86: Use fs for global data
2012-01-04  Graeme Russx86: Rework relocation calculations
2012-01-04  Graeme Russx86: Simplify Flash-to-RAM code execution transition
2012-01-04  Graeme Russx86: Rework Global Descriptor Table loading
2012-01-04  Graeme Russx86: Remove GDR related magic numbers
2012-01-04  Graeme Russx86: Speed up copy-to-RAM and clear BSS operations
2012-01-01  Graeme Russx86: Import glibc memcpy implementation
2011-12-24  Simon Glasstegra: Add support for UART init in cpu board.c
2011-12-24  Simon Glasstegra: Add a function mux feature
2011-12-24  Simon Glasstegra: add clock_ll_start_uart() to enable UART prior...
2011-12-24  Simon Glasstegra: Move clock_early_init() to arch_cpu_init()
2011-12-24  Simon Glasstegra: Move cpu_init_cp15() to arch_cpu_init()
2011-12-24  Thierry Redingtegra2: Move tegra2_mmc_init() prototype to public...
2011-12-24  Thierry Redingtegra2: Always build with USE_PRIVATE_LIBGCC=yes.
2011-12-24  Simon Glasstegra2: Implement SPI / UART GPIO switch
2011-12-24  Tom Warrentegra2: spi: Add SPI driver for Tegra2 SOC
2011-12-24  Christian Riescharm, davinci: Fix build warnings for cam_enc_4xx
2011-12-24  Christian Riescharm, davinci: Add SPL support for DA850 SoCs
2011-12-23  Wolfgang DenkMerge branch 'next' of ../next
2011-12-21  Tom Warrenarm: Tegra: fix undefined instruction hang immediately...
2011-12-20  Wolfgang DenkMerge branch 'agust@denx.de' of git://git.denx.de/u...
2011-12-20  Sven SchnelleAVR32: fix timer_init() function
2011-12-20  Sven SchnelleAVR32: fix timer_init() function
2011-12-19  Heiko Schocherarm, fdt: update ethernet mac address before booting...
2011-12-19  David Müller (ELSO... add print_cpuinfo to s3c24x0
2011-12-19  Chris Lalancetteomap4_panda: Initialize the USB phy
2011-12-19  Manfred Rudigierdavinci: Fixed wrong timebase clock frequency.
2011-12-19  Ilya Yanokarm926ejs: remove noop flush_dcache_all function
2011-12-19  Wolfgang DenkCoding Style cleanup
2011-12-19  Gabe Blackx86: Add support for specifying an initrd with the...
2011-12-19  Gabe Blackx86: Refactor the zboot innards so they can be reused...
2011-12-19  Gabe Blackx86: Add infrastructure to extract an e820 table from...
2011-12-19  Gabe Blackx86: Add support for booting Linux using the 32 bit...
2011-12-19  Gabe Blackx86: Clean up the x86 zimage code in preparation to...
2011-12-19  Gabe Blackx86: Import code from coreboot's libpayload to parse...
2011-12-19  Gabe Blackx86: Initial commit for running as a coreboot payload
2011-12-17  Andreas Bießmannavr32:mmu.c: fix printf() length modifier
2011-12-17  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-usb
2011-12-16  Lukasz Majewskiusb:gadget:s5p Enable the USB Gadget framework at Exyno...
2011-12-13  Jerry Huangpowerpc/mpc83xx: set TXEQA/TXEQE value for mpc837XE...
2011-12-12  Kumar Galapowerpc/bootm: Flush ramdisk and device tree image...
2011-12-12  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-usb
2011-12-12  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-arm
2011-12-11  Wolfgang GrandeggerUSB: MX5: add helper functions to enable USB clocks
2011-12-11  Lukasz Majewskiusb:gadget:s5p Enable the USB Gadget framework at GONI
2011-12-11  Stefan Herbrechtsmeierpxa: convert pxa27x_udc to use read and write functions
2011-12-11  Stefan Herbrechtsmeierpxa: activate the first usb host port on pxa27x by...
next