]> git.ipfire.org Git - people/ms/u-boot.git/shortlog
people/ms/u-boot.git
2017-02-09  Jaehoon Chungarm: dts: trats: add the pmic node for using DM
2017-02-09  Jaehoon Chungpower: pmic: add the max8997 controller for DM
2017-02-08  Tom RiniMerge git://git.denx.de/u-boot-dm
2017-02-08  Robert P. J... GPIO: Correct doc typo "confguration" -> "configuration"
2017-02-08  Lars PoeschelRemove unused symbol CONGIG_CMD_STORAGE from board...
2017-02-08  Masahiro Yamadacmd: move CONFIG_CMD_UNZIP and CONFIG_CMD_ZIP to Kconfig
2017-02-08  Masahiro Yamadaarm64: fix comment in relocate_64.S
2017-02-08  Phil Edworthykeystone2: Rename local CONFIG_ symbol
2017-02-08  Keerthyregulator: palmas: Fix smps6 - smps9 indices
2017-02-08  Masahiro Yamadapwm: remove unneeded ifdef CONFIG_DM_PWM ... endif
2017-02-08  Jean-Jacques... common: env_sf: Use CONFIG_SF_DEFAULT_xxx as the defaul...
2017-02-08  Albert ARIBAUD... pcm052: fix DDR initialization sequence
2017-02-08  Lokesh Vutladrivers: net: cpsw: Fix reading of mac address for...
2017-02-08  Grygorii Strashkocmd: bootm: fix build when CONFIG_CMD_IMLS_NAND
2017-02-08  Dan Murphycheckpatch: Port spelling to checkpatch
2017-02-08  Emmanuel Vadotapi: Convert to Kconfig
2017-02-08  Emmanuel Vadotkconfig: Add API kconfig file
2017-02-08  Masahiro Yamadakbuild: beautify the log of config whitelist check
2017-02-08  Lokesh VutlaARM: dts: k2*: Rename the k2* files to keystone-k2...
2017-02-08  maxims@google.comaspeed: ast2500: Fix H-PLL and M-PLL clock rate calculation
2017-02-08  Vincent Tinellicmd: gpt: backup boot code before writing MBR
2017-02-08  Masahiro Yamadacmd: rework "license" command
2017-02-08  Masahiro Yamadacmd: add a new command "config" to show .config contents
2017-02-08  Masahiro Yamadascripts: import bin2c.c from Linux 4.10-rc6
2017-02-08  Masahiro Yamadaarm64: use store with auto-increment
2017-02-08  Masahiro Yamadaarm64: use xzr to zero-out the bss section
2017-02-08  Chris Packhampatman: Handle non-ascii characters in names
2017-02-08  Simon Glassbuildman: Allow showing the list of boards with -n
2017-02-08  Moritz Fischercros_ec: i2c: Add support for version 3 of the EC protocol
2017-02-08  Kever Yangsimple-bus: enable support for of-platdata
2017-02-08  Simon Glassdm: core: Replace of_offset with accessor
2017-02-08  Simon Glasspatman: Format checkpatch messages for IDE throwback
2017-02-08  Simon Glassdtoc: Replace dot with underscore to avoid compiler...
2017-02-08  Moritz Fischercros_ec: i2c: Group i2c write / read into single transa...
2017-02-08  Ladislav Michlcommon: fdt_support: Remove check for mtdparts in fdt_f...
2017-02-07  Andy Shevchenkox86: make LOAD_FROM_32_BIT visible for platforms
2017-02-07  Bin Mengx86: qemu: Add a config for 64-bit U-Boot
2017-02-07  Bin Mengx86: qemu: Add build options for SPL
2017-02-07  Bin Mengx86: qemu: Add a text base for 64-bit U-Boot
2017-02-07  Bin Mengtools: binman: Handle optional microcode case in SPL...
2017-02-07  Bin Mengtools: binman: Call correct init for Entry_u_boot_spl_w...
2017-02-07  Bin Mengx86: qemu: Mark ucode as optional for SPL in u-boot...
2017-02-07  Bin Mengx86: qemu: Set up device tree for SPL
2017-02-07  Bin Mengx86: qemu: Fix compiler warnings for 64-bit
2017-02-07  Bin Mengx86: qemu: Hide arch_cpu_init() and print_cpuinfo(...
2017-02-07  Bin Mengx86: Compile irq.c for 64-bit
2017-02-07  Bin Mengx86: spl: Add weak arch_cpu_init_dm()
2017-02-07  Bin Mengx86: Wrap print_ch() with config option
2017-02-07  Bin Mengx86: qemu: Add missing DECLARE_GLOBAL_DATA_PTR in e820.c
2017-02-07  Simon Glassx86: link: Add a config for 64-bit U-Boot
2017-02-07  Simon Glassx86: Update compile/link flags to support 64-bit U...
2017-02-07  Simon Glassx86: link: Add build options for SPL
2017-02-07  Simon Glassx86: link: Set up device tree for SPL
2017-02-07  Simon Glassx86: link: Add SPL declarations to the binman image
2017-02-07  Simon Glassx86: link: Add a text base for 64-bit U-Boot
2017-02-07  Simon Glassx86: Add a dummy setjmp implementation for x86_64
2017-02-07  Simon Glassx86: Move setjmp to the i386 directory
2017-02-07  Simon Glassx86: Move call64 to the i386 directory
2017-02-07  Simon Glassx86: Change irq_already_routed to a local variable
2017-02-07  Simon Glassx86: Move turbo_state to global_data
2017-02-07  Simon Glassx86: Move pirq_routing_table to global_data
2017-02-06  Simon Glassx86: Support jumping from SPL to U-Boot
2017-02-06  Simon Glassx86: Drop interrupt support in 64-bit mode
2017-02-06  Simon Glassx86: Don't try to boot Linux from SPL
2017-02-06  Simon Glassx86: Don't build 32-bit efi files on x86_64
2017-02-06  Simon Glassx86: Don't build cpu files which are not supported...
2017-02-06  Simon Glassx86: Don't build call64 and setjmp on 64-bit
2017-02-06  Simon Glassx86: Don't try to run the VGA BIOS in 64-bit mode
2017-02-06  Simon Glassx86: ivybridge: Provide a dummy SDRAM init for 64-bit
2017-02-06  Simon Glassx86: ivybridge: Skip SATA init in SPL
2017-02-06  Simon Glassx86: Fix up type sizes for 64-bit
2017-02-06  Simon Glassx86: Drop flag_is_changable() on x86_64
2017-02-06  Simon Glassx86: Fix up byteorder.h for x86_64
2017-02-06  Simon Glassx86: Add SPL build rules for start-up code
2017-02-06  Simon Glassx86: Add a link script for SPL
2017-02-06  Simon Glassx86: Add a link script for 64-bit x86
2017-02-06  Simon Glassx86: Fix up CONFIG_X86_64 check
2017-02-06  Simon Glassx86: Support global_data on x86_64
2017-02-06  Simon Glassx86: Add cpu code for x86_64
2017-02-06  Simon Glassx86: Move the i386 code into its own directory
2017-02-06  Simon Glassx86: Add an SPL implementation
2017-02-06  Simon Glassx86: Tidy up use of size_t in relocation
2017-02-06  Simon Glassx86: Add support for 64-bit relocation
2017-02-06  Simon Glassx86: Refactor relocation to prepare for 64-bit
2017-02-06  Simon Glassx86: Do relocation before clearing BSS
2017-02-06  Simon Glassx86: board_r: Set the global data pointer after relocation
2017-02-06  Simon Glassboard_f/r: Use static const for the init sequences
2017-02-06  Simon Glassx86: board_f: Update init sequence for 64-bit startup
2017-02-06  Simon Glassx86: Add 64-bit start-up code
2017-02-06  Simon Glassx86: ivybridge: Allow 32-bit init to move to SPL
2017-02-06  Simon Glassx86: Use X86_32BIT_INIT instead of X86_RESET_VECTOR
2017-02-06  Simon Glassx86: Use X86_16BIT_INIT instead of X86_RESET_VECTOR
2017-02-06  Simon Glassx86: Kconfig: Add location options for 16/32-bit init
2017-02-06  Simon Glassx86: Add Kconfig options to build 64-bit U-Boot
2017-02-06  Simon Glassx86: lib: Fix types and casts for 64-bit compilation
2017-02-06  Simon Glassx86: fsp: Fix cast for 64-bit compilation
2017-02-06  Simon Glassx86: dts: Mark serial as needed before relocation
2017-02-06  Simon Glassx86: ivybridge: Fix types for 64-bit compilation
2017-02-06  Simon Glassx86: ivybridge: Add more debugging for failures
2017-02-06  Simon Glassx86: ivybridge: Declare global data where it is used
next