- Mar 26, 2012
-
-
Tom Rini authored
Acked-by:
Mike Frysinger <vapier@gentoo.org> Signed-off-by:
Tom Rini <trini@ti.com>
-
Tom Rini authored
Acked-by:
Mike Frysinger <vapier@gentoo.org> Signed-off-by:
Tom Rini <trini@ti.com>
-
Tom Rini authored
Testing for -fstack-usage requires the creation of an output file, which isn't possible with /dev/null. Signed-off-by:
Tom Rini <trini@ti.com>
-
Tom Rini authored
The '-fstack-usage' option to gcc will generate .su files, ignore them. Acked-by:
Mike Frysinger <vapier@gentoo.org> Signed-off-by:
Tom Rini <trini@ti.com>
-
Robert Delien authored
This patch fixes erroneous 32-bit access to registers hw_clkctrl_frac0 and hw_clkctrl_frac1. Signed-off-by:
Robert Delien <robert@delien.nl> Acked-by:
Marek Vasut <marex@denx.de> Tested-by:
Marek Vasut <marex@denx.de>
-
Robert Delien authored
This patch introduces an 8-bit register, mx28_register_8, in order to prepare for fixing erroneous 32-bit wide access of registers hw_clkctrl_frac0 and hw_clkctrl_frac1. Signed-off-by:
Robert Delien <robert@delien.nl> Acked-by:
Marek Vasut <marex@denx.de> Tested-by:
Marek Vasut <marex@denx.de>
-
Robert Delien authored
This patch renames mx28_register to mx28_register_32 in order to prepare for the introduction of an 8-bit register, mx28_register_8. Signed-off-by:
Robert Delien <robert@delien.nl> Acked-by:
Marek Vasut <marex@denx.de> Tested-by:
Marek Vasut <marex@denx.de>
-
Marek Vasut authored
Reformat the data so it's easier to navigate through them. Signed-off-by:
Marek Vasut <marex@denx.de>
-
Marek Vasut authored
This prototype version SoM is unused and not available to public. Support this only for internal debugging purposes. Signed-off-by:
Marek Vasut <marex@denx.de>
-
Marek Vasut authored
The LCD pins configuration was wrong in U-Boot, configure pins properly. Signed-off-by:
Marek Vasut <marex@denx.de> Cc: Wolfgang Denk <wd@denx.de> Cc: Detlev Zundel <dzu@denx.de> Cc: Stefano Babic <sbabic@denx.de> Cc: Fabio Estevam <festevam@gmail.com>
-
Wolfgang Grandegger authored
Cc: Stefano Babic <sbabic@denx.de> Cc: Jason Liu <jason.hui@linaro.org> Signed-off-by:
Wolfgang Grandegger <wg@denx.de>
-
Wolfgang Grandegger authored
Currently, only USB Host 1 is supported. Cc: Remy Bohmer <linux@bohmer.net> Signed-off-by:
Wolfgang Grandegger <wg@denx.de>
-
Dirk Behme authored
The SD loader binary is now downloadable at https://wiki.linaro.org/Boards/MX6QSabreLite under a open-source 3-clause BSD license. Update the README for this. The discussion shows that it's hard to change the hardware regarding the default SPI NOR boot of the SabreLite boards. I.e. this will stay the default boot. Therefore remove the 'early version of' statement. Signed-off-by:
Dirk Behme <dirk.behme@de.bosch.com> CC: Stefano Babic <sbabic@denx.de> CC: Jason Liu <liu.h.jason@gmail.com>
-
Robert Delien authored
This patch replaces the use of magice numbers for scratch register addresses with earlier defined register definitions. Signed-off-by:
Robert Delien <robert@delien.nl>
-
Robert Delien authored
This patch adds register definitions for the registers of the DIGCTL IP-block. Signed-off-by:
Robert Delien <robert@delien.nl>
-
Marek Vasut authored
Signed-off-by:
Marek Vasut <marek.vasut@gmail.com>
-
Marek Vasut authored
Configuring for zipitz2 board... zipitz2.c: In function ‘board_mmc_init’: zipitz2.c:85:2: warning: implicit declaration of function ‘pxa_mmc_register’ [-Wimplicit-function-declaration] Signed-off-by:
Marek Vasut <marek.vasut@gmail.com>
-
Simon Glass authored
This link script seems old and incompatible with relocation and its own sa1000 start.S file. It isn't used because the CPU's link script was picked up in preference to this. Signed-off-by:
Simon Glass <sjg@chromium.org> Acked-by:
Kristoffer Ericson <kristoffer.ericson@gmail.com>
-
Marek Vasut authored
Say good bye to some ancient, very broken and unused code. Signed-off-by:
Marek Vasut <marek.vasut@gmail.com>
-
Vasily Khoruzhick authored
Signed-off-by:
Vasily Khoruzhick <anarsoul@gmail.com>
-
Vasily Khoruzhick authored
CONFIG_SYS_INIT_SP_ADDR points to RAM, but it's used before DRAM controller init. Fix it by setting CONFIG_SYS_INIT_SP_ADDR to SRAM Signed-off-by:
Vasily Khoruzhick <anarsoul@gmail.com>
-
- Mar 23, 2012
-
-
git://git.denx.de/u-boot-cfi-flashWolfgang Denk authored
* 'master' of git://git.denx.de/u-boot-cfi-flash: cfi: fix the incomplete erased status check in buffer write
-
git://git.denx.de/u-boot-nds32Wolfgang Denk authored
* 'master' of git://git.denx.de/u-boot-nds32: nds32/n1213: correct vector table in start.S nds32: fix ptrace and interrupt register overflow
-
Simon Glass authored
This reverts commit 295d3942. It turns that this really doesn't work very nicely. Instead we should have a pre-console panic function so that we know that further execution is impossible and we don't need to worry about trampling on UARTs, etc. Signed-off-by:
Simon Glass <sjg@chromium.org> Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
- Mar 21, 2012
-
-
Tao Hou authored
Without the fix, flash_write_cfibuffer will terminate the erased status check once an all-0xFF word has been found instead of continuing the erased status check utill the first non-0xFF word. Signed-off-by:
Tao Hou <hotforest@gmail.com> Cc: Stefan Roese <sr@denx.de> Signed-off-by:
Stefan Roese <sr@denx.de>
-
- Mar 19, 2012
-
-
Wolfgang Denk authored
Recent bootstage commits made the code grow, which caused linker errors. Adjust the linker script to fix that. Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Macpaul Lin authored
Correct definition of vector table in start.S Signed-off-by:
Macpaul Lin <macpaul@gmail.com>
-
Macpaul Lin authored
Fix ptrace and interrupt register overflow warning. Add missing P0 and P1 (r26 and r27) into register lists. These register are usually used in OS. Signed-off-by:
Macpaul Lin <macpaul@gmail.com>
-
- Mar 18, 2012
-
-
Ajay Bhargav authored
This patch adds FAT and ext2 command support for marvell gplugD Signed-off-by:
Ajay Bhargav <ajay.bhargav@einfochips.com>
-
Ajay Bhargav authored
This patch adds support for USB commands and USB storage device for Marvell gplugD Signed-off-by:
Ajay Bhargav <ajay.bhargav@einfochips.com>
-
Ajay Bhargav authored
This patch adds support for USB EHCI driver for Armada100 SOCs. Signed-off-by:
Ajay Bhargav <ajay.bhargav@einfochips.com>
-
Ajay Bhargav authored
This patch adds USB host controller's UTMI PHY interface driver for Armada100 SOCs. Signed-off-by:
Ajay Bhargav <ajay.bhargav@einfochips.com>
-
Mike Frysinger authored
Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
Łukasz Majewski authored
The dev->req_config flag was indicating that the forwarded request needs to perform the usb gadget delayed status. This is however not needed anymore, so it can be removed. Signed-off-by:
Lukasz Majewski <l.majewski@samsung.com> Signed-off-by:
Kyungmin Park <kyungmin.park@samsung.com> Cc: Marek Vasut <marex@denx.de>
-
Shiraz Hashim authored
While receiving packets from FIFO sometimes the buffer provided was nonaligned. Fix this by taking a temporary aligned buffer and then copying the content to nonaligned buffer. Signed-off-by:
Shiraz Hashim <shiraz.hashim@st.com> Signed-off-by:
Amit Virdi <amit.virdi@st.com>
-
Amit Virdi authored
Signed-off-by:
Amit Virdi <amit.virdi@st.com>
-
Vipin KUMAR authored
This patch adds the support for usb device high speed for designware peripheral. Signed-off-by:
Vipin Kumar <vipin.kumar@st.com> Signed-off-by:
Amit Virdi <amit.virdi@st.com>
-
Vipin KUMAR authored
This patch fixes a few bugs in USB device controller driver. The fixes are as follows 1. Adding error condition checks eg. NULL return 2. Endpoint other than endpoint 0 (control endpoint) are initialized only if usb state machine reaches STATE_ADDRESSED or above 3. Zero length packet handling corrected 4. Dead code removed 5. Bulk out endpoint returns after servicing 1 interrupt and returns back to service if more interrupts are pending Signed-off-by:
Vipin Kumar <vipin.kumar@st.com> Signed-off-by:
Amit Virdi <amit.virdi@st.com> Acked-by:
Marek Vasut <marex@denx.de>
-
Vipin KUMAR authored
The earlier usb device controller driver was specific to spear platforms. This patch implements the usb device controller driver as a generic controller which can be reused by other platforms using this peripheral. Signed-off-by:
Vipin Kumar <vipin.kumar@st.com> Signed-off-by:
Amit Virdi <amit.virdi@st.com> Acked-by:
Marek Vasut <marex@denx.de>
-
Mike Frysinger authored
Common code has a mdelay() func, so use that instead of the usb-specific wait_ms() func. This also fixes the build errors: ohci-hcd.c: In function 'submit_common_msg': /usr/local/src/u-boot/blackfin/include/usb.h:202:44: sorry, unimplemented: inlining failed in call to 'wait_ms': function body not available ohci-hcd.c:1519:9: sorry, unimplemented: called from here /usr/local/src/u-boot/blackfin/include/usb.h:202:44: sorry, unimplemented: inlining failed in call to 'wait_ms': function body not available ohci-hcd.c:1816:10: sorry, unimplemented: called from here /usr/local/src/u-boot/blackfin/include/usb.h:202:44: sorry, unimplemented: inlining failed in call to 'wait_ms': function body not available ohci-hcd.c:1827:10: sorry, unimplemented: called from here /usr/local/src/u-boot/blackfin/include/usb.h:202:44: sorry, unimplemented: inlining failed in call to 'wait_ms': function body not available ohci-hcd.c:1844:10: sorry, unimplemented: called from here /usr/local/src/u-boot/blackfin/include/usb.h:202:44: sorry, unimplemented: inlining failed in call to 'wait_ms': function body not available ohci-hcd.c:1563:11: sorry, unimplemented: called from here /usr/local/src/u-boot/blackfin/include/usb.h:202:44: sorry, unimplemented: inlining failed in call to 'wait_ms': function body not available ohci-hcd.c:1583:9: sorry, unimplemented: called from here make[1]: *** [ohci-hcd.o] Error 1 Signed-off-by:
Mike Frysinger <vapier@gentoo.org> Acked-by:
Marek Vasut <marex@denx.de>
-