Age | Commit message (Expand) | Author |
2017-02-06 | x86: Tidy up use of size_t in relocation | Simon Glass |
2017-02-06 | x86: Add support for 64-bit relocation | Simon Glass |
2017-02-06 | x86: Refactor relocation to prepare for 64-bit | Simon Glass |
2017-02-06 | x86: Do relocation before clearing BSS | Simon Glass |
2017-02-06 | x86: board_r: Set the global data pointer after relocation | Simon Glass |
2017-02-06 | board_f/r: Use static const for the init sequences | Simon Glass |
2017-02-06 | x86: board_f: Update init sequence for 64-bit startup | Simon Glass |
2017-02-06 | x86: Add 64-bit start-up code | Simon Glass |
2017-02-06 | x86: ivybridge: Allow 32-bit init to move to SPL | Simon Glass |
2017-02-06 | x86: Use X86_32BIT_INIT instead of X86_RESET_VECTOR | Simon Glass |
2017-02-06 | x86: Use X86_16BIT_INIT instead of X86_RESET_VECTOR | Simon Glass |
2017-02-06 | x86: Kconfig: Add location options for 16/32-bit init | Simon Glass |
2017-02-06 | x86: Add Kconfig options to build 64-bit U-Boot | Simon Glass |
2017-02-06 | x86: lib: Fix types and casts for 64-bit compilation | Simon Glass |
2017-02-06 | x86: fsp: Fix cast for 64-bit compilation | Simon Glass |
2017-02-06 | x86: dts: Mark serial as needed before relocation | Simon Glass |
2017-02-06 | x86: ivybridge: Fix types for 64-bit compilation | Simon Glass |
2017-02-06 | x86: ivybridge: Add more debugging for failures | Simon Glass |
2017-02-06 | x86: ivybridge: Declare global data where it is used | Simon Glass |
2017-02-06 | x86: Update mpspec to build on 64-bit machines | Simon Glass |
2017-02-06 | x86: Use unsigned long for address in table generation | Simon Glass |
2017-02-06 | spl: Don't create a BSS padding when it is separate | Simon Glass |
2017-02-06 | spl: Allow PCH drivers to be used in SPL | Simon Glass |
2017-02-06 | spl: Allow timer drivers to be used in SPL | Simon Glass |
2017-02-06 | spl: Allow RTC drivers to be used in SPL | Simon Glass |
2017-02-06 | spl: Allow PCI drivers to be used in SPL | Simon Glass |
2017-02-06 | spl: Allow CPU drivers to be used in SPL | Simon Glass |
2017-02-06 | spl: Makefile: Define SPL_ earlier | Simon Glass |
2017-02-06 | spl: spi: Add a debug message if loading fails | Simon Glass |
2017-02-06 | console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPL | Simon Glass |
2017-02-06 | x86: Synchronize list of x86 subarchitectures (update bootparam.h) | Andy Shevchenko |
2017-02-03 | Merge git://git.denx.de/u-boot-fsl-qoriq | Tom Rini |
2017-02-03 | arch: powerpc: update the eLBC IP input clock | Prabhakar Kushwaha |
2017-02-03 | arch: powerpc: Move CONFIG_FSL_ELBC to Kconfig | Prabhakar Kushwaha |
2017-02-03 | arch: arm: update the IFC IP input clock | Prabhakar Kushwaha |
2017-02-03 | arch: powerpc: update the IFC IP input clock | Prabhakar Kushwaha |
2017-02-03 | arch: powerpc: Move CONFIG_FSL_IFC to Kconfig | Prabhakar Kushwaha |
2017-02-03 | armv8: ls1012a: Add support of PPA | Prabhakar Kushwaha |
2017-02-03 | board: freescale: ls1012a: Enable secure DDR on LS1012A platforms | Prabhakar Kushwaha |
2017-02-01 | Merge git://git.denx.de/u-boot-mpc85xx | Tom Rini |
2017-02-01 | Merge branch 'master' of git://www.denx.de/git/u-boot-imx | Tom Rini |
2017-02-01 | powerpc: mpc5200: Correct return value of memcpy function | Mark Marshall |
2017-02-01 | Merge git://www.denx.de/git/u-boot-marvell | Tom Rini |
2017-02-01 | arm: mvebu: Implement secure boot | Mario Six |
2017-02-01 | tools: kwbimage: Refactor line parsing and fix error | Mario Six |
2017-02-01 | tools: kwbimage: Factor out add_binary_header_v1 | Mario Six |
2017-02-01 | tools: kwbimage: Remove unused parameter | Mario Six |
2017-02-01 | tools: kwbimage: Reduce scope of variables | Mario Six |
2017-02-01 | tools: kwbimage: Fix arithmetic with void pointers | Mario Six |
2017-02-01 | tools: kwbimage: Fix style violations | Mario Six |